rpms/libdv/devel libdv.spec,1.22,1.23

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Wed Sep 12 14:20:44 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/libdv/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17072

Modified Files:
	libdv.spec 
Log Message:
* Wed Sep 12 2007 Jarod Wilson <jwilson at 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



Index: libdv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdv/devel/libdv.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- libdv.spec	12 Sep 2007 13:27:14 -0000	1.22
+++ libdv.spec	12 Sep 2007 14:20:12 -0000	1.23
@@ -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:  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 @@
 %{_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 @@
 %{_libdir}/pkgconfig/libdv.pc
 
 %changelog
+* Wed Sep 12 2007 Jarod Wilson <jwilson at 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 at redhat.com> 1.0.0-2
 - Update License field (Matthias Saou)
 - Remove useless zero epoch (Matthias Saou)




More information about the fedora-extras-commits mailing list