|
@@ -1,22 +1,22 @@
|
|
Name: obconf
|
|
Name: obconf
|
|
Version: 2.0.4
|
|
Version: 2.0.4
|
|
-Release: 1.git20120217%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_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://openbox.org/wiki/ObConf:About
|
|
URL: http://openbox.org/wiki/ObConf:About
|
|
-Source0: http://openbox.org/dist/obconf/%{name}-%{version}git20120217.tar.gz
|
|
|
|
|
|
+Source0: http://openbox.org/dist/obconf/%{name}-%{version}.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
|
|
|
|
|
|
+#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
|
|
|
|
-BuildRequires: openbox-devel >= 3.4
|
|
|
|
|
|
+Requires: openbox >= 3.5
|
|
|
|
+BuildRequires: openbox-devel >= 3.5
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: startup-notification-devel
|
|
BuildRequires: startup-notification-devel
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig
|
|
@@ -30,7 +30,7 @@ ObConf is a graphical configuration editor for the Openbox window manager.
|
|
ObConf は Openbox ウインドウマネージャーのためのグラフィカルな設定エディターです。
|
|
ObConf は Openbox ウインドウマネージャーのためのグラフィカルな設定エディターです。
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n obconf
|
|
|
|
|
|
+%setup -q
|
|
## for ja.po
|
|
## for ja.po
|
|
%{__cp} -f %{SOURCE1} po/ja.po
|
|
%{__cp} -f %{SOURCE1} po/ja.po
|
|
pushd po
|
|
pushd po
|
|
@@ -40,12 +40,11 @@ echo 'ja' >> LINGUAS
|
|
msgfmt -o ja.gmo ja.po
|
|
msgfmt -o ja.gmo ja.po
|
|
popd
|
|
popd
|
|
|
|
|
|
-%patch0 -p1
|
|
|
|
-%patch1 -p1
|
|
|
|
-%patch2 -p1
|
|
|
|
|
|
+#%patch0 -p1
|
|
|
|
+#%patch1 -p1
|
|
|
|
+#%patch2 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
-./bootstrap
|
|
|
|
%configure
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -89,6 +88,11 @@ update-desktop-database %{_datadir}/applications &> /dev/null
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.0.4-2
|
|
|
|
+- rebuild with openbox-3.5
|
|
|
|
+- use 2.0.4 release tar ball
|
|
|
|
+- drop all patches
|
|
|
|
+
|
|
* Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.4-1.git20120217
|
|
* Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.4-1.git20120217
|
|
- new upstream release
|
|
- new upstream release
|
|
- built trunk snapshot
|
|
- built trunk snapshot
|