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 6
[-]
[+]
Changed
faac.spec
@@ -5,7 +5,7 @@ %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 @@ -17,7 +17,6 @@ Patch0: faac_configure_in.patch BuildRoot: %{_tmppath}/buildroot-%{name}-%{version} -Prefix: %{_prefix} Requires: %{libname} = %{version}-%{release} Requires: libfaad2_0 >= 2.6 Requires: libmp4v2 @@ -73,6 +72,7 @@ %prep %setup -qn faac +chmod 644 COPYING ChangeLog TODO README AUTHORS NEWS %patch0 %build @@ -86,18 +86,10 @@ %__make DESTDIR=%{buildroot} install %post -%if 0%{?suse_version} -%run_ldconfig -%else /sbin/ldconfig -%endif %postun -%if 0%{?suse_version} -%run_ldconfig -%else /sbin/ldconfig -%endif %clean [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}