Hello community,

here is the log from the commit of package kismet for openSUSE:Factory
checked in at Wed Sep 28 14:24:51 CEST 2011.



--------
--- kismet/kismet.changes       2010-04-15 17:11:45.000000000 +0200
+++ /mounts/work_src_done/STABLE/kismet/kismet.changes  2011-09-27 
16:22:01.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Sep 27 14:18:18 UTC 2011 - idon...@suse.com
+
+- Cleanup spec file and fix build for < openSUSE 12.1 
+
+-------------------------------------------------------------------
+Fri Sep 16 12:02:37 UTC 2011 - jeng...@medozas.de
+
+- Select libnl-1_1-devel
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ kismet.spec ++++++
--- /var/tmp/diff_new_pack.wdI4NF/_old  2011-09-28 14:24:48.000000000 +0200
+++ /var/tmp/diff_new_pack.wdI4NF/_new  2011-09-28 14:24:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kismet (Version 2010_01_R1)
+# spec file for package kismet
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,23 +15,34 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%define realver 2010-01-R1
 
 Name:           kismet
-BuildRequires:  ImageMagick-devel gcc-c++ gmp-devel libpcap-devel wget 
wireshark-devel
-BuildRequires:  libexpat-devel libnl-devel ncurses-devel pcre-devel
 Version:        2010_01_R1
 Release:        1
-%define realver 2010-01-R1
-Requires:       wget wireless-tools
-AutoReqProv:    on
-Group:          Productivity/Networking/Diagnostic
 License:        GPLv2+
-Url:            http://www.kismetwireless.net/
 Summary:        An 802.11 Wireless Network Sniffer
+Url:            http://www.kismetwireless.net/
+Group:          Productivity/Networking/Diagnostic
 Source:         %{name}-%{realver}.tar.bz2
 Patch0:         %{name}-2010-01-R1-makefile.diff
+BuildRequires:  gcc-c++
+BuildRequires:  gmp-devel
+BuildRequires:  ImageMagick-devel
+BuildRequires:  libexpat-devel
+%if 0%{?suse_version} >= 1210
+BuildRequires:  libnl-1_1-devel
+%else
+BuildRequires:  libnl-devel
+%endif
+BuildRequires:  libpcap-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  pcre-devel
+BuildRequires:  wget
+BuildRequires:  wireshark-devel
+Requires:       wget
+Requires:       wireless-tools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,29 +56,20 @@
 sensor by Network Chemistry and is able to monitor 802.11a networks
 with cards that use the ar5k chipset.
 
-
-
-Authors:
---------
-    Mike Kershaw <drag...@kismetwireless.net>
-
 %prep
 %setup -q -n %{name}-%{realver}
 %patch0
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
-export CXXFLAGS="$RPM_OPT_FLAGS -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
+export CFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
+export CXXFLAGS="%{optflags} -Wall -fstack-protector -fno-strict-aliasing 
`ncurses5-config --cflags`"
 export LDFLAGS="-Wl,--as-needed"
 %configure --enable-ipv6 --disable-setuid
 make dep
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%makeinstall
 
 %files
 %defattr(-, root, root)


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



Remember to have fun...

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

Reply via email to