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