Update to 0.81.

epel9
Simone Caronni 10 years ago
parent d26634a45d
commit 71639c5e58

@ -1,14 +1,11 @@
%global commit fd74297c4fec6333c8adf61222ce6e6affa957dd
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: stoken Name: stoken
Version: 0.8 Version: 0.81
Release: 3%{?shortcommit:.git.%{shortcommit}}%{?dist} Release: 1%{?dist}
Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token Summary: Token code generator compatible with RSA SecurID 128-bit (AES) token
License: LGPLv2+ License: LGPLv2+
URL: http://%{name}.sf.net 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: autoconf
BuildRequires: automake BuildRequires: automake
@ -68,7 +65,7 @@ endorsed by RSA Security.
This package contains the graphical interface program for %{name}. This package contains the graphical interface program for %{name}.
%prep %prep
%setup -q -n %{name}-%{commit} %setup -q
%build %build
autoreconf -v -f --install autoreconf -v -f --install
@ -76,7 +73,7 @@ autoreconf -v -f --install
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make install DESTDIR=%{buildroot} %make_install
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui-small.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 %postun libs -p /sbin/ldconfig
%files libs %files libs
%doc COPYING.LIB README CHANGES %doc COPYING.LIB CHANGES
%{_libdir}/*.so.* %{_libdir}/*.so.*
%files cli %files cli
@ -110,6 +107,9 @@ rm -fr %{buildroot}%{_docdir}/%{name}
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Wed Dec 10 2014 Simone Caronni <negativo17@gmail.com> - 0.81-1
- Update to 0.81.
* Mon Sep 08 2014 Simone Caronni <negativo17@gmail.com> - 0.8-3.git.fd74297 * Mon Sep 08 2014 Simone Caronni <negativo17@gmail.com> - 0.8-3.git.fd74297
- Update to git master. - Update to git master.

Loading…
Cancel
Save