From 6e392cb16675048ee2afd60f0f6cc8f20b38c5ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jul 2017 19:16:50 +0200 Subject: v1.0.13 --- libsodium-last.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'libsodium-last.spec') diff --git a/libsodium-last.spec b/libsodium-last.spec index 3415a90..01a8b86 100644 --- a/libsodium-last.spec +++ b/libsodium-last.spec @@ -22,7 +22,7 @@ Name: %{libname} # Build for parallel install Name: %{libname}-last %endif -Version: 1.0.12 +Version: 1.0.13 Release: 1%{?dist} Summary: The Sodium crypto library Group: System Environment/Libraries @@ -30,7 +30,6 @@ License: ISC URL: http://libsodium.org/ Source0: http://download.libsodium.org/libsodium/releases/%{libname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if "%{libname}" != "%{name}" Provides: %{libname} = %{version}-%{release} Provides: %{libname}%{?_isa} = %{version}-%{release} @@ -108,7 +107,6 @@ make %{_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} rm -f %{buildroot}%{_libdir}/%{libname}.la @@ -118,23 +116,17 @@ rm -f %{buildroot}%{_libdir}/%{libname}.la make check -%clean -rm -rf %{buildroot} - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr (-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %{_libdir}/%{libname}.so.%{soname}* %files devel -%defattr (-,root,root,-) %doc AUTHORS ChangeLog README.markdown THANKS %doc test/default/*.{c,exp,h} %doc test/quirks/quirks.h @@ -144,10 +136,13 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{libname}.pc %files static -%defattr (-,root,root,-) %{_libdir}/libsodium.a + %changelog +* Mon Jul 17 2017 Remi Collet - 1.0.13-1 +- update to 1.0.13 + * Mon Mar 13 2017 Remi Collet - 1.0.12-1 - update to 1.0.12 -- cgit