From 71639c5e581dadff29b58e1278a280a83bccb649 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Thu, 11 Dec 2014 09:10:44 +0100 Subject: [PATCH] Update to 0.81. --- stoken.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/stoken.spec b/stoken.spec index 0fda767..b874194 100644 --- a/stoken.spec +++ b/stoken.spec @@ -1,14 +1,11 @@ -%global commit fd74297c4fec6333c8adf61222ce6e6affa957dd -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - Name: stoken -Version: 0.8 -Release: 3%{?shortcommit:.git.%{shortcommit}}%{?dist} +Version: 0.81 +Release: 1%{?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/%{commit}/%{name}-%{commit}.tar.gz +Source0: https://github.com/cernekee/%{name}/archive/v%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -68,7 +65,7 @@ endorsed by RSA Security. This package contains the graphical interface program for %{name}. %prep -%setup -q -n %{name}-%{commit} +%setup -q %build autoreconf -v -f --install @@ -76,7 +73,7 @@ autoreconf -v -f --install make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} +%make_install desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui-small.desktop @@ -89,7 +86,7 @@ rm -fr %{buildroot}%{_docdir}/%{name} %postun libs -p /sbin/ldconfig %files libs -%doc COPYING.LIB README CHANGES +%doc COPYING.LIB CHANGES %{_libdir}/*.so.* %files cli @@ -110,6 +107,9 @@ rm -fr %{buildroot}%{_docdir}/%{name} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Dec 10 2014 Simone Caronni - 0.81-1 +- Update to 0.81. + * Mon Sep 08 2014 Simone Caronni - 0.8-3.git.fd74297 - Update to git master.