Hello community, here is the log from the commit of package libmnl for openSUSE:Factory checked in at 2014-12-17 19:16:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmnl (Old) and /work/SRC/openSUSE:Factory/.libmnl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmnl" Changes: -------- --- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes 2014-10-11 19:25:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes 2014-12-17 19:15:50.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 9 11:59:51 UTC 2014 - [email protected] + +- Remove extra directory pkg, one level is enough. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmnl.spec ++++++ --- /var/tmp/diff_new_pack.wCpZM8/_old 2014-12-17 19:15:51.000000000 +0100 +++ /var/tmp/diff_new_pack.wCpZM8/_new 2014-12-17 19:15:51.000000000 +0100 @@ -17,13 +17,13 @@ Name: libmnl -Summary: Minimalistic Netlink communication library -License: LGPL-2.1+ -Group: Productivity/Networking/Security %define lname %{name}0 Version: 1.0.3 Release: 0 Url: http://netfilter.org/projects/libmnl/ +Summary: Minimalistic Netlink communication library +License: LGPL-2.1+ +Group: Productivity/Networking/Security #Git-Clone: git://git.netfilter.org/libmnl Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2 @@ -72,15 +72,14 @@ if [ ! -e configure ]; then autoreconf -fi; fi; -%configure --includedir="%_includedir/pkg/%name" +%configure --includedir="%_includedir/%name" make %{?_smp_mflags} %install %make_install -rm -f "%buildroot/%_libdir"/*.la; +rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig - %postun -n %lname -p /sbin/ldconfig %files -n %lname @@ -89,7 +88,7 @@ %files -n %name-devel %defattr(-,root,root) -%_includedir/pkg/ +%_includedir/%name/ %_libdir/libmnl.so %_libdir/pkgconfig/libmnl.pc -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
