diff --git a/README.md b/README.md index 7d41cfd..391088c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/libcdaudio.spec b/libcdaudio.spec index 59388d0..e957542 100644 --- a/libcdaudio.spec +++ b/libcdaudio.spec @@ -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 -URL: http://libcdaudio.sourceforge.net/ +Packager: Silvan Calarco +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 0.99.12p2-3mamba +- rebuilt with debug package and specfile fixes + * Fri Jan 13 2012 Silvan Calarco 0.99.12p2-2mamba - rebuilt in devel