Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2011-12-31 17:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnfnetlink (Old)
 and      /work/SRC/openSUSE:Factory/.libnfnetlink.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnfnetlink", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes        
2011-09-23 02:09:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2011-12-31 17:19:45.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Nov 22 15:18:35 UTC 2011 - [email protected]
+
+- Make License field SPDX compliant (bnc#731935)
+
+-------------------------------------------------------------------
+Sat Nov 19 20:43:44 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libnfnetlink.spec ++++++
--- /var/tmp/diff_new_pack.UNZJCe/_old  2011-12-31 17:19:45.000000000 +0100
+++ /var/tmp/diff_new_pack.UNZJCe/_new  2011-12-31 17:19:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libnfnetlink (Version 1.0.0+git1)
+# spec file for package libnfnetlink
 #
-# 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,22 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%define soname 0
 
 Name:           libnfnetlink
+%define libsoname      %{name}0
 Version:        1.0.0+git1
 Release:        2
-License:        GNU GPL v2
+License:        GPL-2.0
 Group:          Productivity/Networking/Security
-Url:            http://netfilter.org/projects/libnfnetlink/
-#Source:               
http://netfilter.org/projects/libnfnetlink/files/%{name}-%{version}.tar.bz2
-Source:         %{name}-%{version}.tar.xz
+URL:            http://netfilter.org/projects/libnfnetlink/
+
+#Git-Clone:    git://git.netfilter.org/libnfnetlink
+#DL-URL:       ftp://ftp.netfilter.org/pub/libnfnetlink/
+#Source:               
http://netfilter.org/projects/libnfnetlink/files/%name-%version.tar.bz2
+Source:         %name-%version.tar.xz
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  linux-kernel-headers >= 2.6.14 pkg-config xz
-Summary:        Low-Level Library for netfilter related Kernel/Userspace 
Communication
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRequires:  libtool
+Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
 
 %description
 libnfnetlink is the low-level library for netfilter related
@@ -43,15 +47,13 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%define debug_package_requires %{name}%{soname} = %{version}-%{release}
-
-%package -n %{name}%{soname}
-
+%define debug_package_requires %libsoname = %version-%release
 
+%package -n %libsoname
 Group:          System/Libraries
-Summary:        Low-Level Library for netfilter related Kernel/Userspace 
Communication
+Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
 
-%description -n %{name}%{soname}
+%description -n %libsoname
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
@@ -62,14 +64,12 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%package -n %{name}-devel
-
-
+%package -n %name-devel
 Group:          Development/Libraries/C and C++
-Requires:       %{name}%{soname} = %{version}
-Summary:        Low-Level Library for netfilter related Kernel/Userspace 
Communication
+Requires:       %libsoname = %version
+Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
 
-%description -n %{name}-devel
+%description -n %name-devel
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
@@ -81,35 +81,37 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %prep
+%if 0%{?__xz:1}
 %setup -q
+%else
+tar -xf "%{S:0}" --use=xz;
+%setup -DTq
+%endif
 
 %build
 if [ ! -e configure ]; then
        ./autogen.sh
 fi
 %configure --disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
-find %{buildroot} -name "*.la" -delete
-
-%post -n %{name}%{soname} -p /sbin/ldconfig
+find %buildroot -name "*.la" -delete
 
-%postun -n %{name}%{soname} -p /sbin/ldconfig
+%post -n %libsoname -p /sbin/ldconfig
 
-%clean
-test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
+%postun -n %libsoname -p /sbin/ldconfig
 
-%files -n %{name}%{soname}
+%files -n %libsoname
 %defattr(-,root,root)
 %doc COPYING README
-%{_libdir}/libnfnetlink.so.%{soname}*
+%_libdir/libnfnetlink.so.*
 
-%files -n %{name}-devel
+%files -n %name-devel
 %defattr(-,root,root)
-%{_includedir}/libnfnetlink
-%{_libdir}/libnfnetlink.so
-%{_libdir}/pkgconfig/libnfnetlink.pc
+%_includedir/libnfnetlink
+%_libdir/libnfnetlink.so
+%_libdir/pkgconfig/libnfnetlink.pc
 
 %changelog


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to