X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libgpg-error%2Flibgpg-error.nm;h=4d2b48ca15e955b91692125db20769da0d5da5cf;hb=HEAD;hp=5147094eb89f0da5d67e3a622588df75c785c079;hpb=4a62c33db3c7ec7672704491fcac0c2c8f3fcc49;p=ipfire-3.x.git diff --git a/libgpg-error/libgpg-error.nm b/libgpg-error/libgpg-error.nm index 5147094eb..441d752ed 100644 --- a/libgpg-error/libgpg-error.nm +++ b/libgpg-error/libgpg-error.nm @@ -4,35 +4,27 @@ ############################################################################### name = libgpg-error -version = 1.9 -release = 2 +version = 1.46 +release = 1.1 groups = System/Libraries -url = http://www.gnupg.org/ +url = https://www.gnupg.org/ license = LGPLv2+ summary = Library for error values used by GnuPG components. description - This is a library that defines common error values for all GnuPG \ - components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, \ + This is a library that defines common error values for all GnuPG + components. Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon and possibly more in the future. end -source_dl = +source_dl = https://www.gnupg.org/ftp/gcrypt/libgpg-error/ sources = %{thisapp}.tar.bz2 build requires gcc-c++ - end - - configure_options += \ - --libdir=/%{lib} - - install_cmds - mkdir -pv %{BUILDROOT}%{libdir} - rm -vf %{BUILDROOT}/%{lib}/libgpg-error.so - ln -sfv ../../%{lib}/libgpg-error.so.0 %{BUILDROOT}%{libdir}/libgpg-error.so + readline-devel end end