update to 5.0.0 [release 5.0.0-1mamba;Sat Oct 04 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 04:09:01 +01:00
parent bcb35ce2aa
commit ccec436da6

View File

@ -1,5 +1,5 @@
Name: libdvdnav
Version: 4.2.1
Version: 5.0.0
Release: 1mamba
Summary: A library for reading DVD video disks
Group: System/Libraries
@ -7,7 +7,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.mplayerhq.hu
Source: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz
Source: https://get.videolan.org/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
#Source: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz
Patch0: libdvdnav-4.1.2-config.patch
License: GPL
## AUTOBUILDREQ-BEGIN
@ -33,13 +34,14 @@ This package contains the libraries and header files needed to develop applicati
#%patch0 -p1
%build
./autogen.sh
#./autogen.sh
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
rm -rf %{buildroot}%{_datadir}/doc/libdvdnav
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -50,23 +52,22 @@ This package contains the libraries and header files needed to develop applicati
%files
%defattr(-, root, root)
%{_libdir}/libdvdnav.so.*
%{_libdir}/libdvdnavmini.so.*
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%doc AUTHORS COPYING
%files devel
%defattr(-, root, root)
%{_bindir}/dvdnav-config
%{_datadir}/aclocal/dvdnav.m4
%dir %{_includedir}/dvdnav/
%{_includedir}/dvdnav/*
%{_libdir}/libdvdnav.a
%{_libdir}/libdvdnav.la
%{_libdir}/libdvdnav.so
%{_libdir}/libdvdnavmini.la
%{_libdir}/libdvdnavmini.so
%{_libdir}/pkgconfig/dvdnav.pc
%{_libdir}/pkgconfig/dvdnavmini.pc
%doc ChangeLog README TODO
%changelog
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-1mamba
- update to 5.0.0
* Sat Dec 28 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.1-1mamba
- update to 4.2.1