Hello community,

here is the log from the commit of package shunit2 for openSUSE:Factory checked 
in at 2016-04-28 16:55:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shunit2 (Old)
 and      /work/SRC/openSUSE:Factory/.shunit2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shunit2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/shunit2/shunit2.changes  2013-05-27 
10:01:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shunit2.new/shunit2.changes     2016-04-28 
16:58:38.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Apr 20 15:29:17 UTC 2016 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Update project url
+
+-------------------------------------------------------------------
+Wed Apr 20 13:34:37 UTC 2016 - [email protected]
+
+- spec update: installed shunit2 binary to bindir
+
+-------------------------------------------------------------------
@@ -11 +21,0 @@
-

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

Other differences:
------------------
++++++ shunit2.spec ++++++
--- /var/tmp/diff_new_pack.aZOKuB/_old  2016-04-28 16:58:40.000000000 +0200
+++ /var/tmp/diff_new_pack.aZOKuB/_new  2016-04-28 16:58:40.000000000 +0200
@@ -1,31 +1,36 @@
 #
 # spec file for package shunit2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define SHUNIT_HOME  /usr/share/shunit2
 
+%define SHUNIT_HOME  %{_datadir}/shunit2
 Name:     shunit2
-Summary:  Test Framework for Bourne Based Shell Scripts
 Version:  2.1.6
 Release:  0
+Summary:        Test Framework for Bourne Based Shell Scripts
+License:        LGPL-2.1
+Group:          Development/Languages/Other
+Url:            https://github.com/kward/shunit2 
 Source0:  %{name}-%{version}.tgz
 Source1:  lgpl-2.1.txt
 Patch0:   %{name}-gen_test_results.sh.diff
 Patch1:   %{name}-examples.diff
-License:  LGPL-2.1
-Group:    Development/Languages/Other
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
-BuildArch: noarch
-# Vendor:  
-URL:      http://code.google.com/p/shunit2
 BuildRequires: bash
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 shUnit2 is a xUnit unit test framework for Bourne based shell scripts, 
@@ -33,11 +38,10 @@
 If you have ever had the desire to write a unit test for a shell 
 script, shUnit2 can do the job. 
 
-
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 # Use the correct version and overwrite it:
-cp %{S:1} doc/LGPL-2.1
+cp %{SOURCE1} doc/LGPL-2.1
 
 %patch0
 %patch1
@@ -49,14 +53,11 @@
   sed -i 's#@SHUNIT_HOME@#%{SHUNIT_HOME}#g' $i
 done
 
-
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{SHUNIT_HOME}
-
-install -m 755 bin/gen_test_results.sh $RPM_BUILD_ROOT%{_bindir}
-cp -a lib src  $RPM_BUILD_ROOT%{SHUNIT_HOME}
-
+mkdir -p %{buildroot}%{_bindir} %{buildroot}%{SHUNIT_HOME}
 
+install -m 755 src/shunit2 %{buildroot}%{_bindir}
+cp -a lib src  %{buildroot}%{SHUNIT_HOME}
 
 %files 
 %defattr(-,root,root)
@@ -68,5 +69,4 @@
 %{SHUNIT_HOME}/src/*
 %{SHUNIT_HOME}/lib/*
 
-
 %changelog


Reply via email to