update to 4.2.1

- drop obsolete/redundant specfile elements
- add upstream URL
This commit is contained in:
Dominik Mierzejewski 2013-12-20 08:43:08 +01:00
parent 9a1660f81c
commit 6e037357e1
3 changed files with 11 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
libdvdnav-svn1184.tar.bz2
/libdvdnav-svn1226.tar.bz2
/libdvdnav-4.2.0.tar.bz2
/libdvdnav-4.2.1.tar.xz

View File

@ -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

View File

@ -1 +1 @@
53be8903f9802e101929a3451203bbf6 libdvdnav-4.2.0.tar.bz2
8a1b2ebfe81daecb590893cb9093f832 libdvdnav-4.2.1.tar.xz