diff --git a/lib3ds.spec b/lib3ds.spec index d11d59b..f008e07 100644 --- a/lib3ds.spec +++ b/lib3ds.spec @@ -1,6 +1,6 @@ Name: lib3ds Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 3D Studio file format library @@ -37,7 +37,7 @@ Some tools to process 3ds files. %doc AUTHORS COPYING ChangeLog README %{_bindir}/3dsdump %{_mandir}/man1/3dsdump.1* -%if "%{?fedora}" < "9" +%if 0%{?fedora} < 9 %{_bindir}/3ds2m %{_mandir}/man1/3ds2m.1* %endif @@ -51,7 +51,7 @@ Requires: lib3ds = %{version}-%{release} %description devel Development files for lib3ds -%if "%{?fedora}" < "9" +%if 0%{?fedora} < 9 %package static Summary: %summary Group: Development/Libraries @@ -65,13 +65,13 @@ Static development files for lib3ds %setup -q %patch -p1 -P 2 -%if "%{?fedora}" < "9" +%if 0%{?fedora} < 9 %patch -p1 -P 3 %endif %build %configure \ -%if "%{?fedora}" >= "9" +%if 0%{?fedora} >= 9 --disable-static %endif @@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig -%if "%{?fedora}" < "9" +%if 0%{?fedora} < 9 %files static %{_libdir}/*.a %endif @@ -123,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/* %changelog +* Mon Jul 7 2008 Tom "spot" Callaway - 1.3.0-3 +- fix conditional comparison + * Sun Feb 10 2008 Ralf Corsépius - 1.3.0-2 - Rebuild for gcc43.