packages: libvisio/libvisio.spec, libcdr/libcdr.spec - fixed build without ...
qboosh
qboosh at pld-linux.org
Wed Mar 14 18:20:29 CET 2012
Author: qboosh Date: Wed Mar 14 17:20:29 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fixed build without static_libs
---- Files affected:
packages/libvisio:
libvisio.spec (1.5 -> 1.6)
packages/libcdr:
libcdr.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/libvisio/libvisio.spec
diff -u packages/libvisio/libvisio.spec:1.5 packages/libvisio/libvisio.spec:1.6
--- packages/libvisio/libvisio.spec:1.5 Tue Mar 13 19:34:43 2012
+++ packages/libvisio/libvisio.spec Wed Mar 14 18:20:24 2012
@@ -125,9 +125,11 @@
%{_includedir}/libvisio-0.0
%{_pkgconfigdir}/libvisio-0.0.pc
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/libvisio-0.0.a
+%endif
%files apidocs
%defattr(644,root,root,755)
@@ -144,6 +146,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2012/03/14 17:20:24 qboosh
+- fixed build without static_libs
+
Revision 1.5 2012/03/13 18:34:43 qboosh
- updated to 0.0.15
- pl fixes, -devel deps, added -static
================================================================
Index: packages/libcdr/libcdr.spec
diff -u packages/libcdr/libcdr.spec:1.1 packages/libcdr/libcdr.spec:1.2
--- packages/libcdr/libcdr.spec:1.1 Tue Mar 13 20:27:45 2012
+++ packages/libcdr/libcdr.spec Wed Mar 14 18:20:24 2012
@@ -128,9 +128,11 @@
%{_includedir}/libcdr-0.0
%{_pkgconfigdir}/libcdr-0.0.pc
+%if %{with static_libs}
%files static
%defattr(644,root,root,755)
%{_libdir}/libcdr-0.0.a
+%endif
%files apidocs
%defattr(644,root,root,755)
@@ -147,5 +149,8 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2012/03/14 17:20:24 qboosh
+- fixed build without static_libs
+
Revision 1.1 2012/03/13 19:27:45 qboosh
- new
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libvisio/libvisio.spec?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libcdr/libcdr.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list