Author: stivi Date: Mon Jan 18 23:32:13 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial
---- Files affected: packages/lv2-swh-plugins: lv2-swh-plugins.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/lv2-swh-plugins/lv2-swh-plugins.spec diff -u /dev/null packages/lv2-swh-plugins/lv2-swh-plugins.spec:1.1 --- /dev/null Tue Jan 19 00:32:13 2010 +++ packages/lv2-swh-plugins/lv2-swh-plugins.spec Tue Jan 19 00:32:08 2010 @@ -0,0 +1,55 @@ +# $Revision$, $Date$ +%define _name swh-lv2 +# +Summary: A set of LV2 audio plugins +Summary(pl.UTF-8): Zestaw wtyczek dźwiękowych LV2 +Name: lv2-swh-plugins +Version: 1.0.15 +Release: 0.1 +License: GPL +Group: Applications/Sound +Source0: http://plugin.org.uk/lv2/%{_name}-%{version}.tar.gz +# Source0-md5: c78f42c36d7bf2fb5b17f795ef9636d1 +URL: http://plugin.org.uk/ +BuildRequires: fftw3-single-devel +BuildRequires: pkgconfig +Requires: lv2core +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A set of LV2 audio plugins (see http://plugin.org.uk/ for more +details). + +%description -l pl.UTF-8 +Zestaw wtyczek dźwiękowych LV2 (więcej informacji pod adresem +http://plugin.org.uk/). + +%prep +%setup -q -n %{_name}-%{version} + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install-system \ + INSTALL_DIR=$RPM_BUILD_ROOT%{_libdir}/lv2 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_libdir}/lv2/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/01/18 23:32:08 stivi +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
