8264d45caf
tests/test00_specsyntax: provide a fake user agent instead of culr default to prevent some sites from blocking
2022-01-06 14:25:46 +01:00
4c108739a2
libnetwork.lib: support for url-decoding git tag so it works with i.e. 'subproject%2F1.0' for 'subproject/1.0'
2022-01-06 14:20:26 +01:00
4cd140d0a5
po/it/autospec.po: added new translations
2022-01-06 14:12:17 +01:00
1281bc4a90
Makefile: dist-rpm: copy in RPM sources dir instead of automatically creating rpm
2022-01-06 14:02:18 +01:00
b4e0e036f2
templates/perl: remove comment expected to be removed by user
2022-01-06 13:40:17 +01:00
900f73cd77
conf/05-system-external-commands.conf: also add langpacks- to i18n packages filter
2021-12-08 10:38:18 +01:00
ec7448da73
conf/05-system-external-commands.conf: add -langpack- to i18n packages mask
2021-12-08 10:36:01 +01:00
87bcfb6ca7
templates: update default URLs and some other small changes
2021-05-19 19:55:23 +02:00
3474e9ee0e
test00_specsyntax.in: add curl check for URL; automatic replace if redirect, error if url not orking (response code != 200)
2021-05-16 12:20:11 +02:00
459b367e95
02-specfile-formatting-rules: support for https protocol
2021-05-15 13:43:18 +02:00
7350b61bb2
pck-update.in: don't replace build requirement block if it contains a conditional macro; basic support for rich deps
2021-05-08 12:13:41 +02:00
5203151334
pck-update.in: add python dist deps as they are in build requirements block
2021-04-18 15:12:00 +02:00
308cd6bb7b
pck-update.in: recreate SRPM after updating build requirements block
2021-04-18 15:05:56 +02:00
404ccd61a8
pck-update.in: add unresolved perl requirements as they are instead of warning message in build requirements
2021-04-18 15:03:10 +02:00
88490f3dfe
libapse.lib.in: support for repology.org: add replace for \${search_name} in apse_uri; add jq JSON parse support via apse_jq
...
03-apse.conf: add repology.org and treat as obsolete all other sources by disabling or commenting them
2021-03-27 13:23:09 +01:00
b182afc54c
templates/python: other updates/fixes to handle .egg-info in files list
2021-03-27 13:18:15 +01:00
1d53d2994f
conf/05-system-external-commands.conf: call dnf with --skip-broken to at least install available build requirements (fixes autoport)
2021-03-16 21:38:32 +01:00
6d8566067b
templates/python: don't put egg-info files in files.list because they need to be in %files section for rpm pythondistdeps.sh to add auto dependencies
2021-03-16 21:36:45 +01:00
f89da44c7b
pck-update: remove --nodeps to build commands to fix build requirements being skipped. Not sure why it worked before and maybe this broke since rpm 4.16
2021-03-16 21:35:00 +01:00
695a354bd6
pck-update.in: remove unresolved .so requirement for ld-linux-aarch64.so.*
2021-03-14 11:38:06 +01:00
28a058dd07
pck-update.in: auto build requirements: fix finding correct python version and skip requirements for rtld() (ldconfig)
2021-03-14 11:24:42 +01:00
1747b898a2
Removed obsolete templates for kde3 and kde4
2021-02-24 18:01:51 +01:00
2e75799b80
templates: remove unused and deprecated BuildRoot tag from all templates
2021-02-24 17:52:54 +01:00
c3e90a144f
pck-update.in: fix http+git and https+git protocols with preserve_dot_git support
2021-02-24 17:48:03 +01:00
bb706d3ef4
libnetwork.lib.in: fix SRPM download error for packages with '+' character (e.g. libxml++ did also match libxml++2)
2020-12-02 10:03:12 +01:00
3bcaa2cf38
pck-update.in: notify build requirements installation as warning instead of error so that SRPM installation is tried and autoport can parse the output
2020-12-01 12:53:21 +01:00
cabd7a8a1d
Added basic aarch64 support, dropped ppc
2020-12-01 12:35:17 +01:00
662b5351be
Release 1.16.8
2020-09-27 21:08:53 +02:00
72f530d381
dnf install support in configuration
2020-09-27 21:08:29 +02:00
66e607a4ca
pck-update,linnetwork.lib: preserve .git directory if protocol is http[s]+git
2020-06-22 11:00:33 +02:00
169dcf8bb9
pck-update.in: don't archive any SRPMS with name matching SPEC_OBSOLETES as obsoletes refer to RPM names not SRPMS
...
This to support exclusive architecture legacy packages e.g. libsuitesparse4 (with ExclusiveArch: arm) obsoletes libsuitesparse (which does not build anymore on this target).
To be checked if this may break some other successful cases, although the problems in keeping a to-be-obsoleted package are less than archiving a to-be-kept one.
2020-02-01 02:13:12 +01:00
0372675fbd
spec-create.in: support for Meson
2019-11-02 16:04:09 +01:00
fcdbf0fe9b
libnetwork.lib: more support for https
2019-11-02 15:58:49 +01:00
b476080461
templates/kde5: add --with-html argument to %find_lang macro
2019-10-27 19:35:00 +01:00
38a689e2de
libnetwork.lib.in: git sources: simple support for checking out at a specific commit by supporting the syntax: --git-branch branch[@commit_id]
2019-10-27 15:18:42 +01:00
08bfa59a98
libspec.lib: use rpmspec -P <specfile> instead of rpm -q --specedit ... if rpm 4 is detected
2019-06-25 22:21:20 +02:00
b20b079907
templates/python: don't strip required egg-info files out of files list
2017-11-15 15:13:58 +01:00
93bcf6bb6b
libnetwork.lib: add --recursive to git clone commands to correctly fetch repositories with external subtrees
2017-10-31 16:57:10 +01:00
f4e08f4edc
templates/kde5: add --with-man to %find_lang arguments
...
Signed-off-by: Silvan Calarco <silvan.calarco@mambasoft.it>
2017-09-11 11:13:51 +02:00
Davide Madrisan
ff91b95533
README: add libnetwork.lib to the list of libraries
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2017-09-10 15:09:41 +02:00
Davide Madrisan
6257d8d148
Update the README file
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2017-09-10 15:01:35 +02:00
Davide Madrisan
6ebbdc3161
conf/05-system-external-commands.conf: document yum usage
...
We're currenctly moving to the yum package manager.
Document the yum syntax for `rpm_download_and_install'.
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2017-09-10 13:49:08 +02:00
Davide Madrisan
ac8046392b
Add a README.md file
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2017-09-10 13:41:26 +02:00
Davide Madrisan
869ac846fe
config-getvar: update the help message
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2016-10-16 19:19:27 +02:00
Davide Madrisan
495d49176b
templates: python - fix comment
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2016-10-16 17:40:00 +02:00
2b1dbb0b1d
pck-update.in: support for http+git and https+git fake protocols to indicate a git repository
2016-07-05 22:49:42 +02:00
b5b1121aee
libnetwork.lib: support for git urls incompatibile with .git suffix (under testing)
2016-07-05 22:45:45 +02:00
99fd03d6a7
libapse.lib: ignore everything after a dash ('-') when checking for last version
2016-04-08 15:31:10 +02:00
Davide Madrisan
7761a49bb3
Update ChangeLog and NEWS
...
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2016-02-16 20:19:32 +01:00
Davide Madrisan
c357ffbc08
templates/python: multiversion package build
...
Add the rpm macros required for building both Python2 and Python3 packages
with a single specfile:
python2: rpmbuild -ba <specfile>
python3: rpmbuild -ba <specfile> --define="with_pyver 3"
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
2016-02-16 19:34:06 +01:00