- update to 5.0.3 release

- fix some rpmlint warns
----------------------------------------------------------------------
    Modified Files: devel/.cvsignore devel/mapserver.spec devel/sources
    Added Files: devel/import.log
----------------------------------------------------------------------
This commit is contained in:
Balint Cristian 2008-06-12 17:20:20 +00:00
parent 44b8ca55af
commit b30dabed97
4 changed files with 18 additions and 5 deletions

View File

@ -1 +1 @@
mapserver-5.0.2.tar.gz
mapserver-5.0.3.tar.gz

1
import.log Normal file
View File

@ -0,0 +1 @@
mapserver-5_0_3-1_fc9:HEAD:mapserver-5.0.3-1.fc9.src.rpm:1213290328

View File

@ -1,13 +1,13 @@
Name: mapserver
Version: 5.0.2
Release: 2%{?dist}
Version: 5.0.3
Release: 1%{?dist}
Summary: Environment for building spatially-enabled internet applications
Group: Development/Tools
License: BSD
URL: http://mapserver.gis.umn.edu
Source: http://download.osgeo.org/mapserver/mapserver-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: httpd
Requires: httpd
BuildRequires: libXpm-devel
BuildRequires: httpd-devel php-devel
BuildRequires: postgresql-devel mysql-devel
@ -75,11 +75,19 @@ chmod -x mappluginlayer.c
chmod -x mapscript/php3/mapscript_i.c
chmod -x mapscript/php3/examples/test_writeshape.phtml
chmod -x mapscript/python/examples/*.py
chmod -x mapscript/python/tests/rundoctests.dist
chmod -x mapscript/perl/examples/*.pl
chmod -x mapscript/php3/README
%build
# fix a UTF-8 one
iconv -f ISO-8859-1 -t UTF-8 < \
mapscript/java/examples/QueryByAttributeUnicode.java > \
mapscript/java/examples/QueryByAttributeUnicode-tmp.java
mv -f mapscript/java/examples/QueryByAttributeUnicode-tmp.java \
mapscript/java/examples/QueryByAttributeUnicode.java
# fix gdal lookup
%{__sed} -i.libs -e 's|`\$GDAL_CONFIG --dep-libs`||' configure
@ -218,6 +226,10 @@ rm -rf %{buildroot}
%{_javadir}/*.jar
%changelog
* Thu Jun 12 2008 Balint Cristian <rezso@rdsor.ro> 5.0.3-1
- update to 5.0.3 bugfix release
- fix some rpmlint warnings
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.0.2-2
- Autorebuild for GCC 4.3

View File

@ -1 +1 @@
508a937a78677110a83d2843ba2f8c1d mapserver-5.0.2.tar.gz
953a131497132baef84ca33f8432d299 mapserver-5.0.3.tar.gz