rebuilt with debug package [release 6.1.1-2mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 04:09:14 +01:00
parent 0adafbea31
commit 9acf4f5b5a

View File

@ -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 <silvan.calarco@mambasoft.it> 6.1.1-2mamba
- rebuilt with debug package
* Tue Apr 07 2020 Automatic Build System <autodist@mambasoft.it> 6.1.1-1mamba
- automatic version update by autodist
* Sun Mar 22 2020 Automatic Build System <autodist@mambasoft.it> 6.1.0-1mamba
- automatic version update by autodist