summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2014-07-22 11:39:52 +0200
committerOlav Vitters <olav@vitters.nl>2014-07-22 11:39:52 +0200
commit26458b003060faac1a41490eaf45fefd7d7ef804 (patch)
treecdb853e707e984b79328754878e8ee3996683aa0
parente6bb7bc011091f8b4489581c76d2de87ee6713e5 (diff)
downloadmgagnome-26458b003060faac1a41490eaf45fefd7d7ef804.tar
mgagnome-26458b003060faac1a41490eaf45fefd7d7ef804.tar.gz
mgagnome-26458b003060faac1a41490eaf45fefd7d7ef804.tar.bz2
mgagnome-26458b003060faac1a41490eaf45fefd7d7ef804.tar.xz
mgagnome-26458b003060faac1a41490eaf45fefd7d7ef804.zip
change ftp.gnome.org to download.gnome.org
-rwxr-xr-xmgagnome1
1 files changed, 1 insertions, 0 deletions
diff --git a/mgagnome b/mgagnome
index 36f1c5c..6c12f8f 100755
--- a/mgagnome
+++ b/mgagnome
@@ -392,6 +392,7 @@ class SpecFile(object):
('remove buildroot definition', None, re.compile(r'^BuildRoot[ \t]*:[^\n]+\n', re.MULTILINE + re.IGNORECASE)),
('remove unneeded setup option', None, re.compile(r'^(?P<keeppre>\%setup -q )-n (?:\%name|\%\{name\})-(?:\%version|\%\{version\})(?P<keeppost>\n)', re.MULTILINE + re.IGNORECASE)),
('https for download.gnome.org', r'\g<keeppre>https://\g<keeppost>', re.compile(r'^(?P<keeppre>Source[0-9]*[ \t]*:[^\n]+)http://(?P<keeppost>download.gnome.org/[^\n]+\n)', re.MULTILINE + re.IGNORECASE)),
+ ('download.gnome.org instead of ftp.gnome.org', r'\g<keeppre>https://download.gnome.org\g<keeppost>', re.compile(r'^(?P<keeppre>Source[0-9]*[ \t]*:[^\n]+)(?:ftp|http|https)://ftp.gnome.org/pub/GNOME(?P<keeppost>/[^\n]+\n)', re.MULTILINE + re.IGNORECASE)),
]
re_convert_br = [
('remove py_requires', ('python',), re.compile(r'^\%(?:py_requires|\{py_requires\})[ \t]*\n', re.MULTILINE)),