Author: sparky Date: Mon Jan 18 22:28:41 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR: libstdc++-devel (because waf is stupid and will fail without it) - BR: python-modules - verbose files
---- Files affected: packages/lv2core: lv2core.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/lv2core/lv2core.spec diff -u packages/lv2core/lv2core.spec:1.3 packages/lv2core/lv2core.spec:1.4 --- packages/lv2core/lv2core.spec:1.3 Mon Jan 18 17:58:34 2010 +++ packages/lv2core/lv2core.spec Mon Jan 18 23:28:35 2010 @@ -9,7 +9,9 @@ Source0: http://lv2plug.in/spec/%{name}-%{version}.tar.bz2 # Source0-md5: 382f7d96ff0374c0c495336e1c8bb999 URL: http://lv2plug.in +BuildRequires: libstdc++-devel BuildRequires: python +BuildRequires: python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -58,7 +60,10 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog COPYING README -%{_libdir}/lv2 +%dir %{_libdir}/lv2 +%dir %{_libdir}/lv2/lv2core.lv2 +%{_libdir}/lv2/lv2core.lv2/lv2.ttl +%{_libdir}/lv2/lv2core.lv2/manifest.ttl %files devel %defattr(644,root,root,755) @@ -71,6 +76,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/01/18 22:28:35 sparky +- BR: libstdc++-devel (because waf is stupid and will fail without it) +- BR: python-modules +- verbose files + Revision 1.3 2010/01/18 16:58:34 pawelz - reverted BRs. Sorry. @@ -80,4 +90,3 @@ Revision 1.1 2010/01/18 16:42:54 stivi - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lv2core/lv2core.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
