From 9acf4f5b5a1ea389bf4c31e589e4aa32996d5f93 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 04:09:14 +0100 Subject: [PATCH] rebuilt with debug package [release 6.1.1-2mamba;Sat Apr 11 2020] --- libdvdread.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/libdvdread.spec b/libdvdread.spec index 7b906b2..96fb85a 100644 --- a/libdvdread.spec +++ b/libdvdread.spec @@ -1,7 +1,7 @@ %define MAJver %(echo %version | cut -d. -f1) Name: libdvdread -Version: 6.1.0 -Release: 1mamba +Version: 6.1.1 +Release: 2mamba Summary: A library for reading DVD video disks Group: System/Libraries Vendor: openmamba @@ -32,12 +32,14 @@ It provides the functionality that is required to access many DVDs. It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling. You will need to install these development files if you intend to rebuild programs that use this library. +%debug_package + %prep %setup -q #%patch0 -p1 +autoreconf -f -i %build -autoreconf -f -i %configure %make @@ -58,7 +60,6 @@ autoreconf -f -i %files devel %defattr(-, root, root) -#%{_bindir}/dvdread-config %dir %{_includedir}/dvdread/ %{_includedir}/dvdread/* %{_libdir}/libdvdread.a @@ -67,10 +68,15 @@ autoreconf -f -i %{_libdir}/pkgconfig/dvdread.pc %dir %{_docdir}/libdvdread %{_docdir}/libdvdread/* -#%{_datadir}/aclocal/dvdread.m4 #% doc ChangeLog NEWS README TODO %changelog +* Sat Apr 11 2020 Silvan Calarco 6.1.1-2mamba +- rebuilt with debug package + +* Tue Apr 07 2020 Automatic Build System 6.1.1-1mamba +- automatic version update by autodist + * Sun Mar 22 2020 Automatic Build System 6.1.0-1mamba - automatic version update by autodist