Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93e613f288 | ||
|
|
933bc80108 | ||
|
|
85cc7605dc | ||
|
|
e4056c21c5 | ||
|
|
95cbadb8e8 | ||
|
|
f030d774e8 | ||
|
|
4807640f7b | ||
|
|
b078920a3c | ||
|
|
3c49d1fb94 |
2 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
15
grass.spec
15
grass.spec
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue