3 Commits

Author SHA256 Message Date
3e7dcfee4a Accepting request 1294834 from multimedia:libs
- Tighten %files, don't glob so much.
- Work with newer gettext-runtime. In gettext 0.24.1 the m4 files
  moved from /usr/share/aclocal/ to /usr/share/gettext/m4
- Add pointer-types.patch to fix compilation error with GCC 14
  (bsc#1221698).
- Use %patch -P N instead of deprecated %patchN.
- Transform into a proper _multibuild package: the spec is already
  prepared and uses a few variables to distinguish flavors.
- Drop --with-pic (no effect with --disable-static)
- Trim old/redundant rpm constructs
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
- move license outside a %if to fix build of libcddb-utils
- fix pre_checkin.sh
- add libtool as buildrequire to avoid implicit dependency
- Package baselibs.conf
- Updated to version 1.3.2:
  * ported to more platforms
  * new functions in the API
  * minor fixes
- Build in two stages to break build loop without removing
  utilities.
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
  (bnc#437293)
- obsolete old -XXbit packages (bnc#437293)
- update baselibs.conf
- added baselibs.conf file to build xxbit packages
  for multilib support
- fix build using library packaging policy
- remove static libraries and useless libtool archive
- permanently break build loop by removing the example code that caused it
- Break build loop libcddb -> libcdio -> libcddb.
- Updated to version 1.3.0:
  * Support for the 'album' command of the freedb2.org.
  * Functions to set or reset some flags.
- Updated to version 1.2.2:
  * Correct character set is specified when submitting data.
- Fixed cyclic dependencies in a correct way.
- Simpler solution of cyclic dependencies.
- Enabled parallel build.
- Fixed devel splitting.
- converted neededforbuild to BuildRequires
- Build with libcdio-0.76.
- Updated to version 1.2.1.
- Updated to version 1.2.0.
- Updated to version 1.0.2.
- Updated to version 1.0.1.
- New SuSE package, version 0.9.6.

OBS-URL: https://build.opensuse.org/request/show/1294834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcddb?expand=0&rev=29
2025-07-22 10:54:12 +00:00
df9b2774ee - Tighten %files, don't glob so much.
- update baselibs.conf

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcddb?expand=0&rev=31
2025-07-21 12:53:16 +00:00
fcac82371d - Work with newer gettext-runtime. In gettext 0.24.1 the m4 files
moved from /usr/share/aclocal/ to /usr/share/gettext/m4

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcddb?expand=0&rev=30
2025-07-21 12:45:38 +00:00
2 changed files with 18 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 21 12:52:52 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Tighten %files, don't glob so much.
-------------------------------------------------------------------
Fri Jul 18 08:16:29 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
- Work with newer gettext-runtime. In gettext 0.24.1 the m4 files
moved from /usr/share/aclocal/ to /usr/share/gettext/m4
-------------------------------------------------------------------
Fri Mar 22 19:04:27 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
@@ -71,7 +82,7 @@ Thu Dec 4 12:34:56 CET 2008 - olh@suse.de
-------------------------------------------------------------------
Thu Nov 27 14:14:33 CET 2008 - ro@suse.de
- update baselibs.conf
- update baselibs.conf
-------------------------------------------------------------------
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcddb
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -85,7 +85,7 @@ sed -i 's:\(\.\.\|\$(top_builddir)\)/[^/]*/lib\([^ ]*\)\.la:-l\2:g' */Makefile.a
%patch -p1 -P 1
%build
autoreconf -f -i
autoreconf -f -i -I /usr/share/gettext/m4
%configure\
--disable-rpath\
--disable-static
@@ -103,20 +103,20 @@ rm -f %{buildroot}%{_libdir}/libcddb.la
%if %{BUILD_UTILS}
%files
%{_bindir}/*
%{_bindir}/cddb_query
%else
%ldconfig_scriptlets -n libcddb2
%files -n libcddb2
%{_libdir}/*.so.2*
%{_libdir}/libcddb*.so.2*
%files devel
%license COPYING
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_libdir}/libcddb*.so
%{_libdir}/pkgconfig/libcddb*.pc
%{_includedir}/cddb
%endif