forked from pool/grass
Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5428d22273 | |||
| f398292816 | |||
| 4378d2f5c0 | |||
| d41fb90e81 | |||
| 80eb7d4c3b | |||
| c34bfe8517 | |||
| 24e4c7c5c5 | |||
| cedb52ccdd |
@@ -1 +0,0 @@
|
||||
6ef0c4f26901e03618bd4251bf246dfe grass-8.2.1.tar.gz
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8116202fb15352646442862230c7ca48ff8943b7bb83626160ce134980843abd
|
||||
size 66827246
|
||||
3
grass-8.4.0.tar.gz
Normal file
3
grass-8.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:337f603fc05578aa754d56f85a4c6c98deb0f01f0e816fedc1e0954949956137
|
||||
size 70245687
|
||||
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 4 17:12:25 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- python3-six is not required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 20 12:45:25 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
- Update to 8.4.0, Changelog at https://github.com/OSGeo/grass/releases/tag/8.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 17 10:12:04 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Drop md5sum of sources as it is pointless
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 17:56:35 UTC 2024 - Enno Tensing <tenno+suse@suij.in>
|
||||
|
||||
- Update 8.3.2, Changelog at https://github.com/OSGeo/grass/releases/tag/8.3.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 2 13:49:37 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
||||
11
grass.spec
11
grass.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package grass
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
# Notice to maintainer : move this package to real lfhs
|
||||
%define shortver 82
|
||||
%define shortver 84
|
||||
%if 0%{?suse_version} >= 1550
|
||||
BuildRequires: python3-wxPython
|
||||
%else
|
||||
@@ -25,14 +25,13 @@ BuildRequires: python-wxWidgets-devel >= 3.0
|
||||
%endif
|
||||
|
||||
Name: grass
|
||||
Version: 8.2.1
|
||||
Version: 8.4.0
|
||||
Release: 0
|
||||
Summary: Geographic Resources Analysis Support System
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Scientific/Other
|
||||
URL: https://grass.osgeo.org/
|
||||
Source: https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.tar.gz
|
||||
Source1: https://grass.osgeo.org/grass%{shortver}/source/%{name}-%{version}.md5sum
|
||||
BuildRequires: -post-build-checks
|
||||
BuildRequires: PDAL-devel
|
||||
BuildRequires: bison
|
||||
@@ -63,7 +62,6 @@ BuildRequires: python3-dateutil
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-numpy
|
||||
BuildRequires: python3-opengl
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: sqlite-devel
|
||||
@@ -216,7 +214,6 @@ echo %{grassdir} >%{buildroot}/%{_sysconfdir}/GRASSDIR
|
||||
|
||||
%files devel
|
||||
%{grassdir}/include
|
||||
%{grasslib}/*.a
|
||||
%{_sysconfdir}/GRASSDIR
|
||||
|
||||
%files doc
|
||||
@@ -275,7 +272,7 @@ echo %{grassdir} >%{buildroot}/%{_sysconfdir}/GRASSDIR
|
||||
%{grassdir}/CHANGES
|
||||
%{grassdir}/COPYING
|
||||
%{grassdir}/GPL.TXT
|
||||
%{grassdir}/REQUIREMENTS.html
|
||||
%{grassdir}/REQUIREMENTS.md
|
||||
%{grassdir}/CITING
|
||||
%{grassdir}/INSTALL.md
|
||||
%exclude %{grassdir}/demolocation
|
||||
|
||||
Reference in New Issue
Block a user