SPECS: libsexy.spec - changed pc patch to fix libdir instead of tr...

qboosh qboosh at pld-linux.org
Mon Oct 8 23:20:46 CEST 2007


Author: qboosh                       Date: Mon Oct  8 21:20:46 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- changed pc patch to fix libdir instead of trying to fix what wasn't broken
- more verbose files

---- Files affected:
SPECS:
   libsexy.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/libsexy.spec
diff -u SPECS/libsexy.spec:1.12 SPECS/libsexy.spec:1.13
--- SPECS/libsexy.spec:1.12	Sat Oct  6 17:18:37 2007
+++ SPECS/libsexy.spec	Mon Oct  8 23:20:40 2007
@@ -83,19 +83,19 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libsexy.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libsexy.so
+%{_libdir}/libsexy.la
 %{_includedir}/libsexy
-%{_pkgconfigdir}/*.pc
-%{_gtkdocdir}/*
+%{_pkgconfigdir}/libsexy.pc
+%{_gtkdocdir}/libsexy
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libsexy.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -103,6 +103,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2007/10/08 21:20:40  qboosh
+- changed pc patch to fix libdir instead of trying to fix what wasn't broken
+- more verbose files
+
 Revision 1.12  2007/10/06 15:18:37  arekm
 - rel 2; don't put standard inc/lib paths in pc file
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libsexy.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list