packages: ntrack/ntrack-link.patch, ntrack/ntrack.spec - rel 5; build with ...

arekm arekm at pld-linux.org
Sat Sep 17 09:06:39 CEST 2011


Author: arekm                        Date: Sat Sep 17 07:06:39 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 5; build with libnl 3.2

---- Files affected:
packages/ntrack:
   ntrack-link.patch (1.1 -> 1.2) , ntrack.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: packages/ntrack/ntrack-link.patch
diff -u packages/ntrack/ntrack-link.patch:1.1 packages/ntrack/ntrack-link.patch:1.2
--- packages/ntrack/ntrack-link.patch:1.1	Mon Apr  4 20:05:28 2011
+++ packages/ntrack/ntrack-link.patch	Sat Sep 17 09:06:34 2011
@@ -25,3 +25,16 @@
  ntrack_libnl3_la_LDFLAGS = $(ntrack_libnl_ldflags)
  endif
  
+--- ntrack-014/configure.ac~	2011-04-03 23:18:31.000000000 +0200
++++ ntrack-014/configure.ac	2011-09-17 09:04:33.941929805 +0200
+@@ -170,9 +170,7 @@
+ 
+ AM_CONDITIONAL(HAVE_QT4, test $ac_have_qt4 = 1)
+ 
+-PKG_CHECK_MODULES(LIBNL3, libnl-3.0, ac_have_libnl3=1, ac_have_libnl3=0)
+-AS_IF([test x$ac_have_libnl3 = x1],
+-	[LIBNL3_LIBS="$LIBNL3_LIBS -lnl-route"])
++PKG_CHECK_MODULES(LIBNL3, [libnl-3.0 libnl-route-3.0], ac_have_libnl3=1, ac_have_libnl3=0)
+ AC_SUBST(LIBNL3_CFLAGS)
+ AC_SUBST(LIBNL3_LIBS)
+ AM_CONDITIONAL(HAVE_LIBNL3, test $ac_have_libnl3 = 1)

================================================================
Index: packages/ntrack/ntrack.spec
diff -u packages/ntrack/ntrack.spec:1.11 packages/ntrack/ntrack.spec:1.12
--- packages/ntrack/ntrack.spec:1.11	Sat Sep 17 00:26:51 2011
+++ packages/ntrack/ntrack.spec	Sat Sep 17 09:06:34 2011
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Program
 Name:		ntrack
 Version:	0.14
-Release:	4
+Release:	5
 License:	GPL v3/LGPL v3
 Group:		Development/Libraries
 Source0:	http://launchpad.net/ntrack/main/014/+download/%{name}-%{_realver}.tar.gz
@@ -17,7 +17,7 @@
 BuildRequires:	QtCore-devel
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	libnl-devel >= 1:3.0
+BuildRequires:	libnl-devel >= 1:3.2
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	python-pygobject-devel
@@ -88,6 +88,11 @@
 %patch1 -p0
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
+CFLAGS="%{rpmcflags} -std=c99 -D_GNU_SOURCE=1"
 %configure
 
 %{__make}
@@ -155,6 +160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2011/09/17 07:06:34  arekm
+- rel 5; build with libnl 3.2
+
 Revision 1.11  2011/09/16 22:26:51  arekm
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntrack/ntrack-link.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ntrack/ntrack.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list