Hello community,
here is the log from the commit of package libnetfilter_cthelper for
openSUSE:Factory checked in at 2012-09-14 12:28:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnetfilter_cthelper (Old)
and /work/SRC/openSUSE:Factory/.libnetfilter_cthelper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnetfilter_cthelper", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/libnetfilter_cthelper/libnetfilter_cthelper.changes
2012-06-12 07:09:13.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libnetfilter_cthelper.new/libnetfilter_cthelper.changes
2012-09-14 12:28:54.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 31 18:06:01 UTC 2012 - [email protected]
+
+- Rectify baselibs.conf to include the right package name
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libnetfilter_cthelper.spec ++++++
--- /var/tmp/diff_new_pack.ssFhSJ/_old 2012-09-14 12:28:55.000000000 +0200
+++ /var/tmp/diff_new_pack.ssFhSJ/_new 2012-09-14 12:28:55.000000000 +0200
@@ -30,10 +30,15 @@
Source3: baselibs.conf
Patch1: libname.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: autoconf, automake >= 1.6
-BuildRequires: libtool
+BuildRequires: autoconf
+BuildRequires: automake >= 1.6
+BuildRequires: libtool >= 2
BuildRequires: pkgconfig >= 0.21
+%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libmnl) >= 1.0.0
+%else
+BuildRequires: libmnl-devel >= 1.0.0
+%endif
BuildRequires: xz
%description
@@ -58,7 +63,12 @@
Netfilter userspace helper infrastructure.
%prep
+%if 0%{?__xz:1}
%setup -qn %name
+%else
+tar -xf "%{S:0}" --use=xz;
+%setup -DTqn %name
+%endif
%patch -P 1 -p1
%build
@@ -69,7 +79,7 @@
make %{?_smp_mflags}
%install
-%makeinstall
+make install DESTDIR="%buildroot";
rm -f "%buildroot/%_libdir"/*.la;
%post -n %lname -p /sbin/ldconfig
@@ -82,7 +92,7 @@
%files devel
%defattr(-,root,root)
-%_includedir/libnetfilter_cthelper*
+%_includedir/%name-%version
%_libdir/libnetfilter_cthelper.so
%_libdir/pkgconfig/libnetfilter_cthelper.pc
++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.ssFhSJ/_old 2012-09-14 12:28:55.000000000 +0200
+++ /var/tmp/diff_new_pack.ssFhSJ/_new 2012-09-14 12:28:55.000000000 +0200
@@ -1 +1 @@
-libnetfilter_cttimeout1
+libnetfilter_cthelper-0-0
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]