rpms/tinyows/devel .cvsignore, 1.2, 1.3 import.log, 1.2, 1.3 sources, 1.2, 1.3 tinyows.spec, 1.4, 1.5

Balint Cristian rezso at fedoraproject.org
Mon Jun 7 20:31:11 UTC 2010


Author: rezso

Update of /cvs/pkgs/rpms/tinyows/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2284/devel

Modified Files:
	.cvsignore import.log sources tinyows.spec 
Log Message:
- new upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tinyows/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	5 Jan 2009 07:10:11 -0000	1.2
+++ .cvsignore	7 Jun 2010 20:31:10 -0000	1.3
@@ -1 +1 @@
-tinyows_0-6-0.tar.bz2
+tinyows-0.8.0.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/tinyows/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	18 Mar 2010 05:36:21 -0000	1.2
+++ import.log	7 Jun 2010 20:31:11 -0000	1.3
@@ -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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tinyows/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	5 Jan 2009 07:10:11 -0000	1.2
+++ sources	7 Jun 2010 20:31:11 -0000	1.3
@@ -1 +1 @@
-ad36de642d087e9881dadef585f9e440  tinyows_0-6-0.tar.bz2
+cec81bc38fd0aebc86fc5501fb9570b5  tinyows-0.8.0.tar.bz2


Index: tinyows.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tinyows/devel/tinyows.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- tinyows.spec	18 Mar 2010 05:36:22 -0000	1.4
+++ tinyows.spec	7 Jun 2010 20:31:11 -0000	1.5
@@ -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 s
 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}%
 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 at gmail.com> - 0.8.0-1
+- new upstream
+
 * Thu Mar 18 2010 Balint Cristian <rezso at rdsor.ro> - 0.7.0-1
 - new upstream
 



More information about the scm-commits mailing list