drop beta
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=106
This commit is contained in:
parent
e28b6719f0
commit
285794b645
8836
_service:download_files:5461.patch
Normal file
8836
_service:download_files:5461.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27e7855e3cefb159fcbbaff67aaf9cca7e8a75c38c496783a95713c01487fb28
|
||||
size 2676271
|
3
mapserver-7.2.0.tar.gz
Normal file
3
mapserver-7.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:806ee58421f1c6cceea65e4764524b68e9e3ff6d1ebfe6767b51718dbec43c73
|
||||
size 2676080
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 09:28:34 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- update to final release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 7 11:51:11 UTC 2018 - opensuse@dstoecker.de
|
||||
|
||||
|
@ -28,14 +28,13 @@
|
||||
%endif
|
||||
|
||||
Name: mapserver
|
||||
%define realversion 7.2.0-beta1
|
||||
Version: 7.2.0_beta1
|
||||
Version: 7.2.0
|
||||
Release: 0
|
||||
Summary: Environment for building spatially-enabled internet applications
|
||||
License: MIT
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Url: http://www.mapserver.org
|
||||
Source: http://download.osgeo.org/mapserver/%{name}-%{realversion}.tar.gz
|
||||
Url: https://www.mapserver.org/
|
||||
Source: https://download.osgeo.org/mapserver/%{name}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM Fix PHP7 support
|
||||
Patch1: https://patch-diff.githubusercontent.com/raw/mapserver/mapserver/pull/5461.patch
|
||||
BuildRequires: FastCGI-devel
|
||||
@ -108,7 +107,7 @@ or any of the mapscript module (php, java, python, ruby)
|
||||
|
||||
%package -n php-mapscript
|
||||
Summary: PHP/Mapscript map making extensions to PHP
|
||||
Group: Development/Libraries/PHP
|
||||
Group: Development/Libraries/Other
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
Requires: apache2
|
||||
Provides: php-mapserver = %{version}-%{release}
|
||||
@ -196,7 +195,7 @@ The Mapserver development package provides necessary files to build
|
||||
against the C Mapserver library.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{realversion}
|
||||
%setup -q -n %{name}-%{version}
|
||||
%global _default_patch_fuzz 1
|
||||
%patch1 -p1
|
||||
|
||||
@ -322,7 +321,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README HISTORY.TXT
|
||||
%doc README.rst HISTORY.TXT
|
||||
%doc MIGRATION_GUIDE.txt
|
||||
%doc symbols tests
|
||||
%doc fonts
|
||||
|
Loading…
Reference in New Issue
Block a user