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