Author: wiget Date: Sun Apr 15 12:09:16 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.6.1 etree.org version
---- Files affected: SPECS: shorten.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/shorten.spec diff -u SPECS/shorten.spec:1.4 SPECS/shorten.spec:1.5 --- SPECS/shorten.spec:1.4 Mon Feb 12 23:09:15 2007 +++ SPECS/shorten.spec Sun Apr 15 14:09:11 2007 @@ -2,13 +2,13 @@ Summary: Shorten - fast compression for waveform files Summary(pl.UTF-8): Shorten - szybka kompresja plików ze spróbkowanym dźwiękiem Name: shorten -Version: 2.3a -Release: 2 +Version: 3.6.1 +Release: 1 License: non-commercial distribution and encoding Group: Applications/Sound -Source0: http://www.hornig.net/files/shorten/linux/source/%{name}-%{version}.tar.gz -# Source0-md5: c538eeced847c7e231759301b6c10d2f -URL: http://www.hornig.net/shorten.html +Source0: http://www.etree.org/shnutils/shorten/dist/src/%{name}-%{version}.tar.gz +# Source0-md5: fb59c16fcedc4f4865d277f6e45866a7 +URL: http://www.etree.org/shnutils/shorten/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -27,23 +27,21 @@ %setup -q %build -%{__make} \ - CC="%{__cc}" \ - CFLAGS="%{rpmcflags} -DHAVE_STDARG_H" +%{configure} +%{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} -install shorten $RPM_BUILD_ROOT%{_bindir} -install shorten.1 $RPM_BUILD_ROOT%{_mandir}/man1 +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc LICENSE tr156.ps +%doc doc/LICENSE doc/tr156.ps %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* @@ -53,6 +51,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2007/04/15 12:09:11 wiget +- updated to 3.6.1 etree.org version + Revision 1.4 2007/02/12 22:09:15 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/shorten.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
