From a649f2fe819a0420e30224b6d9fc8966c2014230 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:06:55 +0100 Subject: [PATCH] automatic version update by autodist [release 0.6.1-1mamba;Fri Oct 04 2013] --- README.md | 4 +++ libdiscid.spec | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 libdiscid.spec diff --git a/README.md b/README.md index d1d6343..db3cb33 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # libdiscid +This C library libdiscid creates MusicBrainz DiscIDs from audio CDs. +It reads the table of contents (TOC) of a CD and generates an identifier which can be used to lookup the CD at MusicBrainz. +Additionally, it provides a submission URL for adding the DiscID to the database. + diff --git a/libdiscid.spec b/libdiscid.spec new file mode 100644 index 0000000..f5dc313 --- /dev/null +++ b/libdiscid.spec @@ -0,0 +1,85 @@ +Name: libdiscid +Version: 0.6.1 +Release: 1mamba +Summary: A Library for creating MusicBrainz DiscIDs +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Fabio Giani +URL: http://musicbrainz.org/doc/libdiscid +Source: http://ftp.musicbrainz.org/pub/musicbrainz/libdiscid/libdiscid-%{version}.tar.gz +License: LGPL +BuildRequires: cmake +BuildRequires: pkgconfig +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +This C library %{name} creates MusicBrainz DiscIDs from audio CDs. +It reads the table of contents (TOC) of a CD and generates an identifier which can be used to lookup the CD at MusicBrainz. +Additionally, it provides a submission URL for adding the DiscID to the database. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +This C library %{name} creates MusicBrainz DiscIDs from audio CDs. + +This package contains static libraries and header files need for development. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%doc AUTHORS COPYING ChangeLog README + +%files devel +%defattr(-,root,root) +%{_includedir}/discid/ +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc + +%changelog +* Fri Oct 04 2013 Automatic Build System 0.6.1-1mamba +- automatic version update by autodist + +* Tue Aug 06 2013 Automatic Build System 0.5.2-1mamba +- automatic version update by autodist + +* Thu Jun 20 2013 Automatic Build System 0.5.1-1mamba +- automatic version update by autodist + +* Sat Apr 13 2013 Automatic Build System 0.5.0-1mamba +- automatic version update by autodist + +* Fri Mar 08 2013 Automatic Build System 0.4.1-1mamba +- automatic version update by autodist + +* Wed Feb 13 2013 Automatic Build System 0.3.2-1mamba +- automatic version update by autodist + +* Fri Jan 18 2013 Automatic Build System 0.3.0-1mamba +- update to 0.3.0 + +* Fri Jan 22 2010 Fabio Giani 0.2.2-1mamba +- package created by autospec