rebuilt with debug package and specfile fixes [release 0.99.12p2-3mamba;Sat Oct 21 2023]
This commit is contained in:
parent
3b7c1ac3ff
commit
c0dfde8db1
@ -1,6 +1,4 @@
|
||||
# libcdaudio
|
||||
|
||||
libcdaudio is a portable library for controlling audio CDs. It
|
||||
is also able to manage transfers of information with the
|
||||
CDDB (http://www.freedb.org/) and CDIndex systems.
|
||||
libcdaudio is a portable library for controlling audio CDs. It is also able to manage transfers of information with the CDDB (http://www.freedb.org/) and CDIndex systems.
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: libcdaudio
|
||||
Version: 0.99.12p2
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Control operation of a CD-ROM when playing audio CDs
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: gil <puntogil@libero.it>
|
||||
URL: http://libcdaudio.sourceforge.net/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://libcdaudio.sourceforge.net/
|
||||
Source: http://downloads.sourceforge.net/project/libcdaudio/libcdaudio/%{version}/libcdaudio-%{version}.tar.gz
|
||||
Patch0: libcdaudio-0.99.12-buffovfl.patch
|
||||
Patch1: libcdaudio-0.99.12p2-libdir.patch
|
||||
@ -16,12 +16,9 @@ BuildRequires: gcc-c++
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
libcdaudio is a portable library for controlling audio CDs. It
|
||||
is also able to manage transfers of information with the
|
||||
CDDB (http://www.freedb.org/) and CDIndex systems.
|
||||
libcdaudio is a portable library for controlling audio CDs. It is also able to manage transfers of information with the CDDB (http://www.freedb.org/) and CDIndex systems.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
@ -30,8 +27,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
libcdaudio - Control operation of a CD-ROM when playing audio CDs.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -61,7 +59,7 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libcdaudio.so.*
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -70,8 +68,12 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
||||
%{_libdir}/libcdaudio.so
|
||||
%{_libdir}/pkgconfig/libcdaudio.pc
|
||||
%{_datadir}/aclocal/libcdaudio.m4
|
||||
%doc ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Oct 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.12p2-3mamba
|
||||
- rebuilt with debug package and specfile fixes
|
||||
|
||||
* Fri Jan 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.12p2-2mamba
|
||||
- rebuilt in devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user