Update to 0.5.

epel9
Simone Caronni 11 years ago
parent 2fe79efd3c
commit d21110d4fb

1
.gitignore vendored

@ -1 +1,2 @@
/stoken-0.2.tar.gz /stoken-0.2.tar.gz
/stoken-0.5.tar.gz

@ -1 +1 @@
d815783d7198f1181c1a72e3d730d367 stoken-0.2.tar.gz 605388fd2b50dbe8fb81d703333aafa8 stoken-0.5.tar.gz

@ -1,13 +0,0 @@
diff -Naur stoken-0.2.old/configure.ac stoken-0.2/configure.ac
--- stoken-0.2.old/configure.ac 2013-06-03 20:28:55.389316251 +0200
+++ stoken-0.2/configure.ac 2013-06-03 21:51:29.271677470 +0200
@@ -33,9 +33,6 @@
if test "x$enable_debug" = xyes; then
CFLAGS="$CFLAGS -O0 -ggdb"
-else
- CFLAGS="$CFLAGS -O2"
- LDFLAGS="$LDFLAGS -Wl,--strip-debug"
fi
EXTRA_PC_LIBS=""

@ -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

Loading…
Cancel
Save