From 1869e7b2df4c02f31f2f077d9cca7c307f255644 Mon Sep 17 00:00:00 2001 From: "jk7744.park" Date: Tue, 8 Sep 2015 22:02:21 +0900 Subject: [PATCH] tizen 2.3.1 release --- nettle.manifest | 10 ++++++++++ packaging/nettle.spec | 27 ++++++++++++++++++++++++--- 2 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 nettle.manifest diff --git a/nettle.manifest b/nettle.manifest new file mode 100644 index 0000000..d1809a0 --- /dev/null +++ b/nettle.manifest @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/packaging/nettle.spec b/packaging/nettle.spec index 69b7906..cdcb892 100644 --- a/packaging/nettle.spec +++ b/packaging/nettle.spec @@ -4,12 +4,12 @@ Name: nettle Summary: Nettle cryptographic library -Version: 2.1 +Version: 2.1_2.3 Release: 1 -License: LGPLv2+ +License: LGPL-2.1+ and GPL-2.0+ Group: System/Libraries URL: http://www.lysator.liu.se/~nisse/nettle/ -Source: http://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: openssl-devel BuildRequires: gmp-devel @@ -38,11 +38,15 @@ make make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" make install-shared DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" rm -f $RPM_BUILD_ROOT%{_libdir}/*.a +mkdir -p %{buildroot}/usr/share/license +cp COPYING %{buildroot}/usr/share/license/%{name} %clean rm -rf $RPM_BUILD_ROOT %files +/usr/share/license/%{name} +%manifest nettle.manifest %{_bindir}/* %{_infodir}/* %{_libdir}/libnettle.so.%{nettlemajor}* @@ -56,3 +60,20 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + +%changelog +* Wed Nov 27 2013 Keunsoon Lee +- [Release] Update changelog for nettle-2.1_2.3 +- Add smack exec_label for several bin file + +* Fri Oct 12 2012 Kwangtae Ko +- [Release] Update changelog for nettle-2.1_2.2 + +* Fri Oct 12 2012 Kwangtae Ko +- [Title] Add License Information + +* Fri Sep 21 2012 Kwangtae Ko +- [Release] Update changelog for nettle-2.1_2.1 + +* Thu Aug 16 2012 Keunsoon Lee +- release nettle-2.1-2 -- 2.7.4