Author: qboosh Date: Sat Feb 16 11:24:11 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.1.0
---- Files affected: SPECS: celt.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/celt.spec diff -u SPECS/celt.spec:1.2 SPECS/celt.spec:1.3 --- SPECS/celt.spec:1.2 Wed Jan 23 06:46:42 2008 +++ SPECS/celt.spec Sat Feb 16 12:24:06 2008 @@ -2,15 +2,16 @@ Summary: CELT low-latency audio codec Summary(pl.UTF-8): CELT - kodek dźwiękowy o małym opóźnieniu Name: celt -Version: 0.0.2 -Release: 0.1 +Version: 0.1.0 +Release: 1 License: BSD Group: Libraries Source0: http://downloads.xiph.org/releases/celt/%{name}-%{version}.tar.gz -# Source0-md5: e2d3c73b23d40840a7d81dfe30ca5d5f +# Source0-md5: dd2768a3e52288949eb387ed4f984697 # author's blog for now URL: http://jmspeex.livejournal.com/ -#BuildRequires: libogg-devel +# for tools +BuildRequires: libogg-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -56,6 +57,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +# just tests +rm $RPM_BUILD_ROOT%{_bindir}/{cwrs{32,64}-test,ectest,match-test.sh,type-test} + %clean rm -rf $RPM_BUILD_ROOT @@ -64,26 +68,22 @@ %files %defattr(644,root,root,755) -%doc COPYING README -#%attr(755,root,root) %{_bindir}/* +%doc COPYING README TODO +%attr(755,root,root) %{_bindir}/celtdec +%attr(755,root,root) %{_bindir}/celtenc %attr(755,root,root) %{_libdir}/libcelt.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libcelt.so.0 -%attr(755,root,root) %{_libdir}/libentcode.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libentcode.so.0 %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libcelt.so -%attr(755,root,root) %{_libdir}/libentcode.so %{_libdir}/libcelt.la -%{_libdir}/libentcode.la -#%{_includedir}/foo -#%{_pkgconfigdir}/*.pc +%{_includedir}/celt +%{_pkgconfigdir}/celt.pc %files static %defattr(644,root,root,755) %{_libdir}/libcelt.a -%{_libdir}/libentcode.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -91,6 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2008-02-16 11:24:06 qboosh +- updated to 0.1.0 + Revision 1.2 2008-01-23 05:46:42 qboosh - up to 0.0.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/celt.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
