commit 749e563a50996c62aff8efb64e785d6a36093ef106bb08e2a372300fd68de931 Author: OBS User unknown Date: Mon Jan 15 23:21:33 2007 +0000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcddb?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/libcddb-1.3.0.tar.bz2 b/libcddb-1.3.0.tar.bz2 new file mode 100644 index 0000000..15af47b --- /dev/null +++ b/libcddb-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7d3aae339cf5037d972cd5f3ab23a3b643f6b05e4125430da4f22682770bf9 +size 329319 diff --git a/libcddb.changes b/libcddb.changes new file mode 100644 index 0000000..e4a7d34 --- /dev/null +++ b/libcddb.changes @@ -0,0 +1,64 @@ +------------------------------------------------------------------- +Fri Oct 20 15:26:57 CEST 2006 - sbrabec@suse.cz + +- Updated to version 1.3.0: + * Support for the 'album' command of the freedb2.org. + * Functions to set or reset some flags. + +------------------------------------------------------------------- +Fri Oct 6 16:23:58 CEST 2006 - sbrabec@suse.cz + +- Updated to version 1.2.2: + * Correct character set is specified when submitting data. + +------------------------------------------------------------------- +Fri Jun 30 13:18:50 CEST 2006 - sbrabec@suse.cz + +- Fixed cyclic dependencies in a correct way. + +------------------------------------------------------------------- +Thu Jun 22 18:36:21 CEST 2006 - sbrabec@suse.cz + +- Simpler solution of cyclic dependencies. + +------------------------------------------------------------------- +Tue Jan 31 14:20:12 CET 2006 - sbrabec@suse.cz + +- Enabled parallel build. +- Fixed devel splitting. + +------------------------------------------------------------------- +Wed Jan 25 21:42:30 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Wed Oct 26 13:32:11 CEST 2005 - sbrabec@suse.cz + +- Build with libcdio-0.76. + +------------------------------------------------------------------- +Fri Aug 5 11:00:12 CEST 2005 - sbrabec@suse.cz + +- Updated to version 1.2.1. + +------------------------------------------------------------------- +Fri Jul 29 15:57:55 CEST 2005 - sbrabec@suse.cz + +- Updated to version 1.2.0. + +------------------------------------------------------------------- +Mon May 9 13:07:34 CEST 2005 - sbrabec@suse.cz + +- Updated to version 1.0.2. + +------------------------------------------------------------------- +Tue Apr 26 13:23:02 CEST 2005 - sbrabec@suse.cz + +- Updated to version 1.0.1. + +------------------------------------------------------------------- +Tue Nov 09 14:52:28 CET 2004 - sbrabec@suse.cz + +- New SuSE package, version 0.9.6. + diff --git a/libcddb.spec b/libcddb.spec new file mode 100644 index 0000000..00f9ef7 --- /dev/null +++ b/libcddb.spec @@ -0,0 +1,112 @@ +# +# spec file for package libcddb (Version 1.3.0) +# +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: libcddb +BuildRequires: libcdio-devel pkgconfig +Version: 1.3.0 +Release: 1 +URL: http://libcddb.sourceforge.net/ +Group: Productivity/Multimedia/Other +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +Summary: CDDB Access Library +Source: %{name}-%{version}.tar.bz2 +Autoreqprov: on +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +Libcddb is a library that implements the different protocols (CDDBP, +HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It +tries to be as cross-platform as possible. + + + +Authors: +-------- + Kris Verbeeck + +%package devel +Group: Productivity/Multimedia/Other +Summary: CDDB Access Library +Requires: %{name} = %{version} glibc-devel + +%description devel +Libcddb is a library that implements the different protocols (CDDBP, +HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It +tries to be as cross-platform as possible. + + + +Authors: +-------- + Kris Verbeeck + +%prep +%setup + +%build +%configure +make %{?jobs:-j%jobs} + +%install +make DESTDIR=$RPM_BUILD_ROOT install + +%clean +rm -rf $RPM_BUILD_ROOT + +%post +%run_ldconfig + +%postun +%run_ldconfig + +%files +%defattr (-, root, root) +%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO +/usr/%{_lib}/*.so.* +/usr/bin/* + +%files devel +%defattr (-, root, root) +/usr/%{_lib}/*.so +/usr/%{_lib}/*.*a +/usr/%{_lib}/pkgconfig/*.pc +/usr/include/* + +%changelog -n libcddb +* Fri Oct 20 2006 - sbrabec@suse.cz +- Updated to version 1.3.0: + * Support for the 'album' command of the freedb2.org. + * Functions to set or reset some flags. +* Fri Oct 06 2006 - sbrabec@suse.cz +- Updated to version 1.2.2: + * Correct character set is specified when submitting data. +* Fri Jun 30 2006 - sbrabec@suse.cz +- Fixed cyclic dependencies in a correct way. +* Thu Jun 22 2006 - sbrabec@suse.cz +- Simpler solution of cyclic dependencies. +* Tue Jan 31 2006 - sbrabec@suse.cz +- Enabled parallel build. +- Fixed devel splitting. +* Wed Jan 25 2006 - mls@suse.de +- converted neededforbuild to BuildRequires +* Wed Oct 26 2005 - sbrabec@suse.cz +- Build with libcdio-0.76. +* Fri Aug 05 2005 - sbrabec@suse.cz +- Updated to version 1.2.1. +* Fri Jul 29 2005 - sbrabec@suse.cz +- Updated to version 1.2.0. +* Mon May 09 2005 - sbrabec@suse.cz +- Updated to version 1.0.2. +* Tue Apr 26 2005 - sbrabec@suse.cz +- Updated to version 1.0.1. +* Tue Nov 09 2004 - sbrabec@suse.cz +- New SuSE package, version 0.9.6. diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4