Spec file cleanup

Remove instructions no longer needed on any active branch
This commit is contained in:
Robert Scheck 2020-12-24 10:23:45 +00:00
parent 3f76a6d4b7
commit 45da8f74c1

View File

@ -1,7 +1,7 @@
Name: libgcrypt Name: libgcrypt
Version: 1.8.7 Version: 1.8.7
Release: 1%{?dist} Release: 1%{?dist}
URL: http://www.gnupg.org/ URL: https://www.gnupg.org/
Source0: libgcrypt-%{version}-hobbled.tar.xz Source0: libgcrypt-%{version}-hobbled.tar.xz
# The original libgcrypt sources now contain potentially patented ECC # The original libgcrypt sources now contain potentially patented ECC
# cipher support. We have to remove it in the tarball we ship with # cipher support. We have to remove it in the tarball we ship with
@ -72,7 +72,7 @@ BuildRequires: autoconf, automake, libtool
Summary: Development files for the %{name} package Summary: Development files for the %{name} package
License: LGPLv2+ and GPLv2+ License: LGPLv2+ and GPLv2+
Requires: libgpg-error-devel Requires: libgpg-error-devel
Requires: %{name} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: pkgconfig Requires: pkgconfig
%description %description
@ -194,7 +194,6 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/gcrypt/random.conf
%{gcrylibdir}/libgcrypt.so.*.* %{gcrylibdir}/libgcrypt.so.*.*
%{gcrylibdir}/%{gcrysoname} %{gcrylibdir}/%{gcrysoname}
%{gcrylibdir}/.%{gcrysoname}.hmac %{gcrylibdir}/.%{gcrysoname}.hmac
%{!?_licensedir:%global license %%doc}
%license COPYING.LIB %license COPYING.LIB
%doc AUTHORS NEWS THANKS %doc AUTHORS NEWS THANKS
@ -210,7 +209,6 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/gcrypt/random.conf
%{_mandir}/man1/* %{_mandir}/man1/*
%{_infodir}/gcrypt.info* %{_infodir}/gcrypt.info*
%{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
%changelog %changelog