Hello community,

here is the log from the commit of package stan for openSUSE:Factory checked in 
at 2016-05-02 10:44:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stan (Old)
 and      /work/SRC/openSUSE:Factory/.stan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stan"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stan/stan.changes        2012-06-01 
07:24:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.stan.new/stan.changes   2016-05-02 
10:44:17.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 28 12:59:36 UTC 2016 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stan.spec ++++++
--- /var/tmp/diff_new_pack.C8yF8E/_old  2016-05-02 10:44:18.000000000 +0200
+++ /var/tmp/diff_new_pack.C8yF8E/_new  2016-05-02 10:44:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stan
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:           stan
-Url:            http://www.roqe.org/stan
+Version:        0.4.1
+Release:        0
 Summary:        Stream Analyzer
 License:        BSD-4-Clause
 Group:          System/Console
-BuildRequires:  automake
-Version:        0.4.1
-Release:        0
+Url:            http://www.roqe.org/stan
 Source:         %{name}-%{version}.tar.gz
 Patch1:         %{name}-0.4_add-errno.diff
 Patch2:         stan-0.4-optflags.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,12 +43,6 @@
 statistic, stan can give amazing results about a stream and is fun to
 work with.
 
-
-
-Authors:
---------
-    Konrad Rieck <kr at roqe dot org>
-
 %prep
 %setup -q
 %patch1 -p1
@@ -56,20 +51,15 @@
 %build
 autoreconf -fiv
 %configure 
-make 
+make %{?_smp_mflags}
 
 %install
-# make direc
-mkdir -p /usr/bin
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-rm -rf $RPM_BUILD_ROOT;
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc README LICENSE
-%attr(0755,root,root) /usr/bin/stan
-%doc %{_mandir}/man1/stan.1.gz
+%{_bindir}/stan
+%{_mandir}/man1/stan.1%{ext_man}
 
 %changelog


Reply via email to