- new upstream
This commit is contained in:
parent
a36fb0d20d
commit
9d1d5e359a
@ -1 +1 @@
|
||||
tinyows_0-6-0.tar.bz2
|
||||
tinyows-0.8.0.tar.bz2
|
||||
|
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
ad36de642d087e9881dadef585f9e440 tinyows_0-6-0.tar.bz2
|
||||
cec81bc38fd0aebc86fc5501fb9570b5 tinyows-0.8.0.tar.bz2
|
||||
|
15
tinyows.spec
15
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 <cristian.balint@gmail.com> - 0.8.0-1
|
||||
- new upstream
|
||||
|
||||
* Thu Mar 18 2010 Balint Cristian <rezso@rdsor.ro> - 0.7.0-1
|
||||
- new upstream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user