diff --git a/libdvdnav.spec b/libdvdnav.spec index 644c5cd..c59fbd1 100644 --- a/libdvdnav.spec +++ b/libdvdnav.spec @@ -1,19 +1,20 @@ Name: libdvdnav Version: 6.1.0 -Release: 1mamba +Release: 2mamba Summary: A library for reading DVD video disks Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Aleph0 -URL: http://www.mplayerhq.hu +URL: https://www.videolan.org/developers/libdvdnav.html Source: https://get.videolan.org/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2 Patch0: libdvdnav-4.1.2-config.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -## AUTOBUILDREQ-END +BuildRequires: ldconfig BuildRequires: libdvdread-devel +## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -28,12 +29,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} The libdvdnav library provides support to applications wishing to make use of advanced DVD features. This package contains the libraries and header files needed to develop applications which will use libdvdnav. +%debug_package + %prep %setup -q +autoreconf -f -i #%patch0 -p1 %build -autoreconf -f -i %configure %make @@ -64,6 +67,9 @@ rm -rf %{buildroot}%{_datadir}/doc/libdvdnav %doc ChangeLog README TODO %changelog +* Tue May 12 2020 Silvan Calarco 6.1.0-2mamba +- rebuilt with debug package + * Sun Mar 22 2020 Automatic Build System 6.1.0-1mamba - automatic version update by autodist