update to 5.0.2
- use https for source URL - make build more verbose
This commit is contained in:
parent
14311bc8cf
commit
74f4044022
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ libdvdread-svn1188.tar.bz2
|
||||
/libdvdread-4.2.1.tar.xz
|
||||
/libdvdread-4.9.9.tar.xz
|
||||
/libdvdread-5.0.0.tar.bz2
|
||||
/libdvdread-5.0.2.tar.bz2
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
Name: libdvdread
|
||||
Version: 5.0.0
|
||||
Version: 5.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for reading DVD video discs based on Ogle code
|
||||
License: GPLv2+
|
||||
URL: http://dvdnav.mplayerhq.hu/
|
||||
Source0: ftp://ftp.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
|
||||
Source0: https://download.videolan.org/pub/videolan/libdvdread/%{version}/libdvdread-%{version}.tar.bz2
|
||||
Provides: bundled(md5-gcc)
|
||||
|
||||
%description
|
||||
@ -28,7 +28,7 @@ This package contains development files for libdvdread.
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
||||
%{__make} %{?_smp_mflags}
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__make} install DESTDIR=%{buildroot}
|
||||
@ -51,6 +51,11 @@ rm %{buildroot}%{_libdir}/libdvdread.la
|
||||
%{_libdir}/pkgconfig/dvdread.pc
|
||||
|
||||
%changelog
|
||||
* Sat Feb 07 2015 Dominik Mierzejewski <rpm@greysector.net> 5.0.2-1
|
||||
- update to 5.0.2
|
||||
- use https for source URL
|
||||
- make build more verbose
|
||||
|
||||
* Sat Sep 20 2014 Dominik Mierzejewski <rpm@greysector.net> 5.0.0-1
|
||||
- update to 5.0.0 release
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user