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
|
||||
Name: libcdio
|
||||
Version: 2.1.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Compact Disc Input and Control Library
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://savannah.gnu.org/projects/libcdio/
|
||||
Source: http://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: libcddb-devel
|
||||
%endif
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
#BuildRequires: libvcdimager-devel
|
||||
Requires(post):%{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
@ -43,17 +39,22 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description tools
|
||||
This package contains utility applications for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
rm -f %{buildroot}%{_infodir}/dir
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -73,8 +74,6 @@ This package contains utility applications for %{name}.
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcdio++.so.*
|
||||
%{_libdir}/libcdio.so.*
|
||||
#%{_libdir}/libcdio_cdda.so.*
|
||||
#%{_libdir}/libcdio_paranoia.so.*
|
||||
%{_libdir}/libiso9660++.so.*
|
||||
%{_libdir}/libiso9660.so.*
|
||||
%{_libdir}/libudf.so.*
|
||||
@ -85,12 +84,13 @@ This package contains utility applications for %{name}.
|
||||
%dir %{_includedir}/cdio
|
||||
%{_includedir}/cdio/*.h
|
||||
%{_includedir}/cdio++/*.hpp
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libcdio.so
|
||||
%{_libdir}/libcdio++.so
|
||||
%{_libdir}/libiso9660++.so
|
||||
%{_libdir}/libiso9660.so
|
||||
%{_libdir}/libudf.so
|
||||
%{_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/libudf.pc
|
||||
@ -116,6 +116,9 @@ This package contains utility applications for %{name}.
|
||||
%{_mandir}/man1/iso-read.*
|
||||
|
||||
%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
|
||||
- update to 2.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user