|
|
@ -1,12 +1,14 @@
|
|
|
|
%global commit0 cd6e602b48707bb8cbd13ec4b18b684fd5989c29
|
|
|
|
# Post rc2 from the 1.18 release branch:
|
|
|
|
%global date 20170623
|
|
|
|
# https://github.com/libtom/libtomcrypt/tree/release/1.18.0
|
|
|
|
|
|
|
|
%global commit0 ab8c5b8b4982f4eda81acd7af0f505b7b8029e28
|
|
|
|
|
|
|
|
%global date 20170720
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
Name: libtomcrypt
|
|
|
|
Name: libtomcrypt
|
|
|
|
Version: 1.17
|
|
|
|
Version: 1.17
|
|
|
|
Release: 33%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
Release: 34%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
Summary: A comprehensive, portable cryptographic toolkit
|
|
|
|
Summary: A comprehensive, portable cryptographic toolkit
|
|
|
|
License: Public Domain
|
|
|
|
License: Public Domain or WTFPL
|
|
|
|
URL: http://www.libtom.net/
|
|
|
|
URL: http://www.libtom.net/
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/libtom/%{name}/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
Source0: https://github.com/libtom/%{name}/archive/%{commit0}/%{name}-%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
|
|
@ -108,6 +110,10 @@ find %{buildroot} -name '*.a' -delete
|
|
|
|
%doc doc/crypt.pdf
|
|
|
|
%doc doc/crypt.pdf
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jul 23 2017 Simone Caronni <negativo17@gmail.com> - 1.17-34.20170720gitab8c5b8
|
|
|
|
|
|
|
|
- Update to latest snapshot from the 1.18 release branch.
|
|
|
|
|
|
|
|
- Update license.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 25 2017 Simone Caronni <negativo17@gmail.com> - 1.17-33.20170623gitcd6e602
|
|
|
|
* Sun Jun 25 2017 Simone Caronni <negativo17@gmail.com> - 1.17-33.20170623gitcd6e602
|
|
|
|
- Update to latest snapshot.
|
|
|
|
- Update to latest snapshot.
|
|
|
|
- Update URL (#1463608, #1463547)
|
|
|
|
- Update URL (#1463608, #1463547)
|
|
|
|