From: Jakub Bogusz Date: Mon, 9 Feb 2004 20:49:32 +0000 (+0000) Subject: - updated to 1.23.5, added descriptions and link patch X-Git-Tag: auto/ac/faac-1_23_5-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffaac.git;a=commitdiff_plain;h=0ab2bcf4373a02ff87920d87400c0d57662fdf55 - updated to 1.23.5, added descriptions and link patch Changed files: faac.spec -> 1.2 --- diff --git a/faac.spec b/faac.spec index a5a7b1a..d0a5c1e 100644 --- a/faac.spec +++ b/faac.spec @@ -1,31 +1,39 @@ Summary: Freeware Advanced Audio Codec +Summary(pl): Freeware Advanced Audio Codec - darmowy zaawansowany kodek d¼wiêku Name: faac -Version: 1.23.1 +Version: 1.23.5 Release: 1 -License: LGPL 2.1+ +License: LGPL v2.1+ Group: Libraries Source0: http://dl.sourceforge.net/faac/%{name}-%{version}.tar.gz -# Source0-md5: 75aa397a9b123a2bf6f0ce9f78db8b3d +# Source0-md5: ef74cf6049df76fa2a99c65d1b565ad3 +Patch0: %{name}-link.patch URL: http://www.audiocoding.com/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -. +FAAC is an ISO/MPEG 2/4 AAC encoder library developed for the Freeware +Advanced Audio Coding project. + +%description -l pl +FAAC to biblioteka kodera ISO/MPEG 2/4 AAC stworzona dla projektu +Freeware Advanced Audio Coding (darmowego zaawansowanego kodowania +d¼wiêku). %package devel -Summary: Devel files for faac -Summary(pl): Pliki nag³ówkowe faac +Summary: Header files for faac library +Summary(pl): Pliki nag³ówkowe biblioteki faac Group: Development/Libraries Requires: %{name} = %{version} %description devel -Devel files for faac. +Header files for faac library. %description devel -l pl -Pliki nag³ówkowe faac. +Pliki nag³ówkowe biblioteki faac. %package static Summary: Static faac library @@ -41,9 +49,14 @@ Statyczna biblioteka faac. %prep %setup -q -n %{name} +%patch0 -p1 %build -sh ./bootstrap +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure %{__make} @@ -61,12 +74,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc ChangeLog README TODO +%doc ChangeLog README TODO docs/faac.html %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.* %files devel %defattr(644,root,root,755) +%doc docs/libfaac.html %attr(755,root,root) %{_libdir}/lib*.so %{_libdir}/lib*.la %{_includedir}/*.h