Hello community,

here is the log from the commit of package libnl-1_1 for openSUSE:Factory 
checked in at 2012-12-28 22:44:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnl-1_1 (Old)
 and      /work/SRC/openSUSE:Factory/.libnl-1_1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnl-1_1", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnl-1_1/libnl-1_1.changes      2012-01-06 
11:45:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libnl-1_1.new/libnl-1_1.changes 2012-12-28 
22:44:30.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec 19 10:04:54 UTC 2012 - jeng...@inai.de
+
+- Have package build successfully with non-SUSE
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libnl-1_1.spec ++++++
--- /var/tmp/diff_new_pack.6VVtcM/_old  2012-12-28 22:44:31.000000000 +0100
+++ /var/tmp/diff_new_pack.6VVtcM/_new  2012-12-28 22:44:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libnl-1_1
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           libnl-1_1
 %define lname  libnl-1_1-1
 Summary:        Convenience library for kernel netlink sockets
-Group:          Development/Libraries/Other
 License:        LGPL-2.1
+Group:          Development/Libraries/Other
 Version:        1.1
-Release:        1
+Release:        0
 # bug437293
 %ifarch ppc64
 Obsoletes:      libnl-64bit
@@ -34,7 +33,16 @@
 Source99:       baselibs.conf
 Patch0:         libnl-1.1.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig >= 0.23
+%if 0%{?suse_version} >= 1140
+BuildRequires:  linux-glibc-devel >= 2.6.23
+%endif
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires:  linux-kernel-headers >= 2.6.23
+%endif
+%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
+BuildRequires:  kernel-headers >= 2.6.23
+%endif
+BuildRequires:  pkgconfig >= 0.21
 # Added for 12.1
 Obsoletes:      libnl < %version-%release
 Provides:       libnl = %version-%release
@@ -45,6 +53,7 @@
 
 %package -n %lname
 Summary:        Convenience library for working with Netlink sockets
+License:        LGPL-2.1
 Group:          System/Libraries
 
 %description -n %lname
@@ -52,8 +61,8 @@
 netlink protocol based Linux kernel interfaces.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Convenience library for kernel netlink sockets
+License:        LGPL-2.1+
 Group:          Development/Libraries/Other
 Requires:       %name = %version-%release
 # bug437293
@@ -79,7 +88,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 mkdir -p %buildroot/%_libdir/pkgconfig
 mv %buildroot/%_lib/pkgconfig/* %buildroot/%_libdir/pkgconfig
 

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

Reply via email to