Changes of Revision 10
[-] | Changed | faad2.spec |
x 1
2 URL: http://www.audiocoding.com/ 3 4 Source0: http://downloads.sourceforge.net/faac/%{name}-%{version}.tar.bz2 5 - 6 +Source1: %{name}-rpmlintrc 7 Patch0: faad2-libmp4ff.patch 8 Patch1: faad2-main_overflow.diff 9 BuildRoot: %{_tmppath}/buildroot-%{name}-%{version} 10
11 Bibliotheken zu faad2 12 13 %package -n %{lib}-devel 14 -Summary: Development files of the FAAD 2 AAC decoder. 15 -Summary(de): Entwicklerdateien des FAAD 2 AAC Dekoders. 16 +Summary: Development files of the FAAD 2 AAC decoder 17 +Summary(de): Entwicklerdateien des FAAD 2 AAC Dekoders 18 Group: Development/Libraries/C and C++ 19 Requires: %{libname} = %{version}-%{release} 20 Requires: libmp4v2-devel 21
22 23 24 %package xmms-plugin 25 -Summary: faad2 Xmms input plugin 26 -Summary(de): faad2 Xmms input plugin 27 +Summary: Faad2 Xmms input plugin 28 +Summary(de): Faad2 Xmms input plugin 29 Group: Productivity/Multimedia/Sound/Players 30 Requires: %{libname} = %{version}-%{release} 31 Requires: xmms >= 1.2.8 32
33 34 %prep 35 %setup -qn faad2 36 +chmod 644 README NEWS AUTHORS ChangeLog COPYING TODO 37 %patch0 38 %patch1 -p1 39 40 |
||
[+] | Added | faad2-rpmlintrc ^ |
@@ -0,0 +1,2 @@ +from Config import * +addFilter("faad2-xmms-plugin.* devel-file-in-non-devel-package") |