Browse Source

updated 2 packages

libedit-3.1-5.20210216

libnl3-3.5.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12542 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
132e68617c
2 changed files with 44 additions and 18 deletions
  1. 21 7
      lib/libe/libedit/libedit-vl.spec
  2. 23 11
      lib/libn/libnl3/libnl3-vl.spec

+ 21 - 7
lib/libe/libedit/libedit-vl.spec

@@ -1,15 +1,15 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
-%define snap 20191231
+%define snap 20210216
 
 Summary:	The NetBSD Editline library
 Summary(ja):	NetBSD Editline ライブラリ
 Name:		libedit
 Version:	3.1
-Release:	4.%{snap}%{?_dist_release}
+Release:	5.%{snap}%{?_dist_release}
+Group:		system
+
 License:	BSD
-Group:		System Environment/Libraries
 URL:		http://thrysoee.dk/editline/
-
 Source0:	http://thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
@@ -21,10 +21,11 @@ Libedit is an autotool- and libtoolized port of the NetBSD Editline library.
 It provides generic line editing, history, and tokenization functions, similar
 to those found in GNU Readline.
 
+
 %package devel
 Summary:	Development files for %{name}
 Summary(ja):	%{name} の開発ファイル
-Group:		Development/Libraries
+Group:		programming
 
 Requires:	%{name} = %{version}-%{release}
 Requires:	pkgconfig
@@ -37,7 +38,7 @@ This package contains development files for %{name}.
 %package -n compat32-%{name}
 Summary:	The NetBSD Editline library
 Summary(ja):	NetBSD Editline ライブラリ
-Group:		System Environment/Libraries
+Group:		system,legacy
 Requires: 	%{name} = %{version}-%{release}
 
 %description -n compat32-%{name}
@@ -45,10 +46,11 @@ Libedit is an autotool- and libtoolized port of the NetBSD Editline library.
 It provides generic line editing, history, and tokenization functions, similar
 to those found in GNU Readline.
 
+
 %package -n compat32-%{name}-devel
 Summary:	Development files for %{name}
 Summary(ja):	%{name} の開発ファイル
-Group: 		Development/Libraries
+Group:		programming,legacy
 Requires: 	%{name}-devel = %{version}-%{release}
 Requires: 	compat32-%{name} = %{version}-%{release}
 Requires: 	compat32-pkgconfig
@@ -57,6 +59,10 @@ Requires: 	compat32-ncurses-devel
 %description -n compat32-%{name}-devel
 This package contains development files for %{name}.
 
+
+%debug_package
+
+
 %prep
 %setup -q -n %{name}-%{snap}-%{version}
 
@@ -64,6 +70,7 @@ This package contains development files for %{name}.
 iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
   --output ChangeLog.utf-8 && mv ChangeLog.utf-8 ./ChangeLog
 
+
 %build
 %configure --disable-static --enable-widec
 
@@ -72,6 +79,7 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
 
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -80,9 +88,11 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
 
 %__mv $RPM_BUILD_ROOT%{_mandir}/man3/history.3 $RPM_BUILD_ROOT%{_mandir}/man3/history_libedit.3
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -91,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n compat32-%{name} -p /sbin/ldconfig
 %endif
 
+
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -122,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1-5.20210216
+- updated to 3.1-20210216.
+
 * Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1-4.20191231
 - updated to 3.1-20191231.
 

+ 23 - 11
lib/libn/libnl3/libnl3-vl.spec

@@ -2,29 +2,28 @@ Name: libnl3
 Summary: Convenience library for kernel netlink sockets
 Summary(ja): Netlink ソケットの利用に便利なライブラリ
 Version: 3.5.0
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
 
-Group: System Environment/Libraries
 License: LGPLv2
 URL: http://www.infradead.org/~tgr/libnl/
-
-Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{version}.tar.gz
+Source: https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-%{version}.tar.gz
 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
 network manipulation
 
+
 %package devel
 Summary: Libraries and headers for using libnl3
 Summary(ja): Libnl3 の開発用ファイル
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-cli = %{version}-%{release}
 Requires: kernel-headers
@@ -32,35 +31,44 @@ Requires: kernel-headers
 %description devel
 This package contains various headers for using libnl3
 
+
 %package cli
 Summary: Command line interface utils for libnl3
 Summary(ja): Libnl3 のコマンドラインインターフェース
-Group: Development/Tools
+Group: network,admin-tools
 Requires: %{name} = %{version}-%{release}
 
 %description cli
 This package contains various libnl3 utils and additional
 libraries on which they depend
 
+
+%debug_package
+
+
 %prep
 %setup -q -n libnl-%{version}
 
+
 %build
 %configure --bindir=%{_sbindir} --disable-static
 make %{?_smp_mflags}
 
+
 %install
 make install DESTDIR=%{buildroot}
 
 rm -f %{buildroot}%{_bindir}/*
 find %{buildroot} -name \*.la -delete
 
-%post -p /sbin/ldconfig
-%post cli -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+
+%post cli -p /sbin/ldconfig
 %postun cli -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -84,7 +92,11 @@ find %{buildroot} -name \*.la -delete
 %{_sbindir}/*
 %{_mandir}/man8/* 
 
+
 %changelog
+* Sun Feb 21 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.0-2
+- rebuilt with current environment.
+
 * Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.0-1
 - new upstream release.