Browse Source

lxappearance-obconf: rebuild with openbox-3.5, with build-fix-patch.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8782 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 9 years ago
parent
commit
5ee8d3fde2
1 changed files with 10 additions and 4 deletions
  1. 10 4
      l/lxappearance-obconf/lxappearance-obconf-vl.spec

+ 10 - 4
l/lxappearance-obconf/lxappearance-obconf-vl.spec

@@ -1,6 +1,6 @@
 Name:           lxappearance-obconf
 Version:        0.2.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Plugin to configure Openbox inside LXAppearance
 Summary(ja):    LXAppearance 内で OpenBox を設定するためのプラグイン
 
@@ -8,6 +8,9 @@ Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.org/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
+
+Patch0:         obconf-rrbutton.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: gettext
@@ -28,9 +31,8 @@ It is only visible when the plugin is installed and Openbox is in use.
 
 %prep
 %setup -q
-# dirty hack for outdated/changing LINGUAS file
-#cd po
-#ls *.po | sed 's/.po//g' | sort > LINGUAS
+
+%patch0 -p1 -b .rrbutton
 
 %build
 %configure --disable-static
@@ -57,6 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2.0-3
+- rebuild with openbox-3.5
+- add patch0 to build with openbox-3.5
+
 * Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
 - rebuilt with new toolchain