From e6f4eb0a8e364219f1e4e294002d87e561a5cde0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:06:56 +0100 Subject: [PATCH] automatic update by autodist [release 3.0.3-1mamba;Tue Oct 05 2010] --- README.md | 3 ++ libmusicbrainz.spec | 79 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 libmusicbrainz.spec diff --git a/README.md b/README.md index 0982cb2..8f900f4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # libmusicbrainz +The MusicBrainz client is a library which can be built into other programs. +The library allows you to access the data held on the MusicBrainz server. + diff --git a/libmusicbrainz.spec b/libmusicbrainz.spec new file mode 100644 index 0000000..9bab140 --- /dev/null +++ b/libmusicbrainz.spec @@ -0,0 +1,79 @@ +Name: libmusicbrainz +Version: 3.0.3 +Release: 1mamba +Summary: MusicBrainz Client Library +Group: System/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Davide Madrisan +URL: http://www.musicbrainz.org/ +Source: ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-%{version}.tar.gz +License: GPL +BuildRequires: libexpat-devel >= 1.95.6 +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +The MusicBrainz client is a library which can be built into other programs. +The library allows you to access the data held on the MusicBrainz server. + +%package devel +Group: Development/Libraries +Summary: MusicBrainz Client Development Library +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +The MusicBrainz client is a library which can be built into other programs. +The library allows you to access the data held on the MusicBrainz server. + +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%cmake -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/libmusicbrainz3.so.* + +%files devel +%defattr(-,root,root) +%{_includedir}/musicbrainz3/*.h +#%{_libdir}/libmusicbrainz3.a +#%{_libdir}/libmusicbrainz3.la +%{_libdir}/libmusicbrainz3.so +%{_libdir}/pkgconfig/libmusicbrainz3.pc + +%changelog +* Tue Oct 05 2010 Automatic Build System 3.0.3-1mamba +- automatic update by autodist + +* Thu Jan 08 2009 Silvan Calarco 3.0.2-1mamba +- automatic update by autodist + +* Mon Apr 09 2007 Tiziano Pratellesi 2.1.4-1mamba +- update to 2.1.4 + +* Wed Jun 14 2006 Stefano Cotta Ramusino 2.1.2-1qilnx +- update to version 2.1.2 by autospec + +* Thu Jun 09 2005 Davide Madrisan 2.1.1-3qilnx +- specfile updates/fixes + +* Wed Jul 28 2004 Davide Madrisan 2.1.1-2qilnx +- added the missing %%post and %%postun scripts + +* Thu Apr 29 2004 Davide Madrisan 2.1.1-1qilnx +- new version rebuild