rpms/dirac/devel dirac.spec,1.10,1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 17:11:47 UTC 2008


Author: spot

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

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


Index: dirac.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dirac/devel/dirac.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dirac.spec	21 Jun 2008 00:31:52 -0000	1.10
+++ dirac.spec	7 Jul 2008 17:10:58 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           dirac
 Version:        0.10.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Dirac is an open source video codec 
 
 Group:          System Environment/Libraries
@@ -14,7 +14,7 @@
 BuildRequires:  graphviz-devel
 BuildRequires:  tetex-latex
 BuildRequires:  tetex
-%if "%fedora" > "8"
+%if 0%{?fedora} > 8
 BuildRequires:  dvipdfm
 %endif
 
@@ -129,6 +129,9 @@
 
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.10.0-2
+- fix conditional comparison
+
 * Sat Jun 21 2008 kwizart < kwizart at gmail.com > - 0.10.0-1
 - Update to 0.10.0
 




More information about the fedora-extras-commits mailing list