Author: qboosh Date: Mon Mar 21 15:45:28 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 4.0
---- Files affected: packages/lv2core: lv2core.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: packages/lv2core/lv2core.spec diff -u packages/lv2core/lv2core.spec:1.5 packages/lv2core/lv2core.spec:1.6 --- packages/lv2core/lv2core.spec:1.5 Mon Dec 27 08:45:46 2010 +++ packages/lv2core/lv2core.spec Mon Mar 21 16:45:23 2011 @@ -2,12 +2,12 @@ Summary: LV2 (LADSPA Version 2) Audio Plugin Standard Summary(pl.UTF-8): LV2 (LADSPA Version 2) - standard wtyczek dźwiękowych Name: lv2core -Version: 3.0 +Version: 4.0 Release: 1 License: LGPL v2.1+ (lv2 header file), BSD-like (lv2 data files) Group: Libraries Source0: http://lv2plug.in/spec/%{name}-%{version}.tar.bz2 -# Source0-md5: 382f7d96ff0374c0c495336e1c8bb999 +# Source0-md5: 5097d964f3559a1ecec2d2fc822ef53a URL: http://lv2plug.in/ # g++ only checked for, not used BuildRequires: libstdc++-devel @@ -54,12 +54,11 @@ %prep %setup -q -sed -i 's|/lib|/%{_lib}|' autowaf.py %build ./waf configure \ --prefix=%{_prefix} \ - --libdir=%{_libdir}/ + --libdir=%{_libdir} ./waf %install @@ -68,12 +67,16 @@ ./waf install \ --destdir=$RPM_BUILD_ROOT +# what for? +%{__rm} $RPM_BUILD_ROOT%{_libdir}/lv2/lv2core.lv2/lv2.h + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog COPYING README +%attr(755,root,root) %{_bindir}/lv2config %dir %{_libdir}/lv2 %dir %{_libdir}/lv2/lv2core.lv2 %{_libdir}/lv2/lv2core.lv2/lv2.ttl @@ -90,6 +93,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2011/03/21 15:45:23 qboosh +- updated to 4.0 + Revision 1.5 2010/12/27 07:45:46 qboosh - fixed -devel desc (lv2core is not a library) - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lv2core/lv2core.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
