Hello community,

here is the log from the commit of package arptables for openSUSE:Factory 
checked in at 2015-04-07 09:29:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arptables (Old)
 and      /work/SRC/openSUSE:Factory/.arptables.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arptables"

Changes:
--------
--- /work/SRC/openSUSE:Factory/arptables/arptables.changes      2013-01-12 
07:51:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.arptables.new/arptables.changes 2015-04-07 
09:29:47.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Mar 29 20:52:27 UTC 2015 - [email protected]
+
+- Cleanup specfile, and note down git repo URL.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ arptables.spec ++++++
--- /var/tmp/diff_new_pack.tfAt9A/_old  2015-04-07 09:29:47.000000000 +0200
+++ /var/tmp/diff_new_pack.tfAt9A/_new  2015-04-07 09:29:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arptables
 #
-# Copyright (c) 2013 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
@@ -25,6 +25,7 @@
 %define oversion       v0.0.4
 Url:            http://ebtables.sourceforge.net/
 
+#Git-Clone:    git://git.netfilter.org/arptables
 Source:         http://downloads.sf.net/ebtables/arptables-v0.0.4.tar.gz
 Source1:        COPYING
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -41,18 +42,18 @@
 %setup -qn %name-%oversion
 
 %build
-make %{?_smp_mflags} all LIBDIR=/%{_lib} PREFIX=%_prefix 
COPT_FLAGS="$RPM_OPT_FLAGS -W -Wall"
+make %{?_smp_mflags} all PREFIX="%_prefix" COPT_FLAGS="%optflags -W -Wall"
 cp %{S:1} .
 
 %install
-make install DESTDIR=%{buildroot} LIBDIR=/%{_lib} PREFIX=%_prefix 
MANDIR=%_mandir
+%make_install PREFIX="%_prefix" MANDIR="%_mandir"
 # This is a RH-specific init script
 rm -Rf "%buildroot/etc/rc.d"
 
 %files
 %defattr(-,root,root)
 %_sbindir/arptables*
-%{_mandir}/*/arptables*
+%_mandir/*/arptables*
 %doc COPYING
 
 %changelog


Reply via email to