|
|
@ -1,13 +1,13 @@
|
|
|
|
%global commit0 2cd69fb54109bc48b674d9edf1e326cd57821ab3
|
|
|
|
%global commit0 cd6e602b48707bb8cbd13ec4b18b684fd5989c29
|
|
|
|
%global date 20170614
|
|
|
|
%global date 20170623
|
|
|
|
%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: 32%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
Release: 33%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
|
|
|
|
Summary: A comprehensive, portable cryptographic toolkit
|
|
|
|
Summary: A comprehensive, portable cryptographic toolkit
|
|
|
|
License: Public Domain
|
|
|
|
License: Public Domain
|
|
|
|
URL: http://www.libtom.org/
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -110,6 +110,10 @@ find %{buildroot} -name '*.a' -delete
|
|
|
|
%doc doc/crypt.pdf
|
|
|
|
%doc doc/crypt.pdf
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jun 25 2017 Simone Caronni <negativo17@gmail.com> - 1.17-33.20170623gitcd6e602
|
|
|
|
|
|
|
|
- Update to latest snapshot.
|
|
|
|
|
|
|
|
- Update URL (#1463608, #1463547)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2017 Simone Caronni <negativo17@gmail.com> - 1.17-32.20170614git2cd69fb
|
|
|
|
* Thu Jun 15 2017 Simone Caronni <negativo17@gmail.com> - 1.17-32.20170614git2cd69fb
|
|
|
|
- Update to latest snapshot, adjust build.
|
|
|
|
- Update to latest snapshot, adjust build.
|
|
|
|
- Temporarily disable tests.
|
|
|
|
- Temporarily disable tests.
|
|
|
|