From 9d1d5e359a086d07559d7d8d95b47a9d98ab50ba Mon Sep 17 00:00:00 2001 From: Balint Cristian Date: Mon, 7 Jun 2010 20:31:11 +0000 Subject: [PATCH] - new upstream --- .cvsignore | 2 +- import.log | 1 + sources | 2 +- tinyows.spec | 15 +++++++++------ 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index e858ef6..faec3e9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tinyows_0-6-0.tar.bz2 +tinyows-0.8.0.tar.bz2 diff --git a/import.log b/import.log index 7674da5..c03abd7 100644 --- a/import.log +++ b/import.log @@ -1,2 +1,3 @@ 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 +tinyows-0_8_0-1_fc13:HEAD:tinyows-0.8.0-1.fc13.src.rpm:1275942640 diff --git a/sources b/sources index 79f7894..895aae9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad36de642d087e9881dadef585f9e440 tinyows_0-6-0.tar.bz2 +cec81bc38fd0aebc86fc5501fb9570b5 tinyows-0.8.0.tar.bz2 diff --git a/tinyows.spec b/tinyows.spec index e9caf0c..2652454 100644 --- a/tinyows.spec +++ b/tinyows.spec @@ -1,12 +1,12 @@ Name: tinyows -Version: 0.7.0 +Version: 0.8.0 Release: 1%{?dist} Summary: WFS-T and FE implementation server Group: Applications/Publishing License: MIT URL: http://www.tinyows.org -Source0: http://tinyows.org/tracdocs/release/%{name}_0-6-0.tar.bz2 +Source0: http://tinyows.org/tracdocs/release/%{name}-%{version}.tar.bz2 Source1: no_date_footer.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: httpd @@ -19,14 +19,14 @@ TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE). %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{version} # clean SVN find . -type d -name .svn -exec rm -rf '{}' + %build - -%configure --enable-api +autoconf +%configure # fix datadir lookup path sed -i -e 's|/usr/tinyows/|%{_datadir}/%{name}/|' src/ows_define.h @@ -51,7 +51,7 @@ install -p -m 0755 tinyows %{buildroot}%{_bindir}/ install -d %{buildroot}%{_datadir}/%{name} cp -pR schema %{buildroot}%{_datadir}/%{name}/ install -d %{buildroot}%{_sysconfdir}/%{name} -install -p -m 0644 config.xml %{buildroot}%{_sysconfdir}/%{name} +install -p -m 0644 demo/config.xml %{buildroot}%{_sysconfdir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/ ln -s ../../../%{_sysconfdir}/%{name}/config.xml config.xml popd @@ -73,6 +73,9 @@ make %{?_smp_mflags} valgrind || true %{_datadir}/%{name} %changelog +* Mon Jun 07 2010 Balint Cristian - 0.8.0-1 +- new upstream + * Thu Mar 18 2010 Balint Cristian - 0.7.0-1 - new upstream