diff --git a/libdv.spec b/libdv.spec index 9893edc..c2f2a10 100644 --- a/libdv.spec +++ b/libdv.spec @@ -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: gtk2-devel 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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libdv.pc %changelog +* Mon Jul 7 2008 Tom "spot" Callaway 1.0.0-5 +- fix conditional comparison + * Thu Feb 14 2008 Jarod Wilson 1.0.0-4 - Bump and rebuild with gcc 4.3