|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: stoken
|
|
|
|
|
Version: 0.90
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://%{name}.sf.net
|
|
|
|
|
Source0: https://github.com/cernekee/%{name}/archive/v0.9.tar.gz
|
|
|
|
|
Source0: https://github.com/cernekee/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
|
|
|
@ -66,7 +66,7 @@ endorsed by RSA Security.
|
|
|
|
|
This package contains the graphical interface program for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -qn %{name}-0.9
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -v -f --install
|
|
|
|
@ -123,6 +123,9 @@ EOF
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 10 2015 Simone Caronni <negativo17@gmail.com> - 0.90-2
|
|
|
|
|
- Upstream has re-released 0.9 as 0.90 fixing versioning issues.
|
|
|
|
|
|
|
|
|
|
* Thu Aug 06 2015 Simone Caronni <negativo17@gmail.com> - 0.90-1
|
|
|
|
|
- Rename 0.9 to 0.90.
|
|
|
|
|
|
|
|
|
|