2008-03-16 18:15:39 +01:00
|
|
|
Name: mapserver
|
2010-08-10 16:15:44 +02:00
|
|
|
Version: 5.6.5
|
2008-03-16 18:15:39 +01:00
|
|
|
Release: 1
|
|
|
|
License: BSD
|
|
|
|
Group: Applications/GIS
|
2009-12-16 12:25:40 +01:00
|
|
|
Source: %{name}-%{version}.tar.gz
|
2008-03-16 18:15:39 +01:00
|
|
|
URL: http://mapserver.gis.umn.edu
|
|
|
|
Summary: Environment for building spatially-enabled internet applications
|
2008-08-26 15:12:25 +02:00
|
|
|
Packager: Stephan Holl <stephan.holl@intevation.de>
|
2008-03-18 09:13:20 +01:00
|
|
|
Requires: php
|
2008-03-16 18:15:39 +01:00
|
|
|
Requires: postgresql
|
|
|
|
Requires: mysql
|
2008-03-16 18:34:49 +01:00
|
|
|
#Requires: python
|
2008-08-26 15:12:25 +02:00
|
|
|
Requires: apache2
|
|
|
|
%if 0%{?suse_version} != 1010
|
2008-03-16 18:15:39 +01:00
|
|
|
BuildRequires: xorg-x11-libXpm-devel
|
2008-08-26 15:12:25 +02:00
|
|
|
%endif
|
* pam and pam-devel added
--This line, and those below, will be ignored--
M mapserver.spec
Diff for working copy: .
Index: mapserver.spec
===================================================================
--- mapserver.spec (revision 36)
+++ mapserver.spec (working copy)
@@ -15,8 +15,8 @@
%if 0%{?suse_version} != 1010
BuildRequires: xorg-x11-libXpm-devel
%endif
-BuildRequires: rpm, gcc, gcc-c++, libpam
-BuildRequires: libpam-devel
+BuildRequires: rpm, gcc, gcc-c++, pam
+BuildRequires: pam-devel
BuildRequires: postgresql-devel
BuildRequires: mysql-devel
BuildRequires: libgeos-devel
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=37
2009-12-16 16:15:04 +01:00
|
|
|
BuildRequires: rpm, gcc, gcc-c++, pam
|
|
|
|
BuildRequires: pam-devel
|
2008-03-16 18:15:39 +01:00
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
BuildRequires: mysql-devel
|
|
|
|
BuildRequires: libgeos-devel
|
|
|
|
BuildRequires: libproj-devel
|
|
|
|
BuildRequires: libgdal-devel
|
2009-12-28 20:38:30 +01:00
|
|
|
BuildRequires: readline-devel
|
2008-03-16 18:15:39 +01:00
|
|
|
BuildRequires: freetype2-devel
|
|
|
|
BuildRequires: gd-devel >= 2.0.16
|
2008-03-16 18:34:49 +01:00
|
|
|
#BuildRequires: python-devel
|
2008-03-18 09:13:20 +01:00
|
|
|
%if 0%{?suse_version} >= 1030
|
2008-03-16 18:15:39 +01:00
|
|
|
BuildRequires: libcurl-devel
|
2008-03-18 09:15:28 +01:00
|
|
|
BuildRequires: php-devel
|
2008-03-18 09:13:20 +01:00
|
|
|
%else
|
|
|
|
BuildRequires: curl-devel
|
2008-03-18 09:18:05 +01:00
|
|
|
BuildRequires: php5-devel
|
2008-03-18 09:13:20 +01:00
|
|
|
%endif
|
2009-12-29 10:02:34 +01:00
|
|
|
%if 0%{?suse_version} >= 1120
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
%endif
|
2008-03-16 18:15:39 +01:00
|
|
|
BuildRequires: zlib-devel
|
|
|
|
BuildRequires: libxml2-devel
|
2009-12-28 20:20:12 +01:00
|
|
|
BuildRequires: libxslt-devel
|
2008-03-16 18:15:39 +01:00
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: swig
|
2008-08-26 15:12:25 +02:00
|
|
|
BuildRequires: update-alternatives
|
|
|
|
BuildRequires: apache2-devel
|
2009-05-06 12:46:25 +02:00
|
|
|
BuildRequires: java-devel >= 1.5
|
|
|
|
BuildRequires: java >= 1.5
|
2008-08-26 15:12:25 +02:00
|
|
|
%if 0%{?sles_version} == 10
|
2008-08-26 15:57:49 +02:00
|
|
|
%ifarch i586
|
2008-08-26 15:12:25 +02:00
|
|
|
BuildRequires: java-1_5_0-ibm-alsa
|
|
|
|
%endif
|
2009-12-29 19:43:09 +01:00
|
|
|
BuildRequires: krb5-devel
|
2008-08-26 15:57:49 +02:00
|
|
|
%endif
|
2009-05-06 12:39:19 +02:00
|
|
|
BuildRequires: libgcj-devel
|
2008-03-16 18:15:39 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2010-10-13 13:20:52 +02:00
|
|
|
Patch0: mapserver-5.4.1_buildchecks.patch
|
|
|
|
Patch1: hidden_layer.patch
|
2008-03-16 18:15:39 +01:00
|
|
|
|
2008-03-16 18:34:49 +01:00
|
|
|
#%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
|
2008-08-26 15:12:25 +02:00
|
|
|
%define _cgibindir /srv/www/cgi-bin
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Mapserver is an internet mapping program that converts GIS data to
|
|
|
|
map images in real time. With appropriate interface pages,
|
|
|
|
Mapserver can provide an interactive internet map based on
|
|
|
|
custom GIS data.
|
|
|
|
|
|
|
|
%package -n php-mapserver
|
|
|
|
Summary: PHP/Mapscript map making extensions to PHP
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: php-gd
|
2008-08-26 15:12:25 +02:00
|
|
|
Requires: apache2
|
2008-08-28 15:58:08 +02:00
|
|
|
Requires: apache2-mod_php5
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%description -n php-mapserver
|
2008-08-26 15:12:25 +02:00
|
|
|
The PHP/Mapscript extension provides full map customization capabilities within the PHP scripting language.
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%package perl
|
|
|
|
Summary: Perl/Mapscript map making extensions to Perl
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description perl
|
|
|
|
The Perl/Mapscript extension provides full map customization capabilities
|
|
|
|
within the Perl programming language.
|
|
|
|
|
2008-03-16 18:34:49 +01:00
|
|
|
#%package python
|
|
|
|
#Summary: Python/Mapscript map making extensions to Python
|
|
|
|
#Group: Development/Languages
|
|
|
|
#Requires: %{name} = %{version}-%{release}
|
2008-08-26 15:12:25 +02:00
|
|
|
#
|
2008-03-16 18:34:49 +01:00
|
|
|
#%description python
|
|
|
|
#The Python/Mapscript extension provides full map customization capabilities
|
|
|
|
#within the Python programming language.
|
2008-03-16 18:15:39 +01:00
|
|
|
|
2008-03-18 09:13:20 +01:00
|
|
|
%package java
|
|
|
|
Summary: Java/Mapscript map making extensions to Java
|
|
|
|
Group: Development/Languages
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
2008-03-16 18:15:39 +01:00
|
|
|
|
2008-03-18 09:13:20 +01:00
|
|
|
%description java
|
|
|
|
The Java/Mapscript extension provides full map customization capabilities
|
|
|
|
within the Java programming language.
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-10-13 13:20:52 +02:00
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
2008-03-16 18:15:39 +01:00
|
|
|
# fix spurious perm bits
|
|
|
|
chmod -x tests/home.png
|
|
|
|
chmod -x mappluginlayer.c
|
|
|
|
chmod -x mapscript/php3/mapscript_i.c
|
2009-05-06 12:06:24 +02:00
|
|
|
chmod -x mapscript/php3/Makefile.in
|
|
|
|
chmod -x mapscript/php3/Makefile.vc
|
|
|
|
chmod -x mapscript/php3/php_mapscript.*
|
2008-03-16 18:34:49 +01:00
|
|
|
#chmod -x mapscript/python/examples/*.py
|
2008-03-16 18:15:39 +01:00
|
|
|
chmod -x mapscript/perl/examples/*.pl
|
2009-05-06 12:06:24 +02:00
|
|
|
chmod -x mapscript/php3/README.WIN32
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
# fix gdal lookup
|
|
|
|
%{__sed} -i.libs -e 's|`\$GDAL_CONFIG --dep-libs`||' configure
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
--with-gd \
|
|
|
|
--with-zlib \
|
|
|
|
--with-freetype=%{_bindir}/freetype-config \
|
|
|
|
--with-gdal=%{_bindir}/gdal-config \
|
|
|
|
--with-ogr=%{_bindir}/gdal-config \
|
|
|
|
--with-geos=%{_bindir}/geos-config \
|
|
|
|
--with-proj \
|
|
|
|
--with-sos \
|
|
|
|
--with-wfs \
|
|
|
|
--with-wcs \
|
|
|
|
--with-wmsclient \
|
|
|
|
--with-wfsclient \
|
|
|
|
--with-xpm \
|
|
|
|
--with-postgis=%{_bindir}/pg_config \
|
|
|
|
--with-mygis=%{_bindir}/mysql_config \
|
|
|
|
--with-curl-config=%{_bindir}/curl-config \
|
|
|
|
--with-xml2-config=%{_bindir}/xml2-config \
|
|
|
|
--with-php=`php-config --include-dir` \
|
2008-08-26 15:12:25 +02:00
|
|
|
--with-httpd=/usr/sbin/httpd2 \
|
2008-03-16 18:15:39 +01:00
|
|
|
--without-pdf \
|
|
|
|
--without-eppl \
|
|
|
|
--with-threads \
|
|
|
|
--disable-runpath
|
|
|
|
|
2009-12-28 20:10:24 +01:00
|
|
|
## Dirty Hack: Strip out the faulty referenced -lpgport from Makefiles in
|
|
|
|
## order to make the linking succeed. pg_config progagates it, but it is
|
|
|
|
## not available on suse-systems.
|
|
|
|
## TODO: Send a patch to postgresql-packagers!
|
|
|
|
find . -name Makefile -exec sed -i 's/ -lpgport//' {} \;
|
|
|
|
|
2008-08-26 15:12:25 +02:00
|
|
|
## WARNING !!!
|
2008-03-16 18:15:39 +01:00
|
|
|
# using %{?_smp_mflags} may break build
|
|
|
|
|
|
|
|
make
|
|
|
|
|
2008-08-26 15:12:25 +02:00
|
|
|
## build perl
|
2008-03-16 18:15:39 +01:00
|
|
|
cd mapscript/perl
|
|
|
|
perl Makefile.PL
|
|
|
|
make
|
|
|
|
|
2008-08-26 15:12:25 +02:00
|
|
|
## build python
|
2008-03-16 18:34:49 +01:00
|
|
|
#cd ../python
|
|
|
|
#python setup.py build
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
# build java
|
2008-03-18 09:13:20 +01:00
|
|
|
cd ../java
|
|
|
|
make interface
|
|
|
|
make
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}/%{_sbindir}
|
2008-08-26 15:12:25 +02:00
|
|
|
mkdir -p %{buildroot}/%{_cgibindir}
|
2008-03-16 18:15:39 +01:00
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/php.d
|
2008-08-26 15:12:25 +02:00
|
|
|
mkdir -p %{buildroot}%{_libdir}/php5/extensions
|
2008-03-16 18:15:39 +01:00
|
|
|
mkdir -p %{buildroot}/%{_bindir}
|
2008-08-26 15:12:25 +02:00
|
|
|
install -p -m 755 mapserv %{buildroot}/%{_cgibindir}
|
|
|
|
install -p -m 755 legend %{buildroot}/%{_cgibindir}
|
|
|
|
install -p -m 755 scalebar %{buildroot}/%{_cgibindir}
|
2008-03-16 18:15:39 +01:00
|
|
|
install -p -m 755 shp2img %{buildroot}/%{_bindir}
|
|
|
|
install -p -m 755 shptree %{buildroot}/%{_bindir}
|
|
|
|
install -p -m 755 sortshp %{buildroot}/%{_bindir}
|
|
|
|
install -p -m 755 tile4ms %{buildroot}/%{_bindir}
|
|
|
|
|
2008-08-26 15:12:25 +02:00
|
|
|
install -p -m 755 mapscript/php3/php_mapscript.so %{buildroot}/%{_libdir}/php5/extensions/
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
# install perl module
|
|
|
|
pushd mapscript/perl
|
|
|
|
make DESTDIR=%{buildroot} pure_vendor_install
|
|
|
|
popd
|
|
|
|
|
2008-08-26 15:12:25 +02:00
|
|
|
## install python module
|
2008-03-16 18:34:49 +01:00
|
|
|
#pushd mapscript/python
|
|
|
|
#python setup.py install --root %{buildroot}
|
2008-08-26 15:12:25 +02:00
|
|
|
## WORKARROUND: only for python 2.4
|
|
|
|
#mkdir -p %{buildroot}%{python_sitearch}/
|
|
|
|
#cp build/lib.linux-i686-2.4/mapscript.py %{buildroot}%{python_sitearch}/
|
|
|
|
#cp build/lib.linux-i686-2.4/_mapscript.so %{buildroot}%{python_sitearch}/
|
|
|
|
## clean up after installing
|
|
|
|
#rm -f %{buildroot}/usr/local/python2.4/site-packages/mapscript.py
|
|
|
|
#rm -f %{buildroot}/usr/local/python2.4/site-packages/mapscript.pyc
|
|
|
|
#rm -f %{buildroot}/usr/local/python2.4/site-packages/_mapscript.so
|
2008-03-16 18:34:49 +01:00
|
|
|
#popd
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
# install java
|
2008-03-18 09:13:20 +01:00
|
|
|
mkdir -p %{buildroot}%{_javadir}
|
|
|
|
install -p -m 644 mapscript/java/mapscript.jar %{buildroot}%{_javadir}/
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
# install php config file
|
2008-08-28 15:58:08 +02:00
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/php5/conf.d/
|
|
|
|
cat > %{buildroot}%{_sysconfdir}/php5/conf.d/%{name}.ini <<EOF
|
2008-03-16 18:15:39 +01:00
|
|
|
; Enable %{name} extension module
|
|
|
|
extension=php_mapscript.so
|
|
|
|
EOF
|
|
|
|
|
|
|
|
# cleanup junks
|
|
|
|
for junk in {*.pod,*.bs,.packlist} ; do
|
|
|
|
find %{buildroot} -name "$junk" -exec rm -rf '{}' \;
|
|
|
|
done
|
|
|
|
# remove vera fonts, these are provided system wide
|
|
|
|
rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}/tests/vera
|
|
|
|
|
|
|
|
# fix some exec bits
|
|
|
|
chmod 755 %{buildroot}/%{perl_vendorarch}/auto/mapscript/mapscript.so
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2009-05-06 12:22:52 +02:00
|
|
|
%doc README README.CONFIGURE README.WIN32 COMMITERS GD-COPYING HISTORY.TXT
|
2008-03-16 18:15:39 +01:00
|
|
|
%doc INSTALL MIGRATION_GUIDE.TXT
|
2009-05-06 12:22:52 +02:00
|
|
|
%doc symbols tests
|
2008-03-16 18:15:39 +01:00
|
|
|
%doc fonts
|
|
|
|
%{_bindir}/shp2img
|
|
|
|
%{_bindir}/shptree
|
|
|
|
%{_bindir}/sortshp
|
|
|
|
%{_bindir}/tile4ms
|
2008-08-26 15:12:25 +02:00
|
|
|
%{_cgibindir}/mapserv
|
|
|
|
%{_cgibindir}/legend
|
|
|
|
%{_cgibindir}/scalebar
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%files -n php-mapserver
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc mapscript/php3/README
|
2009-05-06 12:22:52 +02:00
|
|
|
%doc mapscript/php3/README.WIN32
|
2008-03-16 18:15:39 +01:00
|
|
|
%doc mapscript/php3/examples
|
2008-08-28 15:58:08 +02:00
|
|
|
%config(noreplace) %{_sysconfdir}/php5/conf.d/%{name}.ini
|
2008-08-26 15:12:25 +02:00
|
|
|
%{_libdir}/php5/extensions/php_mapscript.so
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%files perl
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc mapscript/perl/examples
|
|
|
|
%dir %{perl_vendorarch}/auto/mapscript
|
|
|
|
%{perl_vendorarch}/auto/mapscript/*
|
|
|
|
%{perl_vendorarch}/mapscript.pm
|
|
|
|
|
2008-03-16 18:34:49 +01:00
|
|
|
#%files python
|
|
|
|
#%defattr(-,root,root)
|
|
|
|
#%doc mapscript/python/README
|
|
|
|
#%doc mapscript/python/examples
|
|
|
|
#%doc mapscript/python/tests
|
|
|
|
## FIXME
|
|
|
|
## packages are built here but should go to python_sitearch
|
2008-08-26 15:12:25 +02:00
|
|
|
##/usr/local/lib64/python2.5/site-packages/*
|
|
|
|
#%{python_sitearch}/*
|
2008-03-16 18:34:49 +01:00
|
|
|
|
2008-03-18 09:13:20 +01:00
|
|
|
%files java
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc mapscript/java/README
|
|
|
|
%doc mapscript/java/examples
|
|
|
|
%doc mapscript/java/tests
|
|
|
|
%{_javadir}/*.jar
|
2008-03-16 18:15:39 +01:00
|
|
|
|
|
|
|
%changelog
|
2010-10-13 13:20:52 +02:00
|
|
|
* Wed Oct 13 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.5
|
|
|
|
- added a patch to hide layers from GetCapabilitites-Output. Use
|
|
|
|
Metadataentry 'OWS_HIDDEN_LAYER' 'true' inside your layer
|
2010-08-10 16:15:44 +02:00
|
|
|
* Tue Aug 10 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.5
|
|
|
|
- updated to new upstream version of mapserver 5.6.5(see
|
|
|
|
http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-5/mapserver/HISTORY.TXT
|
|
|
|
for a detailed description of the changes.
|
2010-04-09 10:27:18 +02:00
|
|
|
* Fri Mar 08 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.3
|
|
|
|
- updated to new upstream version of mapserver 5.6.3(see
|
|
|
|
http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-3/mapserver/HISTORY.TXT
|
|
|
|
for a detailed description of the changes.
|
2010-01-11 14:53:05 +01:00
|
|
|
* Mon Jan 11 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.1
|
|
|
|
- updated to new upstream version of mapserver 5.6.1(see
|
|
|
|
http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-1/mapserver/HISTORY.TXT
|
|
|
|
for a detailed description of the changes.
|
2009-12-16 12:25:07 +01:00
|
|
|
* Wed Dec 16 2009 Stephan Holl <stephan.holl@intevation.de> 5.6.0
|
|
|
|
- updated to new upstream version of mapserver 5.6.0 (see http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-0/mapserver/HISTORY.TXT for a detailed description of the changes.
|
2009-05-06 10:49:01 +02:00
|
|
|
* Wed May 06 2009 Stephan Holl <stephan.holl@intevation.de> 5.4.0
|
|
|
|
- updated to new upstream version of mapserver 5.4.0 (see http://trac.osgeo.org/mapserver/browser/tags/rel-5-4-0/mapserver/HISTORY.TXT for a detailed description of the changes.
|
|
|
|
- This release fixes several security vulnerabilities:
|
|
|
|
http://trac.osgeo.org/mapserver/ticket/2939
|
|
|
|
http://trac.osgeo.org/mapserver/ticket/2941
|
|
|
|
http://trac.osgeo.org/mapserver/ticket/2942
|
|
|
|
http://trac.osgeo.org/mapserver/ticket/2943
|
|
|
|
http://trac.osgeo.org/mapserver/ticket/2944
|
2009-05-06 12:22:52 +02:00
|
|
|
- tweaked the specfile for the new relase a little
|
2009-05-06 12:37:25 +02:00
|
|
|
- make java using version 1.5 also for OpenSuSE 11.0
|
2008-12-04 19:40:30 +01:00
|
|
|
* Wed Dec 04 2008 Stephan Holl <stephan.holl@intevation.de> 5.2.1
|
|
|
|
- updated to new upstream release of mapserver 5.2.1 (see http://trac.osgeo.org/mapserver/browser/tags/rel-5-2-1/mapserver/HISTORY.TXT for a detailed description of the changes
|
2008-10-22 14:03:20 +02:00
|
|
|
* Wed Oct 22 2008 Stephan Holl <stephan.holl@intevation.de> 5.2.0
|
|
|
|
- removed --with-tiff-option based on a hint from Andreas Hirner. See http://n2.nabble.com/Re:-unable-to-read-TIF-with-mapserver-5.3dev-td738238.html for more information
|
2008-08-28 15:58:08 +02:00
|
|
|
* Tue Aug 28 2008 Stephan Holl <stephan.holl@intevation.de> 5.2.0
|
|
|
|
- changed path of mapscript-module
|
|
|
|
- added dependency of apache2_mod-php5 to php-mapserver
|
2008-08-26 15:12:25 +02:00
|
|
|
* Tue Aug 26 2008 Stephan Holl <stephan.holl@intevation.de> 5.2.0
|
|
|
|
- updated to build on SLE_10 x32-plattforms
|
|
|
|
- updated path to php_mapscript.so
|
|
|
|
- updated path to mapserv
|
|
|
|
- added legend, scalebar
|
2008-03-16 18:15:39 +01:00
|
|
|
* Sun Mar 16 2008 Otto Dassau 5.0.2
|
2008-08-21 11:03:25 +02:00
|
|
|
- adapted to compile on openSUSE build service
|
2008-03-16 18:34:49 +01:00
|
|
|
- java and python is not build included
|
2008-03-16 18:15:39 +01:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.0.2-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Sat Feb 9 2008 Devrim GUNDUZ <devrim@commandprompt.com> - 5.0.2-1
|
|
|
|
- Update to 5.0.2
|
|
|
|
* Sat Jan 5 2008 Devrim GUNDUZ <devrim@commandprompt.com> - 5.0.0-2
|
|
|
|
- Update BR for java-devel, per Patrice Dumas
|
|
|
|
* Fri Jan 4 2008 Devrim GUNDUZ <devrim@commandprompt.com> - 5.0.0-1
|
|
|
|
- Update to 5.0.0
|
|
|
|
- Removed patch0, since it is already in upstream.
|
|
|
|
- Updated BRs
|
|
|
|
* Thu Dec 06 2007 Release Engineering <rel-eng at fedoraproject dot org> - 4.10.3-3
|
|
|
|
- Rebuild for deps
|
|
|
|
* Thu Aug 30 2007 Oliver Falk <oliver@linux-kernel.at> 4.10.3-2
|
|
|
|
- Add fix to include libmapserver (in some places), instead of
|
|
|
|
libmap, that doesn't exist (anymore)
|
|
|
|
* Thu Aug 30 2007 Oliver Falk <oliver@linux-kernel.at> 4.10.3-1
|
|
|
|
- Update to fix bz#256561, CVE-2007-4542
|
|
|
|
* Fri May 11 2007 Balint Cristian <cbalint@redhat.com> 4.10.2-4
|
|
|
|
- update require list properly.
|
|
|
|
* Thu May 10 2007 Balint Cristian <cbalint@redhat.com> 4.10.2-3
|
|
|
|
- use macros if possible in spec
|
|
|
|
* Thu May 10 2007 Balint Cristian <cbalint@redhat.com> 4.10.2-2
|
|
|
|
- further fixups for inclusion
|
|
|
|
* Thu May 10 2007 Balint Cristian <cbalint@redhat.com> 4.10.2-1
|
|
|
|
- new upsream tarball (bugfix)
|
|
|
|
- further fixups for inclusion
|
|
|
|
* Tue Apr 24 2007 Balint Cristian <cbalint@redhat.com> 4.10.1-3
|
|
|
|
- further fixups for inclusion
|
|
|
|
- enable java
|
|
|
|
* Fri Mar 16 2007 Balint Cristian <cbalint@redhat.com> 4.10.1-2
|
|
|
|
- add docs
|
|
|
|
* Fri Mar 16 2007 Balint Cristian <cbalint@redhat.com> 4.10.1-1
|
|
|
|
- first package
|