diff --git a/import.log b/import.log index d88c536..7674da5 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ tinyows-0_6_0-3_fc11:HEAD:tinyows-0.6.0-3.fc11.src.rpm:1231139376 +tinyows-0_7_0-1_fc13:HEAD:tinyows-0.7.0-1.fc13.src.rpm:1268890550 diff --git a/tinyows.spec b/tinyows.spec index 46438e4..e9caf0c 100644 --- a/tinyows.spec +++ b/tinyows.spec @@ -1,6 +1,6 @@ Name: tinyows -Version: 0.6.0 -Release: 5%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: WFS-T and FE implementation server Group: Applications/Publishing @@ -30,6 +30,9 @@ find . -type d -name .svn -exec rm -rf '{}' + # fix datadir lookup path sed -i -e 's|/usr/tinyows/|%{_datadir}/%{name}/|' src/ows_define.h +# fix DSO lookup +sed -i -e 's|-lpq|-lpq -lm|' Makefile + # WARNING # disable %{?_smp_mflags} @@ -70,6 +73,9 @@ make %{?_smp_mflags} valgrind || true %{_datadir}/%{name} %changelog +* Thu Mar 18 2010 Balint Cristian - 0.7.0-1 +- new upstream + * Sun Jul 26 2009 Fedora Release Engineering - 0.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild