This commit is contained in:
parent
00cb6a1a9c
commit
44916b99f3
12
libcdio-bnc394195-install-all-pc-files.patch
Normal file
12
libcdio-bnc394195-install-all-pc-files.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -upr libcdio-0.80-pre/Makefile.am libcdio-0.80-post/Makefile.am
|
||||||
|
--- libcdio-0.80-pre/Makefile.am 2008-03-15 10:21:28.000000000 -0600
|
||||||
|
+++ libcdio-0.80-post/Makefile.am 2008-05-23 10:16:56.000000000 -0500
|
||||||
|
@@ -48,7 +48,7 @@ pkgconfig_DATA = libcdio.pc \
|
||||||
|
libcdio++.pc \
|
||||||
|
libiso9660.pc \
|
||||||
|
libiso9660++.pc \
|
||||||
|
- libudf.pc
|
||||||
|
+ libudf.pc \
|
||||||
|
$(paranoiapcs)
|
||||||
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 23 22:43:19 CEST 2008 - hpj@suse.de
|
||||||
|
|
||||||
|
- Add libcdio-bnc394195-install-all-pc-files.patch (bnc#394195).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 21 19:16:24 CEST 2008 - cthiel@suse.de
|
Wed May 21 19:16:24 CEST 2008 - cthiel@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
|
|||||||
#BuildRequires: cdparanoia
|
#BuildRequires: cdparanoia
|
||||||
%endif
|
%endif
|
||||||
Version: 0.80
|
Version: 0.80
|
||||||
Release: 2
|
Release: 3
|
||||||
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
||||||
%define libcdio_name 7
|
%define libcdio_name 7
|
||||||
%define libcdio_paranoia_name 0
|
%define libcdio_paranoia_name 0
|
||||||
@ -39,6 +39,7 @@ Summary: CD-ROM Access Library (internal featureless package breaking dep
|
|||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: %{_name}-%{version}.tar.bz2
|
||||||
Source1: %{_name}_spec-prepare.sh
|
Source1: %{_name}_spec-prepare.sh
|
||||||
Source2: libcdio-mini-%{version}-rpmlintrc
|
Source2: libcdio-mini-%{version}-rpmlintrc
|
||||||
|
Patch0: libcdio-bnc394195-install-all-pc-files.patch
|
||||||
Requires: licenses
|
Requires: licenses
|
||||||
%if %STANDARD_BUILD == 0
|
%if %STANDARD_BUILD == 0
|
||||||
Provides: %{_name} = %{version}
|
Provides: %{_name} = %{version}
|
||||||
@ -204,8 +205,10 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -f
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
@ -302,6 +305,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 24 2008 hpj@suse.de
|
||||||
|
- Add libcdio-bnc394195-install-all-pc-files.patch (bnc#394195).
|
||||||
* Wed May 21 2008 cthiel@suse.de
|
* Wed May 21 2008 cthiel@suse.de
|
||||||
- fix baselibs.conf
|
- fix baselibs.conf
|
||||||
* Fri Apr 25 2008 sbrabec@suse.cz
|
* Fri Apr 25 2008 sbrabec@suse.cz
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 23 22:43:19 CEST 2008 - hpj@suse.de
|
||||||
|
|
||||||
|
- Add libcdio-bnc394195-install-all-pc-files.patch (bnc#394195).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 21 19:16:24 CEST 2008 - cthiel@suse.de
|
Wed May 21 19:16:24 CEST 2008 - cthiel@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
|
|||||||
#BuildRequires: cdparanoia
|
#BuildRequires: cdparanoia
|
||||||
%endif
|
%endif
|
||||||
Version: 0.80
|
Version: 0.80
|
||||||
Release: 2
|
Release: 3
|
||||||
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
||||||
%define libcdio_name 7
|
%define libcdio_name 7
|
||||||
%define libcdio_paranoia_name 0
|
%define libcdio_paranoia_name 0
|
||||||
@ -39,6 +39,7 @@ Summary: CD-ROM Access Library
|
|||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: %{_name}-%{version}.tar.bz2
|
||||||
Source1: %{_name}_spec-prepare.sh
|
Source1: %{_name}_spec-prepare.sh
|
||||||
Source2: libcdio-mini-%{version}-rpmlintrc
|
Source2: libcdio-mini-%{version}-rpmlintrc
|
||||||
|
Patch0: libcdio-bnc394195-install-all-pc-files.patch
|
||||||
Requires: licenses
|
Requires: licenses
|
||||||
%if %STANDARD_BUILD == 0
|
%if %STANDARD_BUILD == 0
|
||||||
Provides: %{_name} = %{version}
|
Provides: %{_name} = %{version}
|
||||||
@ -203,8 +204,10 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -f
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
@ -301,6 +304,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 24 2008 hpj@suse.de
|
||||||
|
- Add libcdio-bnc394195-install-all-pc-files.patch (bnc#394195).
|
||||||
* Wed May 21 2008 cthiel@suse.de
|
* Wed May 21 2008 cthiel@suse.de
|
||||||
- fix baselibs.conf
|
- fix baselibs.conf
|
||||||
* Fri Apr 25 2008 sbrabec@suse.cz
|
* Fri Apr 25 2008 sbrabec@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user