Author: qboosh Date: Mon Dec 27 21:12:42 2010 GMT Module: packages Tag: HEAD ---- Log message: - pl desc - verbose make (optflags passing still needed)
---- Files affected: packages/slv2: slv2.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: packages/slv2/slv2.spec diff -u packages/slv2/slv2.spec:1.4 packages/slv2/slv2.spec:1.5 --- packages/slv2/slv2.spec:1.4 Wed Jan 27 00:44:23 2010 +++ packages/slv2/slv2.spec Mon Dec 27 22:12:36 2010 @@ -1,14 +1,15 @@ # $Revision$, $Date$ -Summary: LV2 host library -Summary(pl.UTF-8): Biblioteka LV2 +# TODO: use __cc and optflags +Summary: LV2 host library to make LV2 plugin use as simple as possible +Summary(pl.UTF-8): Biblioteka hosta LV2 ułatwiająca korzystanie z wtyczek LV2 Name: slv2 Version: 0.6.6 Release: 1 -License: GPL v2 +License: GPL v2+ Group: Libraries Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 # Source0-md5: b8e8e0e82dd04324fcd533e8acd1ce85 -URL: http://drobilla.net/software/slv2 +URL: http://drobilla.net/software/slv2/ BuildRequires: doxygen BuildRequires: jack-audio-connection-kit-devel >= 0.107.0 BuildRequires: lv2core-devel >= 1.0 @@ -16,11 +17,10 @@ BuildRequires: python BuildRequires: python-modules BuildRequires: redland-devel >= 1.0.6 +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -A host library to make LV2 plugin use as simple as possible. - SLV2 is a library to make the use of LV2 plugins as simple as possible for applications. It is written in standard C using the Redland RDF toolkit. The Data (RDF) and code (shared library) functionality in @@ -29,39 +29,48 @@ data without loading any shared libraries, avoiding the associated risks) +%description -l pl.UTF-8 +SLV2 to biblioteka ułatwiająca korzystanie z wtyczek LV2 w +aplikacjach. Jest napisana w standardowym C z wykorzystaniem +biblioteki Redland RDF. Dane (RDF) i kod (biblioteka współdzielona) są +w SLV2 ściśle oddzielone, dzięki czemu łatwo kontrolować, kiedy które +z nich jest używane (np. możliwe jest wykrywanie wtyczek i powiązanych +z nimi danych bez ładowania żadnych bibliotek współdzielonych). + %package devel -Summary: Header files for lv2 library -Summary(pl.UTF-8): Pliki nagłówkowe biblioteki lv2 +Summary: Header files for SLV2 library +Summary(pl.UTF-8): Pliki nagłówkowe biblioteki SLV2 Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -Header files for lv2 library. +Header files for SLV2 library. %description devel -l pl.UTF-8 -Pliki nagłówkowe biblioteki lv2. +Pliki nagłówkowe biblioteki SLV2. %package utils -Summary: Utils for lv2 -Summary(pl.UTF-8): Narzędzia lv2 +Summary: LV2 utilities +Summary(pl.UTF-8): Narzędzia LV2 Group: Applications/Sound +Requires: %{name} = %{version}-%{release} %description utils -Utils for lv2. +LV2 utilities. %description utils -l pl.UTF-8 -Narzędzia lv2. +Narzędzia LV2. %package apidocs -Summary: Lv2 API documentation -Summary(pl.UTF-8): Dokumentacja API lv2 +Summary: SLV2 API documentation +Summary(pl.UTF-8): Dokumentacja API SLV2 Group: Documentation %description apidocs -Documetation for lv2 API in HTML format. +Documetation for SLV2 API in HTML format. %description apidocs -l pl.UTF-8 -Dokumentacja API lv2 w formacie HTML. +Dokumentacja API SLV2 w formacie HTML. %prep %setup -q @@ -71,11 +80,11 @@ %build ./waf configure \ --prefix=%{_prefix} \ - --libdir=%{_libdir}/ \ + --libdir=%{_libdir} \ --htmldir=%{_docdir}/%{name}-apidocs-%{version} \ --build-docs \ --strict -./waf +./waf -v %install rm -rf $RPM_BUILD_ROOT @@ -97,15 +106,15 @@ %files devel %defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/libslv2.so %{_includedir}/slv2 -%{_libdir}/libslv2.so %{_pkgconfigdir}/slv2.pc %{_mandir}/man3/slv2* %files utils %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man1/lv2_* +%attr(755,root,root) %{_bindir}/lv2_* +%{_mandir}/man1/lv2_*.1* %files apidocs %defattr(644,root,root,755) @@ -117,6 +126,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2010/12/27 21:12:36 qboosh +- pl desc +- verbose make (optflags passing still needed) + Revision 1.4 2010/01/26 23:44:23 pawelz - %ghost soname symlink @@ -128,4 +141,3 @@ Revision 1.1 2010/01/18 18:22:10 stivi - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/slv2/slv2.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
