- new upstream
This commit is contained in:
parent
4caedb93ab
commit
a36fb0d20d
@ -1 +1,2 @@
|
|||||||
tinyows-0_6_0-3_fc11:HEAD:tinyows-0.6.0-3.fc11.src.rpm:1231139376
|
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
|
||||||
|
10
tinyows.spec
10
tinyows.spec
@ -1,6 +1,6 @@
|
|||||||
Name: tinyows
|
Name: tinyows
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: WFS-T and FE implementation server
|
Summary: WFS-T and FE implementation server
|
||||||
|
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -30,6 +30,9 @@ find . -type d -name .svn -exec rm -rf '{}' +
|
|||||||
|
|
||||||
# fix datadir lookup path
|
# fix datadir lookup path
|
||||||
sed -i -e 's|/usr/tinyows/|%{_datadir}/%{name}/|' src/ows_define.h
|
sed -i -e 's|/usr/tinyows/|%{_datadir}/%{name}/|' src/ows_define.h
|
||||||
|
# fix DSO lookup
|
||||||
|
sed -i -e 's|-lpq|-lpq -lm|' Makefile
|
||||||
|
|
||||||
|
|
||||||
# WARNING
|
# WARNING
|
||||||
# disable %{?_smp_mflags}
|
# disable %{?_smp_mflags}
|
||||||
@ -70,6 +73,9 @@ make %{?_smp_mflags} valgrind || true
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 18 2010 Balint Cristian <rezso@rdsor.ro> - 0.7.0-1
|
||||||
|
- new upstream
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-5
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user