packages: exaile/exaile.spec - %%make simplification - BR: help2man - clean up

lisu lisu at pld-linux.org
Tue Oct 19 16:08:46 CEST 2010


Author: lisu                         Date: Tue Oct 19 14:08:46 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- %%make simplification
- BR: help2man
- clean up

---- Files affected:
packages/exaile:
   exaile.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: packages/exaile/exaile.spec
diff -u packages/exaile/exaile.spec:1.32 packages/exaile/exaile.spec:1.33
--- packages/exaile/exaile.spec:1.32	Tue Oct 19 15:56:23 2010
+++ packages/exaile/exaile.spec	Tue Oct 19 16:08:41 2010
@@ -14,6 +14,7 @@
 # Source0-md5:	fdd1f75118032a5aa0932cb449b2c533
 URL:		http://www.exaile.org/
 BuildRequires:	gettext-devel
+BuildRequires:	help2man
 BuildRequires:	intltool
 BuildRequires:	python-pygtk-devel >= 2:2.18.0
 BuildRequires:	rpmbuild(macros) >= 1.268
@@ -70,25 +71,13 @@
 %prep
 %setup -q
 
-# there's bigger and newer es.po
-rm -f po/es_ES.po
-# what's Franco-Provençal?
-rm -f po/frp.po
-# there's bigger and newer he.po
-rm -f po/he_IL.po
-# there's bigger and newer it.po
-rm -f po/it_IT.po
-# there's bigger and newer tr.po
-rm -f po/tr_TR.po
+# useless, there are bigger correspondent locales
+rm -f po/{es_ES.po,frp.po,he_IL.po,it_IT.po,tr_TR.po}
 
 %build
 %{__make} \
 	PREFIX=%{_prefix} \
-%ifarch x86_64
-	LIBINSTALLDIR=/lib64
-%else
-	LIBINSTALLDIR=/lib
-%endif
+	LIBINSTALLDIR=/%{_lib}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -96,11 +85,7 @@
 %{__make} install \
 	PREFIX=%{_prefix} \
 	DESTDIR=$RPM_BUILD_ROOT \
-%ifarch x86_64
-	LIBINSTALLDIR=/lib64
-%else
-	LIBINSTALLDIR=/lib
-%endif
+	LIBINSTALLDIR=/%{_lib}
 
 %find_lang %{name} --all-name
 
@@ -117,7 +102,7 @@
 %{_datadir}/%{name}/data
 %{_desktopdir}/%{name}.desktop
 %{_pixmapsdir}/%{name}.png
-%{_mandir}/man1/exaile.1
+%{_mandir}/man1/exaile.1*
 # maybe seperate subpackages for plugins?
 %{_datadir}/%{name}/plugins
 
@@ -127,6 +112,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2010/10/19 14:08:41  lisu
+- %%make simplification
+- BR: help2man
+- clean up
+
 Revision 1.32  2010/10/19 13:56:23  lisu
 - use %%find_lang macro
 - package man page
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/exaile/exaile.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list