]> git.pld-linux.org Git - packages/gpgme.git/commitdiff
force package version without "-unknown" suffix; rel 2 auto/th/gpgme-1.13.0-2
authorJan Palus <atler@pld-linux.org>
Sat, 27 Apr 2019 14:39:03 +0000 (16:39 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 27 Apr 2019 14:39:03 +0000 (16:39 +0200)
to have a proper version autotools need to be run inside of git repo

gpgme.spec

index f53a28fae03e28cd5c733e52da79c82e5157ff79..84c1562683518cf0889ddab2e36bb3664a13694b 100644 (file)
@@ -20,7 +20,7 @@ Summary:      Library for accessing GnuPG
 Summary(pl.UTF-8):     Biblioteka dająca dostęp do funkcji GnuPG
 Name:          gpgme
 Version:       1.13.0
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL v2.1+
 Group:         Libraries
@@ -239,6 +239,7 @@ PyME to interfejs Pythona do biblioteki GPGME.
 # "python" means both pythons (if available), "python2" just python2, "python3" just python3
 # (cannot specify "python2 python3" due to script limitations)
 %configure \
+       PACKAGE_VERSION=%{version} \
 %if %{without tests}
        --disable-g13-test \
        --disable-gpg-test \
This page took 0.150781 seconds and 4 git commands to generate.