updated to 4.2.1 release
- drop obsolete/redundant specfile elements - add upstream URL - add missing provides for bundled md5 copylib
This commit is contained in:
parent
c9b1b1b455
commit
7e61462156
@ -1,15 +1,14 @@
|
||||
Name: libdvdread
|
||||
Version: 4.2.0
|
||||
Release: 5%{?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/libdvdread-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
URL: http://dvdnav.mplayerhq.hu/
|
||||
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.xz
|
||||
# dvdread-config: use pkg-config instead of hard-coded
|
||||
# multilib-conflicting values
|
||||
Patch1: %{name}-multilib.patch
|
||||
Provides: bundled(md5-gcc)
|
||||
|
||||
%description
|
||||
libdvdread provides a simple foundation for reading DVD video disks.
|
||||
@ -17,7 +16,6 @@ It provides the functionality that is required to access many DVDs.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libdvdread
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig
|
||||
|
||||
@ -44,12 +42,8 @@ This package contains development files for libdvdread.
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%{__make} install DESTDIR=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -68,6 +62,12 @@ rm -rf %{buildroot}
|
||||
%{_libdir}/pkgconfig/dvdread.pc
|
||||
|
||||
%changelog
|
||||
* Thu Dec 19 2013 Dominik Mierzejewski <rpm@greysector.net> 4.2.1-1
|
||||
- updated to 4.2.1 release
|
||||
- drop obsolete/redundant specfile elements
|
||||
- add upstream URL
|
||||
- add missing provides for bundled md5 copylib
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user