|
@@ -1,14 +1,18 @@
|
|
Name: obconf
|
|
Name: obconf
|
|
-Version: 2.0.3
|
|
|
|
-Release: 4%{?_dist_release}
|
|
|
|
|
|
+Version: 2.0.4
|
|
|
|
+Release: 1.git20120217%{?_dist_release}
|
|
Summary: A graphical configuration editor for the Openbox window manager
|
|
Summary: A graphical configuration editor for the Openbox window manager
|
|
-Summary(ja): Openbox ウインドウマネージャのためのグラフィカルな設定エディタ
|
|
|
|
|
|
+Summary(ja): Openbox ウインドウマネージャーのためのグラフィカルな設定エディター
|
|
|
|
|
|
Group: User Interface/X
|
|
Group: User Interface/X
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
-URL: http://icculus.org/openbox/index.php/ObConf:About
|
|
|
|
-Source0: http://icculus.org/openbox/obconf/%{name}-%{version}.tar.gz
|
|
|
|
|
|
+URL: http://openbox.org/wiki/ObConf:About
|
|
|
|
+Source0: http://openbox.org/dist/obconf/%{name}-%{version}git20120217.tar.gz
|
|
Source1: obconf-2.0.3-ja.po
|
|
Source1: obconf-2.0.3-ja.po
|
|
|
|
+Patch0: fix_freedesktop_compliance.patch
|
|
|
|
+Patch1: revert_new_button_layout.patch
|
|
|
|
+Patch2: show_specific_tab.dpatch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
Requires: openbox >= 3.4
|
|
Requires: openbox >= 3.4
|
|
@@ -23,10 +27,10 @@ BuildRequires: libSM-devel
|
|
ObConf is a graphical configuration editor for the Openbox window manager.
|
|
ObConf is a graphical configuration editor for the Openbox window manager.
|
|
|
|
|
|
%description -l ja
|
|
%description -l ja
|
|
-ObConf は Openbox ウインドウマネージャのためのグラフィカルな設定エディタです。
|
|
|
|
|
|
+ObConf は Openbox ウインドウマネージャーのためのグラフィカルな設定エディターです。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q
|
|
|
|
|
|
+%setup -q -n obconf
|
|
## for ja.po
|
|
## for ja.po
|
|
%{__cp} -f %{SOURCE1} po/ja.po
|
|
%{__cp} -f %{SOURCE1} po/ja.po
|
|
pushd po
|
|
pushd po
|
|
@@ -36,8 +40,12 @@ echo 'ja' >> LINGUAS
|
|
msgfmt -o ja.gmo ja.po
|
|
msgfmt -o ja.gmo ja.po
|
|
popd
|
|
popd
|
|
|
|
|
|
-%build
|
|
|
|
|
|
+%patch0 -p1
|
|
|
|
+%patch1 -p1
|
|
|
|
+%patch2 -p1
|
|
|
|
|
|
|
|
+%build
|
|
|
|
+./bootstrap
|
|
%configure
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -73,7 +81,7 @@ update-desktop-database %{_datadir}/applications &> /dev/null
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING README
|
|
%doc AUTHORS COPYING README
|
|
%{_bindir}/%{name}
|
|
%{_bindir}/%{name}
|
|
-%{_datadir}/%{name}/
|
|
|
|
|
|
+%{_datadir}/%{name}/
|
|
%{_datadir}/applications/vine-%{name}.desktop
|
|
%{_datadir}/applications/vine-%{name}.desktop
|
|
%{_datadir}/mime/packages/%{name}.xml
|
|
%{_datadir}/mime/packages/%{name}.xml
|
|
%{_datadir}/mimelnk/
|
|
%{_datadir}/mimelnk/
|
|
@@ -81,6 +89,13 @@ update-desktop-database %{_datadir}/applications &> /dev/null
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.4-1.git20120217
|
|
|
|
+- new upstream release
|
|
|
|
+ - built trunk snapshot
|
|
|
|
+- added patch0-3 from Debian sid
|
|
|
|
+- fixed Summary(ja) and description -l ja
|
|
|
|
+- changed URL and Source0
|
|
|
|
+
|
|
* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.3-4
|
|
* Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.3-4
|
|
- rebuilt with current environment
|
|
- rebuilt with current environment
|
|
|
|
|