Compare commits

...
Sign in to create a new pull request.

9 commits

Author SHA1 Message Date
Sandro Mani
93e613f288 Rebuild 2025-12-04 15:26:06 +01:00
Sandro Mani
933bc80108 Don't use deprecated %patchN 2025-12-04 15:21:50 +01:00
Orion Poplawski
85cc7605dc Rebuild for proj 9 2025-06-24 09:22:52 -06:00
Carl George
e4056c21c5 Remove non-existent dependencies in EPEL 9
Resolves: rhbz#2240696
2023-09-25 18:45:43 -05:00
Markus Neteler
95cbadb8e8 New upstream version GRASS GIS 8.2.1 2023-01-23 21:45:42 +01:00
Markus Neteler
f030d774e8 fix RPM ARCH not defined for GRASS GIS addon installation (RHBZ #2138373) 2022-11-03 18:23:58 +01:00
Markus Neteler
4807640f7b fix unexpected keyword argument 'codeset' (Python 3.11) 2022-09-17 19:59:28 +02:00
Markus Neteler
b078920a3c New upstream version GRASS GIS 8.0.2 2022-05-12 19:03:43 +02:00
Markus Neteler
3c49d1fb94 remove outdated patches 2022-02-27 11:43:36 +01:00
2 changed files with 12 additions and 12 deletions

View file

@ -1,9 +0,0 @@
diff -up grass-7.0.4/gui/icons/grass.desktop.nourl grass-7.0.4/gui/icons/grass.desktop
--- grass-7.0.4/gui/icons/grass.desktop.nourl 2016-01-11 16:03:21.000000000 -0700
+++ grass-7.0.4/gui/icons/grass.desktop 2016-10-07 12:58:59.279554938 -0600
@@ -51,5 +51,4 @@ Categories=Education;Science;Geoscience;
Exec=grass70
Icon=grass70
Terminal=true
-URL=https://grass.osgeo.org/
Keywords=gis;spatial;geospatial;database;remote sensing;hydrology;vector;raster;visualization;maps;wms;wfs;ogc;osgeo;

View file

@ -3,7 +3,7 @@
Name: grass
Version: 8.2.1
Release: 1%{?dist}
Release: 4%{?dist}
Summary: GRASS GIS - Geographic Resources Analysis Support System
%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
@ -111,7 +111,7 @@ Requires: bzip2-libs
Requires: libzstd
Requires: geos
# fedora >= 34: Nothing
%if (0%{?rhel} > 7 || 0%{?fedora} < 34)
%if %{defined el8}
Requires: proj-datumgrid
Requires: proj-datumgrid-world
%endif
@ -180,7 +180,7 @@ GRASS GIS development headers
%prep
%setup -q
%patch0 -p1 -b.libdir
%patch -P 0 -p1 -b.libdir
# Correct mysql_config query
sed -i -e 's/--libmysqld-libs/--libs/g' configure
@ -368,6 +368,15 @@ fi
%{_libdir}/%{name}%{shortver}/include
%changelog
* Thu Dec 04 2025 Sandro Mani <manisandro@gmail.com> - 8.2.1-4
- Rebuild
* Tue Jun 24 2025 Orion Poplawski <orion@nwra.com> - 8.2.1-3
- Rebuild for proj 9
* Mon Sep 25 2023 Carl George <carlwgeorge@fedoraproject.org> - 8.2.1-2
- Remove non-existent dependencies in EPEL 9, resolves rhbz#2240696
* Sat Jan 21 2023 Markus Neteler <neteler@mundialis.de> 8.2.1-1
- New upstream version GRASS GIS 8.2.1