packages: gpac/gpac.spec - disable gui subpackage when building without wx ...
lisu
lisu at pld-linux.org
Wed Sep 28 15:33:26 CEST 2011
Author: lisu Date: Wed Sep 28 13:33:26 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- disable gui subpackage when building without wx support
---- Files affected:
packages/gpac:
gpac.spec (1.38 -> 1.39)
---- Diffs:
================================================================
Index: packages/gpac/gpac.spec
diff -u packages/gpac/gpac.spec:1.38 packages/gpac/gpac.spec:1.39
--- packages/gpac/gpac.spec:1.38 Sun Jul 24 17:07:56 2011
+++ packages/gpac/gpac.spec Wed Sep 28 15:33:21 2011
@@ -222,9 +222,11 @@
%defattr(644,root,root,755)
%{_includedir}/gpac
+%if %{with wx}
%files gui
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/Osmo4
+%endif
%files -n browser-plugin-%{name}
%defattr(644,root,root,755)
@@ -237,6 +239,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.39 2011/09/28 13:33:21 lisu
+- disable gui subpackage when building without wx support
+
Revision 1.38 2011/07/24 15:07:56 arekm
- rel 6; avoid -L/usr/lib
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpac/gpac.spec?r1=1.38&r2=1.39&f=u
More information about the pld-cvs-commit
mailing list