update to 4.2.1
- drop obsolete/redundant specfile elements - add upstream URL
This commit is contained in:
parent
9a1660f81c
commit
6e037357e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libdvdnav-svn1184.tar.bz2
|
||||
/libdvdnav-svn1226.tar.bz2
|
||||
/libdvdnav-4.2.0.tar.bz2
|
||||
/libdvdnav-4.2.1.tar.xz
|
||||
|
@ -1,16 +1,13 @@
|
||||
Name: libdvdnav
|
||||
Version: 4.2.0
|
||||
Release: 6%{?dist}
|
||||
Version: 4.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A library for reading DVD video discs based on Ogle code
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2
|
||||
URL: http://dvdnav.mplayerhq.hu/
|
||||
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz
|
||||
Patch0: %{name}-multilib.patch
|
||||
# fix segfault when cell is empty, patch by Simo Sorce, bug #902037
|
||||
Patch1: %{name}-pgc-cell_playback.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libdvdread-devel >= 4.1.3-0.3
|
||||
|
||||
@ -20,7 +17,6 @@ The code is based on Ogle and used in, among others, the Xine dvdnav plug-in.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libdvdnav
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: libdvdread-devel >= 4.1.3-0.3
|
||||
Requires: pkgconfig
|
||||
@ -51,14 +47,10 @@ doxygen doxy.conf
|
||||
popd
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} install DESTDIR=%{buildroot}
|
||||
%{__install} -d -m 755 %{buildroot}/%{_datadir}/aclocal
|
||||
%{__install} -p -m 644 m4/dvdnav.m4 %{buildroot}/%{_datadir}/aclocal
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -81,6 +73,11 @@ popd
|
||||
%{_libdir}/pkgconfig/dvdnavmini.pc
|
||||
|
||||
%changelog
|
||||
* Thu Dec 19 2013 Dominik Mierzejewski <rpm[AT]greysector.net> 4.2.1-1
|
||||
- update to 4.2.1
|
||||
- drop obsolete/redundant specfile elements
|
||||
- add upstream URL
|
||||
|
||||
* Tue Sep 10 2013 Dominik Mierzejewski <rpm[AT]greysector.net> 4.2.0-6
|
||||
- fix segfault when cell is empty, patch by Simo Sorce, bug #902037
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user