Browse Source

obconf:
- rebuild with openbox-3.5
- use 2.0.4 release tar ball
- drop all patches

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8781 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 9 years ago
parent
commit
5f46ebf894
1 changed files with 16 additions and 12 deletions
  1. 16 12
      o/obconf/obconf-vl.spec

+ 16 - 12
o/obconf/obconf-vl.spec

@@ -1,22 +1,22 @@
 Name:		obconf
 Version:	2.0.4
-Release:	1.git20120217%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A graphical configuration editor for the Openbox window manager
 Summary(ja):	Openbox ウインドウマネージャーのためのグラフィカルな設定エディター
 
 Group:		User Interface/X
 License:	GPLv2+
 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
-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
 
-Requires:	openbox >= 3.4
-BuildRequires:	openbox-devel >= 3.4
+Requires:	openbox >= 3.5
+BuildRequires:	openbox-devel >= 3.5
 BuildRequires:	libglade2-devel
 BuildRequires:	startup-notification-devel
 BuildRequires:	pkgconfig
@@ -30,7 +30,7 @@ ObConf is a graphical configuration editor for the Openbox window manager.
 ObConf は Openbox ウインドウマネージャーのためのグラフィカルな設定エディターです。
 
 %prep
-%setup -q -n obconf
+%setup -q
 ## for ja.po
 %{__cp} -f %{SOURCE1} po/ja.po
 pushd po
@@ -40,12 +40,11 @@ echo 'ja' >> LINGUAS
 msgfmt -o ja.gmo ja.po
 popd
 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#%patch0 -p1
+#%patch1 -p1
+#%patch2 -p1
 
 %build
-./bootstrap
 %configure
 make %{?_smp_mflags}
 
@@ -89,6 +88,11 @@ update-desktop-database %{_datadir}/applications &> /dev/null
 
 
 %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
 - new upstream release
   - built trunk snapshot