Hello community,

here is the log from the commit of package lowpan-tools for openSUSE:Factory 
checked in at 2016-07-15 12:49:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lowpan-tools (Old)
 and      /work/SRC/openSUSE:Factory/.lowpan-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lowpan-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lowpan-tools/lowpan-tools.changes        
2014-08-13 08:49:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lowpan-tools.new/lowpan-tools.changes   
2016-07-15 12:49:41.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul  5 19:29:19 UTC 2016 - toddrme2...@gmail.com
+
+- Spec file cleanups.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lowpan-tools.spec ++++++
--- /var/tmp/diff_new_pack.RKnCxm/_old  2016-07-15 12:49:42.000000000 +0200
+++ /var/tmp/diff_new_pack.RKnCxm/_new  2016-07-15 12:49:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lowpan-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,13 @@
 Name:           lowpan-tools
 Summary:        Utilities to manage the Linux 802.15.4 LoWPAN stack
 License:        GPL-2.0
-Group:          Hardware/Radio
+Group:          Hardware/Wifi
 Version:        0.3.1
 Release:        0
 Url:            http://linux-zigbee.sf.net/
-
 #Git-Clone:    git://linux-zigbee.git.sf.net/gitroot/linux-zigbee/linux-zigbee
-Source:         http://downloads.sf.net/linux-zigbee/%name-%version.tar.gz
+Source:         http://downloads.sf.net/linux-zigbee/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#BuildRequires:        autoconf >= 2.61, automake, libtool
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  help2man
@@ -54,7 +52,7 @@
 
 %package tests
 Summary:        Testsuite for the Linux 802.15.4 LoWPAN stack
-Group:          Development/Debug
+Group:          Development/Tools/Debuggers
 
 %description tests
 This is a set of utils to test the Linux LoWPAN stack.
@@ -70,22 +68,21 @@
 make %{?_smp_mflags};
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+%make_install
 
 %files
 %defattr(-,root,root)
-%_bindir/izchat
-%_sbindir/iz*
-%_mandir/man?/iz*
+%{_bindir}/izchat
+%{_sbindir}/iz*
+%{_mandir}/man?/iz*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/*802154.h
+%{_includedir}/*802154.h
 
 %files tests
 %defattr(-,root,root)
-%_libexecdir/%name
-%python_sitelib/test_DQ.py*
+%{_libexecdir}/%{name}
+%{python_sitelib}/test_DQ.py*
 
 %changelog


Reply via email to