Browse Source

libnl3-3.4.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11570 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 6 years ago
parent
commit
a686511b12
1 changed files with 12 additions and 5 deletions
  1. 12 5
      lib/libn/libnl3/libnl3-vl.spec

+ 12 - 5
lib/libn/libnl3/libnl3-vl.spec

@@ -1,8 +1,8 @@
 Name: libnl3
 Summary: Convenience library for kernel netlink sockets
 Summary(ja): Netlink ソケットの利用に便利なライブラリ
-Version: 3.2.14
-Release: 2%{?_dist_release}
+Version: 3.4.0
+Release: 1%{?_dist_release}
 
 Group: System Environment/Libraries
 License: LGPLv2
@@ -13,6 +13,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}--root
 BuildRequires:	flex
 BuildRequires:	bison
 
+Vendor:			Project Vine
+Distribution:	Vine Linux
+
 %description
 This package contains a convenience library to simplify
 using the Linux kernel's netlink sockets interface for
@@ -43,13 +46,14 @@ libraries on which they depend
 %setup -q -n libnl-%{version}
 
 %build
-%configure --disable-static
+%configure --bindir=%{_sbindir} --disable-static
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 
-find $RPM_BUILD_ROOT -name \*.la -delete
+rm -f %{buildroot}%{_bindir}/*
+find %{buildroot} -name \*.la -delete
 
 %post -p /sbin/ldconfig
 %post cli -p /sbin/ldconfig
@@ -81,6 +85,9 @@ find $RPM_BUILD_ROOT -name \*.la -delete
 %{_mandir}/man8/* 
 
 %changelog
+* Sat Mar 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.4.0-1
+- new upstream release.
+
 * Sat Oct  4 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.2.14-2
 - moved libnl3 to System Environment/Libraries Group
 - updated Japanese summary