Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3e7dcfee4a | |||
| df9b2774ee | |||
| fcac82371d |
@@ -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
|
||||
|
||||
12
libcddb.spec
12
libcddb.spec
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user