3
0
forked from pool/libgcrypt

Accepting request 91520 from devel:libraries:c_c++

- Remove redundant/unwanted tags/section (cf. specfile guidelines)

OBS-URL: https://build.opensuse.org/request/show/91520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgcrypt?expand=0&rev=25
This commit is contained in:
Stephan Kulow 2011-11-16 16:18:46 +00:00 committed by Git OBS Bridge
commit b123f895dd
2 changed files with 5 additions and 44 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 13 14:37:29 UTC 2011 - jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
-------------------------------------------------------------------
Sun Nov 13 09:16:36 UTC 2011 - coolo@suse.com

View File

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libgcrypt
@ -39,21 +38,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Libgcrypt is a general purpose crypto library based on the code used in
GnuPG (alpha version).
Authors:
--------
Maintainer: wk@g10code.com
Authors: Werner Koch <wk@gnupg.org>
Matthew Skala <mskala@ansuz.sooke.bc.ca>
Michael Roth <mroth@nessie.de>
Niklas Hernaeus <nh@df.lth.se>
Rémi Guyomarch <rguyom@mail.dotcom.fr>
Timo Schulz <twoaday@freakmail.de>
%package -n libgcrypt11
License: GPLv2+ ; LGPLv2.1+
Summary: The GNU Crypto Library
Group: Development/Libraries/C and C++
# bug437293
@ -69,19 +54,6 @@ Provides: libgcrypt = %{version}
Libgcrypt is a general purpose crypto library based on the code used in
GnuPG (alpha version).
Authors:
--------
Maintainer: wk@g10code.com
Authors: Werner Koch <wk@gnupg.org>
Matthew Skala <mskala@ansuz.sooke.bc.ca>
Michael Roth <mroth@nessie.de>
Niklas Hernaeus <nh@df.lth.se>
Rémi Guyomarch <rguyom@mail.dotcom.fr>
Timo Schulz <twoaday@freakmail.de>
%package devel
License: GFDLv1.1 ; GPLv2+ ; LGPLv2.1+ ; MIT
Summary: The GNU Crypto Library
@ -101,19 +73,6 @@ GnuPG (alpha version).
This package contains needed files to compile and link against the
library.
Authors:
--------
Maintainer: wk@g10code.com
Authors: Werner Koch <wk@gnupg.org>
Matthew Skala <mskala@ansuz.sooke.bc.ca>
Michael Roth <mroth@nessie.de>
Niklas Hernaeus <nh@df.lth.se>
Rémi Guyomarch <rguyom@mail.dotcom.fr>
Timo Schulz <twoaday@freakmail.de>
%prep
%setup -q -n libgcrypt-%version
%patch0 -p1
@ -153,9 +112,6 @@ mkdir -p $RPM_BUILD_ROOT%_libdir
%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/%{name}.so) %{buildroot}%{_libdir}/%{name}.so
%{__rm} -v %{buildroot}/%{_lib}/%{name}.so
%clean
rm -rf $RPM_BUILD_ROOT
%post -n libgcrypt11 -p /sbin/ldconfig
%postun -n libgcrypt11 -p /sbin/ldconfig