- 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
epel9
Jarod Wilson 18 years ago
parent f0dcd07b1a
commit fc87dfc165

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

Loading…
Cancel
Save