123 Commits

Author SHA1 Message Date
Thomas JANVIER
0d169bba7c Add python3-packaging to DEB/RPM dependencies 2025-02-22 07:28:38 +10:00
Basil Eric Rabi
0ca2b88411 [rpm] remove deleted files
This is a follow-up for bbba7b93c543aff83c5abdbe4979e3a94e87ee9d and 4c2c76f82147f6cf1022d1bb08947db3d0ce166a
2023-12-02 06:14:05 +10:00
Nyall Dawson
731c2e7430 Add draco-devel to Fedora dependencies 2023-08-07 08:06:55 +10:00
Basil Eric Rabi
c7e37cee28 fix rpm build for Fedora 38
Also drop workaround for F34 and earlier
2023-04-05 08:06:13 +10:00
Basil Eric Rabi
d76fd514d4
rpm changes for https://github.com/qgis/QGIS/pull/51579 2023-01-31 22:10:18 +08:00
Chris Mayo
04b1ee91f3 Remove Python future package from installation
Not used since:
78af413dcc ("Remove python future compatibility layer", 2017-08-05)
2022-12-27 19:40:55 +00:00
Basil Eric Rabi
d92e76e28b
Fix python3-gdal requires for f37 2022-09-13 12:37:12 +08:00
Daniele Viganò
4457426f52 [RPM] Fix a white space in GRASS_PREFIX 2022-02-28 08:44:47 +10:00
Daniele Viganò
81a35b7919 [RPM] Fix WITH_GRASS8 for GRASS 8 2022-02-28 08:44:47 +10:00
Daniele Viganò
0e58b3797b [RPM] Remove lib64 patch for master 2022-02-28 08:44:47 +10:00
Daniele Viganò
0e05ca1066 [RPM] Add support for GRASS8 for F36+ 2022-02-28 08:44:47 +10:00
Basil Eric Rabi
567dcc65ed add python3-devel as build dependency 2021-12-10 12:39:08 +10:00
Basil Eric Rabi
3db2f971af use sip6 in fedora 35 and above 2021-11-19 06:35:30 +11:00
Basil Eric Rabi
7e2f7bbd1a
update RPM patch 2021-10-13 00:16:45 +08:00
Juergen E. Fischer
fbf77905e5 debian/rpm packaging: drop libauthmethod_oauth2_static.a again (followup
019976e59)
2021-06-27 16:19:56 +02:00
Juergen E. Fischer
f14e098eb6 also rename grassrasterprovider 2021-06-25 10:27:41 +02:00
Basil Eric Rabi
d34a0c326a
Merge pull request #43919 from basilrabi/rpm
[RPM] fix build due to https://github.com/qgis/QGIS/pull/43768
2021-06-25 06:25:51 +02:00
Denis Rouzaud
ad618e7718
rename auth methods and providers targets (#43768)
* rename auth methods targets

* rename provider targets

* follow up

* fix dll/so lookup

* follow up

* more

* Update qgsauthmethodregistry.cpp

* Update qgsproviderregistry.cpp

* follow up

* fix missing method
2021-06-19 21:27:35 +00:00
Basil Eric Rabi
fcaf6f7c87 fix rpm building due to https://github.com/qgis/QGIS/pull/43262
Apply packaging change similar to 2a06fcc7e1ff5374cee85ef2d9486e8e1f60f3ed
2021-06-03 11:44:29 +10:00
Basil Eric Rabi
95a712f04e
[RPM] enable point cloud features 2021-01-02 20:07:25 +08:00
Juergen E. Fischer
3922a28dbc folloup CMakeLists.txt updates (followup eddf6feb) 2020-11-11 23:08:26 +01:00
Daniele Viganò
d0a3a8f2fd
[RPM] Make spec file compatible with Fedora 33 2020-10-24 15:01:53 +02:00
Ludovic
1b5345ce66 33 is not released yet 2020-10-24 06:27:38 +10:00
Ludovic
14755be0ed Fedora 28 has been eoled for a while. Cleaning up the spec template with
regards to that fact.
2020-10-24 06:27:38 +10:00
Ludovic
647f3a06a6 As QGIS is phasing out 32 bit support. Removing i386 targets for
fedora default build using mock.
2020-10-24 06:27:38 +10:00
Ludovic
fa54eabe83 Modify default.cfg so it tries to build up-to-date and supported
versions of fedora.
2020-10-24 06:27:38 +10:00
Basil Eric Rabi
8e09f4e9c1 replace NEWS with the new NEWS.md in rpm 2020-06-15 11:20:28 +10:00
Benjamin Trigona-Harany
e0997da333 rpm mime 2020-05-22 12:33:28 +10:00
Nyall Dawson
85d543a739 Rename scripts to swap "-" for "_" for consistency
We had a confusing and unpredictable mix of script names with
- vs _, e.g. scripts/prepare-commit.sh vs scripts/sipify_all.sh

This unifies with the preferred _ convention for script file names
2020-04-28 02:22:33 +10:00
Basil Eric Rabi
c3b4f8a79c [RPM] package qgis_process from #34617 2020-04-19 08:16:12 +10:00
Basil Eric Rabi
14748eece0
add build dependencies of #35341 2020-04-04 13:52:50 +08:00
Basil Eric Rabi
4e043db9eb remove python3-qscintilla as requirement
python3-qscintilla does not exist anymore in fedora 33. Also,
python3-qscintilla-qt5 is already required and provides the same according
to 49bfbaf1ea
2020-03-24 06:57:11 +10:00
basilrabi
ee28568509 [RPM] fix automatic rpm build script
Building using `buildrpm.sh` fails due to the unpackaged file
/usr/bin/qgis_mapserver added in d453f7471456c5b2d83626ef8a90a0e24bdd17c0.
2020-01-27 19:34:56 +10:00
Daniele Viganò
065c25c72c Revert "[RPM] Remove qgis-zh-Hant.qm from RPM packages"
This reverts commit 73ca958fc4cd363ec59b24315635e043e52ae12d.
2020-01-20 09:02:45 +10:00
basilrabi
a25f8b970f [RPM] fix broken -u flag in buildrmps.sh
When using `buildrpms.sh -u`, the script fails with:

```
Wrote: /builddir/build/SRPMS/qgis-*.src.rpm
Finish: rpmbuild -bs
Finish: buildsrpm
INFO: Done(qgis.spec) Config(default) 0 minutes 22 seconds
INFO: Results and/or logs in: result
INFO: Cleaning up build root ('cleanup_on_success=True')
Start: clean chroot
Finish: clean chroot
Finish: run
Source package created
Source package unavailable. Abort
```

The reason was because a wrong src.rpm file name was extracted by sed.
Instead of `qgis-*.src.rpm`, what was being extracted is
`qgis-*.src.rpm\r` which includes a carriage return. This change removes
any character at the end of the `.rpm` when extracting the file name.
2020-01-02 13:07:29 +10:00
Daniele Viganò
73ca958fc4 [RPM] Remove qgis-zh-Hant.qm from RPM packages 2019-12-12 09:18:52 +10:00
Daniele Viganò
e168ca5dfa
[RPM] Update sip references in spec file 2019-10-30 22:53:49 +01:00
Daniele Viganò
644cc25214
[RPM] Fedora 31 will ship GRASS 7.8 2019-09-16 09:10:08 +02:00
Daniele Viganò
04b2f4d696 [RPM] Update examples and documentation (#31623)
* [RPM] Update examples and documentation

* [RPM] Fix a typo
2019-09-12 10:52:39 +02:00
Daniele Viganò
8d44f84cd0 [RPM] Update the lib64 PyQtMacros.cmake patch 2019-08-06 16:15:10 +02:00
Jorge Gustavo Rocha
38c8e757aa References to issues.qgis.org updated 2019-06-12 00:10:43 +01:00
Daniele Viganò
f7722e3ff6
[RPM] Fix a dependency on older Fedora releases 2019-05-20 17:33:06 +02:00
Daniele Viganò
bde32b8fbd
[RPM] Fix a mispelled word 2019-05-08 17:13:38 +02:00
Daniele Viganò
af549b0618
[RPM] Fix a typo in a comment in spec file 2019-05-08 16:24:04 +02:00
Daniele Viganò
92f22b01a5
[RPM] Add qt5-qtbase-private-devel build dep for F30+
qt5-qtbase-devel as been splitted in Fedora 30
2019-05-08 16:18:07 +02:00
Daniele Viganò
5a43ee67f0
[RPM] Add missing gdal-python-tools dependency
Processing uses some python scripts that are part of gdal-python-tools package
2019-05-07 11:23:18 +02:00
Daniele Viganò
f85954b304
[RPM] put the SHA commit in the about dialog for unstable builds 2019-04-07 17:08:39 +02:00
Daniele Viganò
08c095e7a7
[RPM] Fix rpmbuild.sh broken shell checks 2019-03-26 14:40:37 +01:00
Daniele Viganò
4857a06d35
[RPM] Make buildrpm.sh more robust and fix -b flag usage 2019-03-26 10:38:07 +01:00
Daniele Viganò
13f9424f62
[RPM] Make %postun more robust remove a comment entirely 2019-03-26 08:53:19 +01:00