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

Changes of Revision 4

[-] Changed amrwb.spec
x
 
1
@@ -1,6 +1,11 @@
2
-%define name    amrwb
3
-%define ver     7.0.0.2
4
-%define rel     1
5
+# norootforbuild
6
+
7
+%define name      amrwb
8
+%define ver       7.0.0.3
9
+%define rel       1
10
+%define major     3
11
+%define lib       libamrwb
12
+%define libname   %{lib}%{major}
13
 
14
 Name:           %{name}
15
 Summary:        Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
16
@@ -11,15 +16,15 @@
17
 Group:          System/Libraries
18
 Url:            http://www.penguin.cz/~utx/amr
19
 
20
-Source0:        amrwb-7.0.0.2.tar.bz2
21
+Source0:        amrwb-7.0.0.3.tar.bz2
22
+Source1:        26204-700.zip
23
 
24
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
25
+Requires:       %{libname} = %{version}-%{release}
26
 BuildRequires:  glibc-devel
27
 BuildRequires:  gcc
28
 BuildRequires:  wget
29
-%if 0%{?suse_version} >= 1030
30
-BuildRequires: unzip
31
-%endif
32
+BuildRequires:  unzip
33
 
34
 %description
35
 Adaptive Multi-Rate Wideband decoder and encoder library.
36
@@ -34,31 +39,57 @@
37
 http://www.3gpp.org/ftp/Specs/html-info/26204.htm
38
 
39
 
40
-%package devel
41
+%package -n %{libname}
42
+Group:          System/Libraries
43
+Summary:        Shared library part of amrwb
44
+Summary(de):    Bibliotheken zu amrwb
45
+Provides:       %{lib} = %{version}-%{release}
46
+
47
+%description -n %{libname}
48
+Adaptive Multi-Rate Wideband decoder and encoder library.
49
+Shared library part (3GPP TS 26.204 V7.0.0)
50
+
51
+http://www.3gpp.org/ftp/Specs/html-info/26204.htm
52
+
53
+
54
+%description -n %{libname} -l de
55
+Adaptiver Multi-Rate weitbandige decoding und encoding Bibliothek.
56
+Bibliotheken (3GPP TS 26.204 V7.0.0)
57
+
58
+http://www.3gpp.org/ftp/Specs/html-info/26204.htm
59
+
60
+
61
+%package -n %{lib}-devel
62
 Summary:        Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec Developer Package
63
 Summary(de):    Adaptiver Multi-Rate - Weitband (AMR-WB) Sprachcodec Entwicklerpaket
64
-Group:          System/Libraries
65
-Requires:       %{name} = %{version}-%{release}
66
+Group:          Development/Libraries/C and C++
67
+Requires:       %{libname} = %{version}-%{release}
68
 Requires:       glibc-devel
69
+Obsoletes:      amrwb-devel
70
+Provides:       amrwb-devel
71
+# Packmandepends: amrnb
72
 
73
-%description devel
74
+%description -n %{lib}-devel
75
 Adaptive Multi-Rate Wideband decoder and encoder library,
76
 Developer Package. (3GPP TS 26.204 V7.0.0)
77
 
78
 http://www.3gpp.org/ftp/Specs/html-info/26204.htm
79
 
80
-%description devel -l de
81
+%description -n %{lib}-devel -l de
82
 Adaptiver Multi-Rate weitbandige decoding und encoding Bibliothek,
83
 Entwicklerpaket. (3GPP TS 26.204 V7.0.0)
84
 
85
 http://www.3gpp.org/ftp/Specs/html-info/26204.htm
86
 
87
+%debug_package
88
+
89
 %prep
90
 %setup
91
+cp %{SOURCE1} .
92
 
93
 %build
94
 %configure
95
-%__make
96
+%__make %{?jobs:-j%{jobs}}
97
 
98
 %install
99
 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
100
@@ -67,19 +98,22 @@
101
 %clean
102
 [ "%{buildroot}" != "/" ] && %{__rm} -rf %{buildroot}
103
 
104
-%post
105
+%post -n %{libname}
106
 %run_ldconfig
107
 
108
-%postun
109
+%postun -n %{libname}
110
 %run_ldconfig
111
 
112
 %files
113
 %defattr (-, root, root)
114
 %doc AUTHORS ChangeLog COPYING NEWS README TODO readme.txt
115
 %{_bindir}/*
116
+
117
+%files -n %{libname}
118
+%defattr(-,root,root)
119
 %{_libdir}/*.so.*
120
 
121
-%files devel
122
+%files -n %{lib}-devel
123
 %defattr (-, root, root)
124
 %{_includedir}/amrwb
125
 %{_libdir}/*.so
126
Added 26204-700.zip ^
[+] Changed amrwb-7.0.0.3.tar.bz2/ChangeLog ^
[+] Changed amrwb-7.0.0.3.tar.bz2/Makefile.am ^
[+] Changed amrwb-7.0.0.3.tar.bz2/NEWS ^
[+] Changed amrwb-7.0.0.3.tar.bz2/README ^
[+] Changed amrwb-7.0.0.3.tar.bz2/amrwb.spec ^
[+] Changed amrwb-7.0.0.3.tar.bz2/configure ^
[+] Changed amrwb-7.0.0.3.tar.bz2/configure.ac ^
[+] Changed amrwb-7.0.0.3.tar.bz2/prepare_sources.sh.in ^