rebuilt with debug package and build requirements [release 1.3.2-5mamba;Wed Jan 27 2021]
This commit is contained in:
parent
f0dc3e2d3a
commit
3f033e8165
17
libcddb.spec
17
libcddb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libcddb
|
Name: libcddb
|
||||||
Version: 1.3.2
|
Version: 1.3.2
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Summary: Libcddb is a C library to access data on a CDDB server
|
Summary: Libcddb is a C library to access data on a CDDB server
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,8 +9,12 @@ Packager: Aleph0 <aleph0@openmamba.org>
|
|||||||
URL: http://libcddb.sourceforge.net/
|
URL: http://libcddb.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/libcddb/libcddb-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/libcddb/libcddb-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: pkgconfig
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libcdio-devel
|
BuildRequires: libcdio-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -34,8 +38,11 @@ It allows you to:
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared --disable-static
|
%configure --enable-shared --disable-static
|
||||||
@ -55,7 +62,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/cddb_query
|
%{_bindir}/cddb_query
|
||||||
%{_libdir}/libcddb.so.*
|
%{_libdir}/libcddb.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -64,8 +71,12 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/libcddb.la
|
%{_libdir}/libcddb.la
|
||||||
%{_libdir}/libcddb.so
|
%{_libdir}/libcddb.so
|
||||||
%{_libdir}/pkgconfig/libcddb.pc
|
%{_libdir}/pkgconfig/libcddb.pc
|
||||||
|
%doc ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 27 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.2-5mamba
|
||||||
|
- rebuilt with debug package and build requirements
|
||||||
|
|
||||||
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 1.3.2-4mamba
|
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 1.3.2-4mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user