update require list properly

This commit is contained in:
Balint Cristian 2007-05-11 21:58:53 +00:00
parent 33c88d6765
commit 52db03de62

View File

@ -1,14 +1,13 @@
Name: mapserver Name: mapserver
Version: 4.10.2 Version: 4.10.2
Release: 3%{?dist} Release: 4%{?dist}
Summary: Environment for building spatially-enabled internet applications Summary: Environment for building spatially-enabled internet applications
Group: Development/Tools Group: Development/Tools
License: BSD License: BSD
URL: http://mapserver.gis.umn.edu URL: http://mapserver.gis.umn.edu
Source: http://download.osgeo.org/mapserver/mapserver-%{version}.tar.gz Source: http://download.osgeo.org/mapserver/mapserver-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: httpd php Requires: httpd
Requires: java-gcj-compat
BuildRequires: libXpm-devel BuildRequires: libXpm-devel
BuildRequires: httpd-devel php-devel BuildRequires: httpd-devel php-devel
BuildRequires: postgresql-devel mysql-devel BuildRequires: postgresql-devel mysql-devel
@ -31,7 +30,7 @@ custom GIS data.
%package -n php-mapserver %package -n php-mapserver
Summary: PHP/Mapscript map making extensions to PHP Summary: PHP/Mapscript map making extensions to PHP
Group: Development/Languages Group: Development/Languages
Requires: php-gd Requires: httpd php-gd
%description -n php-mapserver %description -n php-mapserver
The PHP/Mapscript extension provides full map customization capabilities within The PHP/Mapscript extension provides full map customization capabilities within
@ -60,6 +59,7 @@ within the Python programming language.
Summary: Java/Mapscript map making extensions to Java Summary: Java/Mapscript map making extensions to Java
Group: Development/Languages Group: Development/Languages
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: java-gcj-compat
%description java %description java
The Java/Mapscript extension provides full map customization capabilities The Java/Mapscript extension provides full map customization capabilities
@ -218,6 +218,9 @@ rm -rf %{buildroot}
%{_javadir}/*.jar %{_javadir}/*.jar
%changelog %changelog
* 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 * Thu May 10 2007 Balint Cristian <cbalint@redhat.com> 4.10.2-3
- use macros if possible in spec - use macros if possible in spec