|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Software decoder for DV format video
|
|
|
|
|
Name: libdv
|
|
|
|
|
Version: 1.0.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
URL: http://libdv.sourceforge.net/
|
|
|
|
@ -14,6 +14,9 @@ BuildRequires: gtk2-devel
|
|
|
|
|
BuildRequires: libXt-devel, libXv-devel
|
|
|
|
|
# Required for the gtk2 patch
|
|
|
|
|
BuildRequires: autoconf, automake, libtool, SDL-devel
|
|
|
|
|
%if "%{?fedora}" >= "8"
|
|
|
|
|
BuildRequires: popt-devel
|
|
|
|
|
%endif
|
|
|
|
|
ExcludeArch: s390 s390x
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -81,8 +84,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_bindir}/dvconnect
|
|
|
|
|
%{_bindir}/encodedv
|
|
|
|
|
%{_bindir}/playdv
|
|
|
|
|
%{_mandir}/man1/dubdv.1.gz
|
|
|
|
|
%{_mandir}/man1/dvconnect.1.gz
|
|
|
|
|
%{_mandir}/man1/dubdv.1*
|
|
|
|
|
%{_mandir}/man1/dvconnect.1*
|
|
|
|
|
%{_mandir}/man1/encodedv.1*
|
|
|
|
|
%{_mandir}/man1/playdv.1*
|
|
|
|
|
|
|
|
|
@ -93,6 +96,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/pkgconfig/libdv.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-3
|
|
|
|
|
- A few more fixes from Matthias Saou:
|
|
|
|
|
- List man pages in %%files consistently w/o gz extension
|
|
|
|
|
- Add BR: popt-devel for f8+, its now split fromm rpm-devel
|
|
|
|
|
|
|
|
|
|
* Wed Sep 12 2007 Jarod Wilson <jwilson@redhat.com> 1.0.0-2
|
|
|
|
|
- Update License field (Matthias Saou)
|
|
|
|
|
- Remove useless zero epoch (Matthias Saou)
|
|
|
|
|