Hello community,

here is the log from the commit of package stoken for openSUSE:Factory checked 
in at 2014-07-17 06:58:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stoken (Old)
 and      /work/SRC/openSUSE:Factory/.stoken.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stoken"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stoken/stoken.changes    2014-07-11 
20:05:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stoken.new/stoken.changes       2014-07-17 
06:58:18.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 15 12:26:31 UTC 2014 - da...@darins.net
+
+- define BuildRoot
+- add Group for all packages
+- add --disable-static to %configure
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ stoken.spec ++++++
--- /var/tmp/diff_new_pack.Zcn32E/_old  2014-07-17 06:58:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Zcn32E/_new  2014-07-17 06:58:19.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for stoken
+# spec file for package stoken
 #
 # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define         soname libstoken1
 
 Name:           stoken
@@ -22,16 +23,18 @@
 Release:        0
 Summary:        Token code generator compatible with RSA SecurID 128-bit (AES) 
token
 License:        LGPL-2.0+
-URL:            http://%{name}.sf.net
+Group:          Productivity/Security
+Url:            http://%{name}.sf.net
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz.asc
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  desktop-file-utils
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  libtool
 BuildRequires:  libtomcrypt-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Software Token for Linux/UNIX. It's a token code generator compatible with RSA
@@ -55,6 +58,7 @@
 
 %package -n %{soname}
 Summary:        Libraries for %{name}
+Group:          System/Libraries
 
 %description -n %{soname}
 Software Token for Linux/UNIX. It's a token code generator compatible with RSA
@@ -65,6 +69,7 @@
 
 %package gui
 Summary:        Graphical interface program for %{name}
+Group:          Productivity/Security
 Requires:       %{soname} = %{version}-%{release}
 
 %description gui
@@ -79,7 +84,7 @@
 
 %build
 autoreconf -v -f --install
-%configure --with-gtk
+%configure --with-gtk --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -88,7 +93,7 @@
 
 # Remove stuff we don't need
 find %{buildroot} -type f -name "*.la" -delete
-find %{buildroot} -type f -name "*.a" -delete
+#find %{buildroot} -type f -name "*.a" -delete
 rm -fr %{buildroot}%{_datarootdir}/doc/%{name}
 
 %post -n %{soname} -p /sbin/ldconfig


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to