Line 0
Link Here
|
|
|
1 |
--- cdparanoia-III-alpha9.8/paranoia/Makefile.in~ 1999-12-14 07:28:04 +0300 |
Lines 1-6
Link Here
|
1 |
Name: cdparanoia |
1 |
Name: cdparanoia |
2 |
Version: IIIa9.8 |
2 |
Version: IIIa9.8 |
3 |
Release: alt3 |
3 |
Release: alt3.1 |
4 |
|
4 |
|
5 |
Summary: Utility to copy digital audio cd's. |
5 |
Summary: Utility to copy digital audio cd's. |
6 |
License: GPL |
6 |
License: GPL |
Lines 10-15
Url: http://www.xiph.org/paranoia
Link Here
|
10 |
%define fullname %name-III-alpha9.8 |
10 |
%define fullname %name-III-alpha9.8 |
11 |
Source: %url/download/%fullname.tar.bz2 |
11 |
Source: %url/download/%fullname.tar.bz2 |
12 |
Patch: %fullname-alt-fixes.patch |
12 |
Patch: %fullname-alt-fixes.patch |
|
|
13 |
Patch1: cdparanoia-III-alpha9.8-alt-libcdda_paranoia-fix-linking.patch |
13 |
|
14 |
|
14 |
Requires: lib%name = %version-%release |
15 |
Requires: lib%name = %version-%release |
15 |
|
16 |
|
Lines 64-69
This package contains static libraries f
Link Here
|
64 |
%prep |
65 |
%prep |
65 |
%setup -q -n %fullname |
66 |
%setup -q -n %fullname |
66 |
%patch -p1 |
67 |
%patch -p1 |
|
|
68 |
%patch1 -p1 |
67 |
|
69 |
|
68 |
%build |
70 |
%build |
69 |
%{?_disable_static:export lt_cv_prog_cc_static_works=no} |
71 |
%{?_disable_static:export lt_cv_prog_cc_static_works=no} |
Lines 102-107
mkdir -p $RPM_BUILD_ROOT{%_bindir,%_libd
Link Here
|
102 |
%endif |
104 |
%endif |
103 |
|
105 |
|
104 |
%changelog |
106 |
%changelog |
|
|
107 |
* Fri Mar 24 2006 Sergey V Turchin <zerg at altlinux dot org> IIIa9.8-alt3.1 |
108 |
- fix libcdda_paranoia linking |
109 |
|
105 |
* Wed Jan 19 2005 Dmitry V. Levin <ldv@altlinux.org> IIIa9.8-alt3 |
110 |
* Wed Jan 19 2005 Dmitry V. Levin <ldv@altlinux.org> IIIa9.8-alt3 |
106 |
- Fixed compilation issues detected by gcc-3.4.3. |
111 |
- Fixed compilation issues detected by gcc-3.4.3. |
107 |
- Do not build static library by default. |
112 |
- Do not build static library by default. |