diff --git a/import.log b/import.log index cc6f817..b78fc5d 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ libgeotiff-1_2_5-1_fc10:HEAD:libgeotiff-1.2.5-1.fc10.src.rpm:1221472762 +libgeotiff-1_2_5-2_fc10:HEAD:libgeotiff-1.2.5-2.fc10.src.rpm:1221473735 diff --git a/libgeotiff.spec b/libgeotiff.spec index 2d7d675..b7bb49f 100644 --- a/libgeotiff.spec +++ b/libgeotiff.spec @@ -1,6 +1,6 @@ Name: libgeotiff Version: 1.2.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GeoTIFF format library Group: System Environment/Libraries License: MIT @@ -64,9 +64,12 @@ sed -i 's| \| sed \"s\/-g \/\/\"||g' configure --with-tiff \ --with-jpeg \ --with-zip +# WARNING +# disable %{?_smp_mflags} +# it breaks compile + +make -make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT @@ -127,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Sep 15 2008 Balint Cristian - 1.2.5-2 +- disable smp build for koji + * Mon Sep 15 2008 Balint Cristian - 1.2.5-1 - new bugfix release