rebuilt with debug package and other specfile fixes [release 2.1.0-2mamba;Sat Apr 27 2024]
This commit is contained in:
parent
66cddfd06d
commit
e7e7882375
27
libcdio.spec
27
libcdio.spec
@ -1,27 +1,23 @@
|
|||||||
### AUTOUPDATE-OFF: 8 9
|
### AUTOUPDATE-OFF: 8 9
|
||||||
Name: libcdio
|
Name: libcdio
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Compact Disc Input and Control Library
|
Summary: Compact Disc Input and Control Library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://savannah.gnu.org/projects/libcdio/
|
URL: http://savannah.gnu.org/projects/libcdio/
|
||||||
Source: http://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.bz2
|
Source: http://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
%if "%{stage1}" != "1"
|
|
||||||
BuildRequires: libcddb-devel
|
BuildRequires: libcddb-devel
|
||||||
%endif
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#BuildRequires: libvcdimager-devel
|
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Compact Disc Input and Control library encapsulates CD-ROM reading and control and can be used in applications wishing to be oblivious of the OS-and device-dependant properties of a CD-ROM.
|
The Compact Disc Input and Control library encapsulates CD-ROM reading and control and can be used in applications wishing to be oblivious of the OS-and device-dependant properties of a CD-ROM.
|
||||||
@ -43,17 +39,22 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description tools
|
%description tools
|
||||||
This package contains utility applications for %{name}.
|
This package contains utility applications for %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -73,8 +74,6 @@ This package contains utility applications for %{name}.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcdio++.so.*
|
%{_libdir}/libcdio++.so.*
|
||||||
%{_libdir}/libcdio.so.*
|
%{_libdir}/libcdio.so.*
|
||||||
#%{_libdir}/libcdio_cdda.so.*
|
|
||||||
#%{_libdir}/libcdio_paranoia.so.*
|
|
||||||
%{_libdir}/libiso9660++.so.*
|
%{_libdir}/libiso9660++.so.*
|
||||||
%{_libdir}/libiso9660.so.*
|
%{_libdir}/libiso9660.so.*
|
||||||
%{_libdir}/libudf.so.*
|
%{_libdir}/libudf.so.*
|
||||||
@ -85,12 +84,13 @@ This package contains utility applications for %{name}.
|
|||||||
%dir %{_includedir}/cdio
|
%dir %{_includedir}/cdio
|
||||||
%{_includedir}/cdio/*.h
|
%{_includedir}/cdio/*.h
|
||||||
%{_includedir}/cdio++/*.hpp
|
%{_includedir}/cdio++/*.hpp
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libcdio.so
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libcdio++.so
|
||||||
|
%{_libdir}/libiso9660++.so
|
||||||
|
%{_libdir}/libiso9660.so
|
||||||
|
%{_libdir}/libudf.so
|
||||||
%{_libdir}/pkgconfig/libcdio.pc
|
%{_libdir}/pkgconfig/libcdio.pc
|
||||||
%{_libdir}/pkgconfig/libcdio++.pc
|
%{_libdir}/pkgconfig/libcdio++.pc
|
||||||
#%{_libdir}/pkgconfig/libcdio_cdda.pc
|
|
||||||
#%{_libdir}/pkgconfig/libcdio_paranoia.pc
|
|
||||||
%{_libdir}/pkgconfig/libiso9660.pc
|
%{_libdir}/pkgconfig/libiso9660.pc
|
||||||
%{_libdir}/pkgconfig/libiso9660++.pc
|
%{_libdir}/pkgconfig/libiso9660++.pc
|
||||||
%{_libdir}/pkgconfig/libudf.pc
|
%{_libdir}/pkgconfig/libudf.pc
|
||||||
@ -116,6 +116,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_mandir}/man1/iso-read.*
|
%{_mandir}/man1/iso-read.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 27 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-2mamba
|
||||||
|
- rebuilt with debug package and other specfile fixes
|
||||||
|
|
||||||
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.0-1mamba
|
||||||
- update to 2.1.0
|
- update to 2.1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user