SPECS: libid3tag.spec - use _pkgconfigdir macro

qboosh qboosh at pld-linux.org
Mon Oct 2 21:05:22 CEST 2006


Author: qboosh                       Date: Mon Oct  2 19:05:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use _pkgconfigdir macro

---- Files affected:
SPECS:
   libid3tag.spec (1.13 -> 1.14) 

---- Diffs:

================================================================
Index: SPECS/libid3tag.spec
diff -u SPECS/libid3tag.spec:1.13 SPECS/libid3tag.spec:1.14
--- SPECS/libid3tag.spec:1.13	Wed Sep 27 19:58:02 2006
+++ SPECS/libid3tag.spec	Mon Oct  2 21:05:16 2006
@@ -86,8 +86,8 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_libdir}/pkgconfig
-install id3tag.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
+install -d $RPM_BUILD_ROOT%{_pkgconfigdir}
+install id3tag.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -117,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/10/02 19:05:16  qboosh
+- use _pkgconfigdir macro
+
 Revision 1.13  2006/09/27 17:58:02  glen
 - cosmetics
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libid3tag.spec?r1=1.13&r2=1.14&f=u



More information about the pld-cvs-commit mailing list