SPECS: quodlibet.spec - libdir fix added

freetz freetz at pld-linux.org
Sun Oct 23 21:56:51 CEST 2005


Author: freetz                       Date: Sun Oct 23 19:56:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- libdir fix added

---- Files affected:
SPECS:
   quodlibet.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/quodlibet.spec
diff -u SPECS/quodlibet.spec:1.16 SPECS/quodlibet.spec:1.17
--- SPECS/quodlibet.spec:1.16	Sun Oct 23 19:36:53 2005
+++ SPECS/quodlibet.spec	Sun Oct 23 21:56:45 2005
@@ -17,7 +17,8 @@
 Group:		X11/Applications/Multimedia
 Source0:	http://www.sacredchao.net/~piman/software/%{name}-%{version}.tar.gz
 # Source0-md5:	b79a701d3fb769e37e0ec1aab49c4d65
-Patch1:		%{name}-home_etc.patch
+Patch0:		%{name}-home_etc.patch
+Patch1:		%{name}-Makefile.patch
 URL:		http://www.sacredchao.net/quodlibet/wiki
 BuildRequires:	gtk+2-devel >= 2.6.0
 BuildRequires:	pkgconfig
@@ -59,7 +60,8 @@
 
 %prep
 %setup -q
-%{?with_home_etc:%patch1 -p1}
+%{?with_home_etc:%patch0 -p1}
+%patch1 -p1
 
 %build
 %{__make} extensions
@@ -69,6 +71,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+	LIBDIR=%{_libdir} \
 	PREFIX=%{_prefix} \
 	DESTDIR=$RPM_BUILD_ROOT
 
@@ -106,6 +109,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2005/10/23 19:56:45  freetz
+- libdir fix added
+
 Revision 1.16  2005/10/23 17:36:53  paladine
 - updated to 0.14
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/quodlibet.spec?r1=1.16&r2=1.17&f=u




More information about the pld-cvs-commit mailing list