Hello community, here is the log from the commit of package libdnet for openSUSE:Factory checked in at 2015-03-18 13:04:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdnet (Old) and /work/SRC/openSUSE:Factory/.libdnet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdnet" Changes: -------- --- /work/SRC/openSUSE:Factory/libdnet/libdnet.changes 2011-11-21 15:46:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libdnet.new/libdnet.changes 2015-03-18 13:04:12.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 13 13:39:24 UTC 2015 - [email protected] + +- Reorder bit with spec cleaner +- Make the descriptions bit smaller + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdnet.spec ++++++ --- /var/tmp/diff_new_pack.MyZ3LO/_old 2015-03-18 13:04:13.000000000 +0100 +++ /var/tmp/diff_new_pack.MyZ3LO/_new 2015-03-18 13:04:13.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libdnet # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,80 +16,57 @@ # - Name: libdnet -BuildRequires: libtool python-devel +Version: 1.12 +Release: 0 +Summary: Library for Simple, Portable Interface to Low Level Networking Routines License: BSD-3-Clause Group: Development/Libraries/Other -Summary: Library for Simple, Portable Interface to Low Level Networking Routines -Version: 1.12 -Release: 2 -URL: http://code.google.com/p/libdnet/ +Url: http://code.google.com/p/libdnet/ +Source0: http://libdnet.googlecode.com/files/%{name}-%{version}.tar.bz2 +Patch0: %{name}.patch +BuildRequires: libtool +BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://libdnet.googlecode.com/files/%name-%{version}.tar.bz2 -Patch0: %name.patch %description libdnet provides a simplified, portable interface to several low-level networking routines, including: - * network address manipulation - * kernel arp(4) cache and route(4) table lookup and manipulation - -* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, - ...) - +* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...) * network interface lookup and manipulation - * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device) - * raw IP packet and Ethernet frame transmission %package -n libdnet1 -Group: Development/Libraries/Other Summary: Library for Simple, Portable Interface to Low Level Networking Routines -Provides: %{name} = %{version} -#openSUSE 10.3 -Obsoletes: %{name} <= 1.11 +Group: Development/Libraries/Other %description -n libdnet1 libdnet provides a simplified, portable interface to several low-level networking routines, including: - * network address manipulation - * kernel arp(4) cache and route(4) table lookup and manipulation - -* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, - ...) - +* network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...) * network interface lookup and manipulation - * IP tunnelling (BSD/Linux tun, Universal TUN/TAP device) - * raw IP packet and Ethernet frame transmission %package devel -Group: Development/Libraries/Other Summary: Devel files for libdnet -Requires: libdnet1 = %{version} glibc-devel +Group: Development/Libraries/Other +Requires: glibc-devel +Requires: libdnet1 = %{version} %description devel libdnet provides a simplified, portable interface to several low-level networking routines, including: - - network address manipulation - - kernel arp(4) cache and route(4) table lookup and manipulation - -- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, - ...) - +- network firewalling (IP filter, ipfw, ipchains, pf, PktFilter, ...) - network interface lookup and manipulation - - IP tunnelling (BSD/Linux tun, Universal TUN/TAP device) - - raw IP packet and Ethernet frame transmission %prep @@ -97,13 +74,13 @@ %patch0 %build -ACLOCAL="aclocal -I config" autoreconf -fi +ACLOCAL="aclocal -I config" autoreconf -fvi %configure --disable-static --with-pic make %{?_smp_mflags} %install -make DESTDIR=$RPM_BUILD_ROOT install -%{__rm} -f %{buildroot}%{_libdir}/libdnet.la +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print %post -n libdnet1 -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
