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) %define MAJver %(echo %version | cut -d. -f1)
Name: libdvdread Name: libdvdread
Version: 6.1.0 Version: 6.1.1
Release: 1mamba Release: 2mamba
Summary: A library for reading DVD video disks Summary: A library for reading DVD video disks
Group: System/Libraries Group: System/Libraries
Vendor: openmamba 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. 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. You will need to install these development files if you intend to rebuild programs that use this library.
%debug_package
%prep %prep
%setup -q %setup -q
#%patch0 -p1 #%patch0 -p1
autoreconf -f -i
%build %build
autoreconf -f -i
%configure %configure
%make %make
@ -58,7 +60,6 @@ autoreconf -f -i
%files devel %files devel
%defattr(-, root, root) %defattr(-, root, root)
#%{_bindir}/dvdread-config
%dir %{_includedir}/dvdread/ %dir %{_includedir}/dvdread/
%{_includedir}/dvdread/* %{_includedir}/dvdread/*
%{_libdir}/libdvdread.a %{_libdir}/libdvdread.a
@ -67,10 +68,15 @@ autoreconf -f -i
%{_libdir}/pkgconfig/dvdread.pc %{_libdir}/pkgconfig/dvdread.pc
%dir %{_docdir}/libdvdread %dir %{_docdir}/libdvdread
%{_docdir}/libdvdread/* %{_docdir}/libdvdread/*
#%{_datadir}/aclocal/dvdread.m4
#% doc ChangeLog NEWS README TODO #% doc ChangeLog NEWS README TODO
%changelog %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 * Sun Mar 22 2020 Automatic Build System <autodist@mambasoft.it> 6.1.0-1mamba
- automatic version update by autodist - automatic version update by autodist