packages: fpc-qt4/fpc-qt4.spec - package libs correctly; .so included in ma...
sparky
sparky at pld-linux.org
Fri Jan 15 18:01:30 CET 2010
Author: sparky Date: Fri Jan 15 17:01:30 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- package libs correctly; .so included in main package because there are no
other files for -devel subpackage
---- Files affected:
packages/fpc-qt4:
fpc-qt4.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/fpc-qt4/fpc-qt4.spec
diff -u packages/fpc-qt4/fpc-qt4.spec:1.2 packages/fpc-qt4/fpc-qt4.spec:1.3
--- packages/fpc-qt4/fpc-qt4.spec:1.2 Fri Jan 15 17:51:34 2010
+++ packages/fpc-qt4/fpc-qt4.spec Fri Jan 15 18:01:22 2010
@@ -50,7 +50,10 @@
%files
%defattr(644,root,root,755)
%doc README.TXT
-%attr(755,root,root) %{_libdir}/libQt4Pas.so*
+%attr(755,root,root) %{_libdir}/libQt4Pas.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libQt4Pas.so.?
+# The .so link is used when linking during development
+%attr(755,root,root) %{_libdir}/libQt4Pas.so
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -58,6 +61,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2010/01/15 17:01:22 sparky
+- package libs correctly; .so included in main package because there are no
+ other files for -devel subpackage
+
Revision 1.2 2010/01/15 16:51:34 sparky
- removed repeated Source0
- BR: QtGui-devel, QtWebKit-devel
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fpc-qt4/fpc-qt4.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list