Author: qboosh Date: Sat Nov 26 22:44:29 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - EA: x86 (asm used); fixed descs (what library?), cleanups
---- Files affected: SPECS: mpcenc.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/mpcenc.spec diff -u SPECS/mpcenc.spec:1.4 SPECS/mpcenc.spec:1.5 --- SPECS/mpcenc.spec:1.4 Thu Nov 24 17:42:54 2005 +++ SPECS/mpcenc.spec Sat Nov 26 23:44:23 2005 @@ -1,20 +1,20 @@ # $Revision$, $Date$ -Summary: Musepack encoding library -Summary(pl): Biblioteka do kodowania formatu musepack +Summary: Musepack encoder +Summary(pl): Narzędzie do kodowania formatu musepack Name: mpcenc Version: 1.15v Release: 0.1 License: BSD Group: Libraries -%define _subname mpcsv7-src -Source0: http://files2.musepack.net/source/%{_subname}-%{version}.tar.bz2 +Source0: http://files2.musepack.net/source/mpcsv7-src-%{version}.tar.bz2 # Source0-md5: eb3e6b64b1f7d68aaeb04e39936d87fb URL: http://www.musepack.net/ BuildRequires: nasm +ExclusiveArch: %{ix86} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -This library handles encoding of the MPC format, which is an audio +This program handles encoding of the MPC format, which is an audio compression format with a strong emphasis on high quality. It's not lossless, but it is designed for transparency, so that you won't be able to hear differences between the original wave file and the much @@ -24,7 +24,7 @@ patentless code. %description -l pl -Ta biblioteka obsługuje kodowanie formatu MPC, który jest formatem +Ten program obsługuje kodowanie formatu MPC, który jest formatem kompresji dźwięku z naciskiem na wysoką jakość. Nie jest bezstratny, ale jest zaprojektowany dla przezroczystości, tak, że nie można usłyszeć różnicy między oryginalnym plikiem wave a dużo mniejszym @@ -44,19 +44,17 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_bindir} \ - $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} +install -d $RPM_BUILD_ROOT%{_bindir} install mppenc replaygain $RPM_BUILD_ROOT%{_bindir} -install doc/AUTHORS doc/CHANGES doc/TODO README $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc doc/{AUTHORS,CHANGES,MANUAL.TXT,TODO} %attr(755,root,root) %{_bindir}/* -%{_docdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -64,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2005/11/26 22:44:23 qboosh +- EA: x86 (asm used); fixed descs (what library?), cleanups + Revision 1.4 2005/11/24 16:42:54 darekr - pass CC - kill some docs (contain the same info) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mpcenc.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
