|
|
@ -1,12 +1,11 @@
|
|
|
|
Name: stoken
|
|
|
|
Name: stoken
|
|
|
|
Version: 0.2
|
|
|
|
Version: 0.5
|
|
|
|
Release: 5%{?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: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: %{name}-0.2-no-static-cflags.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
@ -14,6 +13,7 @@ BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: pkgconfig(libtomcrypt)
|
|
|
|
BuildRequires: pkgconfig(libtomcrypt)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Software Token for Linux/UNIX. It's a token code generator compatible with RSA
|
|
|
|
Software Token for Linux/UNIX. It's a token code generator compatible with RSA
|
|
|
@ -66,7 +66,6 @@ This package contains the graphical interface program for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .no-static-cflags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoreconf -v -f --install
|
|
|
|
autoreconf -v -f --install
|
|
|
@ -75,9 +74,12 @@ make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-gui.desktop
|
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-gui.desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Remove stuff we don't need
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
find %{buildroot} -type f -name "*.la" -delete
|
|
|
|
find %{buildroot} -type f -name "*.a" -delete
|
|
|
|
find %{buildroot} -type f -name "*.a" -delete
|
|
|
|
|
|
|
|
rm -fr %{buildroot}%{_docdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
@ -103,6 +105,10 @@ find %{buildroot} -type f -name "*.a" -delete
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Mar 17 2014 Simone Caronni <negativo17@gmail.com> - 0.5-1
|
|
|
|
|
|
|
|
- Update to 0.5.
|
|
|
|
|
|
|
|
- Removed upstreamed patch.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|