rpms/libdv/F-9 libdv.spec,1.24,1.25

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 19:07:12 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/libdv/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32524/F-9

Modified Files:
	libdv.spec 
Log Message:
fix conditional comparison


Index: libdv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdv/F-9/libdv.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- libdv.spec	14 Feb 2008 18:46:01 -0000	1.24
+++ libdv.spec	7 Jul 2008 19:06:18 -0000	1.25
@@ -1,7 +1,7 @@
 Summary:        Software decoder for DV format video
 Name:           libdv
 Version:        1.0.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://libdv.sourceforge.net/
@@ -14,7 +14,7 @@
 BuildRequires:  libXt-devel, libXv-devel
 # Required for the gtk2 patch
 BuildRequires:  autoconf, automake, libtool, SDL-devel
-%if "%{?fedora}" >= "8"
+%if 0%{?fedora} >= 8
 BuildRequires: popt-devel
 %endif
 ExcludeArch:    s390 s390x
@@ -96,6 +96,9 @@
 %{_libdir}/pkgconfig/libdv.pc
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.0-5
+- fix conditional comparison
+
 * Thu Feb 14 2008 Jarod Wilson <jwilson at redhat.com> 1.0.0-4
 - Bump and rebuild with gcc 4.3
 




More information about the fedora-extras-commits mailing list