Logoj0ke.net Open Build Service > Projects > multimedia > faac > Changes
Sign Up | Log In

Changes of Revision 7

[-] Changed faac.spec
x
 
1
@@ -5,23 +5,22 @@
2
 %define libname   %{lib}%{major}
3
 
4
 Name:           faac
5
-Summary:        Frontend for encoding MPEG2/4 AAC
6
+Summary:        frontend for encoding MPEG2/4 AAC
7
 Summary(de):    Frontend zum Encodieren von MPEG2/4 AAC
8
-Version:        1.26
9
-Release:        1
10
+Version:        1.28
11
+Release:        15
12
 License:        GPL v2 or later
13
 Group:          Productivity/Multimedia/Video/Editors and Convertors
14
 URL:            http://www.audiocoding.com/
15
 
16
-Source0:        faac-1.26.tar.bz2
17
+Source0:        faac-1.28.tar.bz2
18
 
19
 Patch0:         faac_configure_in.patch
20
 BuildRoot:      %{_tmppath}/buildroot-%{name}-%{version}
21
+Prefix:         %{_prefix}
22
 Requires:       %{libname} = %{version}-%{release}
23
-Requires:       libfaad2_0 >= 2.6
24
-Requires:       libmp4v2
25
-Requires:       libstdc++
26
-BuildRequires:  libfaad2-devel >= 2.6
27
+Requires:       libfaad2 >= 2.7
28
+BuildRequires:  libfaad-devel >= 2.7
29
 BuildRequires:  libmp4v2-devel
30
 BuildRequires:  gcc
31
 BuildRequires:  libstdc++
32
@@ -38,9 +37,7 @@
33
 Group:          System/Libraries
34
 Summary:        Shared library part of faac
35
 Summary(de):    Bibliotheken zu faac
36
-Requires:       libfaad2_0 >= 2.6
37
-Requires:       libmp4v2
38
-Requires:       libstdc++
39
+Requires:       libfaad2 >= 2.7
40
 Provides:       %{lib} = %{version}-%{release}
41
 
42
 %description -n %{libname}
43
@@ -54,9 +51,8 @@
44
 Summary:        Header files and static library for the faac library
45
 Summary(de):    Header Dateien und statische Bibliotheken für die faac Bibliothek
46
 Requires:       %{libname} = %{version}-%{release}
47
-Requires:       libfaad2-devel >= 2.6
48
+Requires:       libfaad-devel >= 2.7
49
 Requires:       libmp4v2-devel
50
-Requires:       gcc
51
 Requires:       libstdc++
52
 Requires:       libstdc++-devel
53
 Provides:       %{libname}-devel = %{version}-%{release}
54
@@ -71,8 +67,7 @@
55
 %debug_package
56
 
57
 %prep
58
-%setup -qn faac
59
-chmod 644 COPYING ChangeLog TODO README AUTHORS NEWS
60
+%setup -qn faac-%{version}
61
 %patch0
62
 
63
 %build
64
@@ -83,13 +78,10 @@
65
 
66
 %install
67
 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
68
-%__make DESTDIR=%{buildroot} install
69
+%makeinstall
70
 
71
-%post
72
-/sbin/ldconfig
73
-
74
-%postun
75
-/sbin/ldconfig
76
+%post -n %{libname} -p /sbin/ldconfig
77
+%postun -n %{libname} -p /sbin/ldconfig
78
 
79
 %clean
80
 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
81
@@ -98,6 +90,7 @@
82
 %defattr(-, root, root)
83
 %doc AUTHORS COPYING ChangeLog NEWS README TODO
84
 %{_bindir}/*
85
+%{_mandir}/man1/faac.1.gz
86
 
87
 %files -n %{libname}
88
 %defattr(-,root,root)
89
@@ -111,6 +104,5 @@
90
 
91
 
92
 %changelog
93
-* Sun Sep 30 2007 Carsten Schoene <cs@linux-administrator.com>
94
+* Mon Jun 29 2009 Carsten Schoene <cs@linux-administrator.com> 1.28-15
95
 - import for SLE_10 build
96
-
97
Changed faac-1.28.tar.bz2 ^