Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
faac
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
faac.spec
@@ -5,23 +5,22 @@ %define libname %{lib}%{major} Name: faac -Summary: Frontend for encoding MPEG2/4 AAC +Summary: frontend for encoding MPEG2/4 AAC Summary(de): Frontend zum Encodieren von MPEG2/4 AAC -Version: 1.26 -Release: 1 +Version: 1.28 +Release: 15 License: GPL v2 or later Group: Productivity/Multimedia/Video/Editors and Convertors URL: http://www.audiocoding.com/ -Source0: faac-1.26.tar.bz2 +Source0: faac-1.28.tar.bz2 Patch0: faac_configure_in.patch BuildRoot: %{_tmppath}/buildroot-%{name}-%{version} +Prefix: %{_prefix} Requires: %{libname} = %{version}-%{release} -Requires: libfaad2_0 >= 2.6 -Requires: libmp4v2 -Requires: libstdc++ -BuildRequires: libfaad2-devel >= 2.6 +Requires: libfaad2 >= 2.7 +BuildRequires: libfaad-devel >= 2.7 BuildRequires: libmp4v2-devel BuildRequires: gcc BuildRequires: libstdc++ @@ -38,9 +37,7 @@ Group: System/Libraries Summary: Shared library part of faac Summary(de): Bibliotheken zu faac -Requires: libfaad2_0 >= 2.6 -Requires: libmp4v2 -Requires: libstdc++ +Requires: libfaad2 >= 2.7 Provides: %{lib} = %{version}-%{release} %description -n %{libname} @@ -54,9 +51,8 @@ Summary: Header files and static library for the faac library Summary(de): Header Dateien und statische Bibliotheken für die faac Bibliothek Requires: %{libname} = %{version}-%{release} -Requires: libfaad2-devel >= 2.6 +Requires: libfaad-devel >= 2.7 Requires: libmp4v2-devel -Requires: gcc Requires: libstdc++ Requires: libstdc++-devel Provides: %{libname}-devel = %{version}-%{release} @@ -71,8 +67,7 @@ %debug_package %prep -%setup -qn faac -chmod 644 COPYING ChangeLog TODO README AUTHORS NEWS +%setup -qn faac-%{version} %patch0 %build @@ -83,13 +78,10 @@ %install [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} -%__make DESTDIR=%{buildroot} install +%makeinstall -%post -/sbin/ldconfig - -%postun -/sbin/ldconfig +%post -n %{libname} -p /sbin/ldconfig +%postun -n %{libname} -p /sbin/ldconfig %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot} @@ -98,6 +90,7 @@ %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* +%{_mandir}/man1/faac.1.gz %files -n %{libname} %defattr(-,root,root) @@ -111,6 +104,5 @@ %changelog -* Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com> +* Mon Jun 29 2009 Carsten Schoene <cs@linux-administrator.com> 1.28-15 - import for SLE_10 build -
Changed
faac-1.28.tar.bz2
^