Accepting request 290659 from devel:libraries:c_c++
- Add url to the spec - Revert back to 2.7 OBS-URL: https://build.opensuse.org/request/show/290659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnettle?expand=0&rev=18
This commit is contained in:
parent
edf9fa1d9e
commit
e9f141b5ff
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 13 14:10:01 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Add url to the spec
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 5 17:28:07 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Revert back to 2.7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 13 13:35:51 UTC 2014 - tchvatal@suse.com
|
Tue May 13 13:35:51 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnettle
|
# spec file for package libnettle
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,6 +24,7 @@ Release: 0
|
|||||||
Summary: Cryptographic Library
|
Summary: Cryptographic Library
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Url: http://www.lysator.liu.se/~nisse/nettle/
|
||||||
Source0: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
|
Source0: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
|
||||||
Source1: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig
|
Source1: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
@ -101,9 +102,11 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|||||||
rm -f %{buildroot}%{_libdir}/*.a
|
rm -f %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%post -n libnettle%{soname} -p /sbin/ldconfig
|
%post -n libnettle%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libnettle%{soname} -p /sbin/ldconfig
|
%postun -n libnettle%{soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
%post -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
%postun -n libhogweed%{hogweed_soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libnettle-devel
|
%post -n libnettle-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user