summaryrefslogtreecommitdiffstats
path: root/libsodium-last.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-17 19:16:50 +0200
committerRemi Collet <remi@remirepo.net>2017-07-17 19:16:50 +0200
commit6e392cb16675048ee2afd60f0f6cc8f20b38c5ed (patch)
treeddf8d0879f08e675a8e985695a8ac628614f40b2 /libsodium-last.spec
parent7504e0fac024977e48b74d5a393801c1a7f973d4 (diff)
v1.0.13
Diffstat (limited to 'libsodium-last.spec')
-rw-r--r--libsodium-last.spec15
1 files changed, 5 insertions, 10 deletions
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 <remi@fedoraproject.org> - 1.0.13-1
+- update to 1.0.13
+
* Mon Mar 13 2017 Remi Collet <remi@fedoraproject.org> - 1.0.12-1
- update to 1.0.12