update to 5.0.0 [release 5.0.0-1mamba;Sat Oct 04 2014]
This commit is contained in:
parent
f6075b5f76
commit
3a5798dc1f
@ -1,5 +1,5 @@
|
||||
Name: libdvdread
|
||||
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/libdvdread-%{version}.tar.xz
|
||||
Source: https://get.videolan.org/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
|
||||
#Source: http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.xz
|
||||
Patch0: libdvdnav-4.1.2-config.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -36,7 +37,7 @@ You will need to install these development files if you intend to rebuild progra
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
#./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -53,19 +54,29 @@ You will need to install these development files if you intend to rebuild progra
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libdvdread.so.*
|
||||
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_bindir}/dvdread-config
|
||||
#%{_bindir}/dvdread-config
|
||||
%dir %{_includedir}/dvdread/
|
||||
%{_includedir}/dvdread/*
|
||||
%{_libdir}/libdvdread.a
|
||||
%{_libdir}/libdvdread.la
|
||||
%{_libdir}/libdvdread.so
|
||||
%{_libdir}/pkgconfig/dvdread.pc
|
||||
%{_datadir}/aclocal/dvdread.m4
|
||||
%dir %{_docdir}/libdvdread
|
||||
%{_docdir}/libdvdread/*
|
||||
#%{_datadir}/aclocal/dvdread.m4
|
||||
#% doc ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.0-1mamba
|
||||
- update to 5.0.0
|
||||
|
||||
* Wed Apr 30 2014 Automatic Build System <autodist@mambasoft.it> 4.9.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 28 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.2.1-1mamba
|
||||
- update to 4.2.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user