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 4 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 build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
-%define snap 20191231
+%define snap 20210216
 
 
 Summary:	The NetBSD Editline library
 Summary:	The NetBSD Editline library
 Summary(ja):	NetBSD Editline ライブラリ
 Summary(ja):	NetBSD Editline ライブラリ
 Name:		libedit
 Name:		libedit
 Version:	3.1
 Version:	3.1
-Release:	4.%{snap}%{?_dist_release}
+Release:	5.%{snap}%{?_dist_release}
+Group:		system
+
 License:	BSD
 License:	BSD
-Group:		System Environment/Libraries
 URL:		http://thrysoee.dk/editline/
 URL:		http://thrysoee.dk/editline/
-
 Source0:	http://thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
 Source0:	http://thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
 
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 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
 It provides generic line editing, history, and tokenization functions, similar
 to those found in GNU Readline.
 to those found in GNU Readline.
 
 
+
 %package devel
 %package devel
 Summary:	Development files for %{name}
 Summary:	Development files for %{name}
 Summary(ja):	%{name} の開発ファイル
 Summary(ja):	%{name} の開発ファイル
-Group:		Development/Libraries
+Group:		programming
 
 
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 Requires:	pkgconfig
 Requires:	pkgconfig
@@ -37,7 +38,7 @@ This package contains development files for %{name}.
 %package -n compat32-%{name}
 %package -n compat32-%{name}
 Summary:	The NetBSD Editline library
 Summary:	The NetBSD Editline library
 Summary(ja):	NetBSD Editline ライブラリ
 Summary(ja):	NetBSD Editline ライブラリ
-Group:		System Environment/Libraries
+Group:		system,legacy
 Requires: 	%{name} = %{version}-%{release}
 Requires: 	%{name} = %{version}-%{release}
 
 
 %description -n compat32-%{name}
 %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
 It provides generic line editing, history, and tokenization functions, similar
 to those found in GNU Readline.
 to those found in GNU Readline.
 
 
+
 %package -n compat32-%{name}-devel
 %package -n compat32-%{name}-devel
 Summary:	Development files for %{name}
 Summary:	Development files for %{name}
 Summary(ja):	%{name} の開発ファイル
 Summary(ja):	%{name} の開発ファイル
-Group: 		Development/Libraries
+Group:		programming,legacy
 Requires: 	%{name}-devel = %{version}-%{release}
 Requires: 	%{name}-devel = %{version}-%{release}
 Requires: 	compat32-%{name} = %{version}-%{release}
 Requires: 	compat32-%{name} = %{version}-%{release}
 Requires: 	compat32-pkgconfig
 Requires: 	compat32-pkgconfig
@@ -57,6 +59,10 @@ Requires: 	compat32-ncurses-devel
 %description -n compat32-%{name}-devel
 %description -n compat32-%{name}-devel
 This package contains development files for %{name}.
 This package contains development files for %{name}.
 
 
+
+%debug_package
+
+
 %prep
 %prep
 %setup -q -n %{name}-%{snap}-%{version}
 %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 \
 iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
   --output ChangeLog.utf-8 && mv ChangeLog.utf-8 ./ChangeLog
   --output ChangeLog.utf-8 && mv ChangeLog.utf-8 ./ChangeLog
 
 
+
 %build
 %build
 %configure --disable-static --enable-widec
 %configure --disable-static --enable-widec
 
 
@@ -72,6 +79,7 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
 
 
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
+
 %install
 %install
 rm -rf $RPM_BUILD_ROOT
 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
 %__mv $RPM_BUILD_ROOT%{_mandir}/man3/history.3 $RPM_BUILD_ROOT%{_mandir}/man3/history_libedit.3
 
 
+
 %clean
 %clean
 rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 
+
 %post -p /sbin/ldconfig
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 
@@ -91,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT
 %postun -n compat32-%{name} -p /sbin/ldconfig
 %postun -n compat32-%{name} -p /sbin/ldconfig
 %endif
 %endif
 
 
+
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 %license COPYING
 %license COPYING
@@ -122,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %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
 * Fri Mar 27 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1-4.20191231
 - updated to 3.1-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: Convenience library for kernel netlink sockets
 Summary(ja): Netlink ソケットの利用に便利なライブラリ
 Summary(ja): Netlink ソケットの利用に便利なライブラリ
 Version: 3.5.0
 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
 License: LGPLv2
 URL: http://www.infradead.org/~tgr/libnl/
 URL: http://www.infradead.org/~tgr/libnl/
-
+Source: https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-%{version}.tar.gz
-Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}--root
 BuildRoot: %{_tmppath}/%{name}-%{version}--root
 BuildRequires:	flex
 BuildRequires:	flex
 BuildRequires:	bison
 BuildRequires:	bison
 
 
-Vendor:			Project Vine
-Distribution:	Vine Linux
-
 %description
 %description
 This package contains a convenience library to simplify
 This package contains a convenience library to simplify
 using the Linux kernel's netlink sockets interface for
 using the Linux kernel's netlink sockets interface for
 network manipulation
 network manipulation
 
 
+
 %package devel
 %package devel
 Summary: Libraries and headers for using libnl3
 Summary: Libraries and headers for using libnl3
 Summary(ja): Libnl3 の開発用ファイル
 Summary(ja): Libnl3 の開発用ファイル
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-cli = %{version}-%{release}
 Requires: %{name}-cli = %{version}-%{release}
 Requires: kernel-headers
 Requires: kernel-headers
@@ -32,35 +31,44 @@ Requires: kernel-headers
 %description devel
 %description devel
 This package contains various headers for using libnl3
 This package contains various headers for using libnl3
 
 
+
 %package cli
 %package cli
 Summary: Command line interface utils for libnl3
 Summary: Command line interface utils for libnl3
 Summary(ja): Libnl3 のコマンドラインインターフェース
 Summary(ja): Libnl3 のコマンドラインインターフェース
-Group: Development/Tools
+Group: network,admin-tools
 Requires: %{name} = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 
 
 %description cli
 %description cli
 This package contains various libnl3 utils and additional
 This package contains various libnl3 utils and additional
 libraries on which they depend
 libraries on which they depend
 
 
+
+%debug_package
+
+
 %prep
 %prep
 %setup -q -n libnl-%{version}
 %setup -q -n libnl-%{version}
 
 
+
 %build
 %build
 %configure --bindir=%{_sbindir} --disable-static
 %configure --bindir=%{_sbindir} --disable-static
 make %{?_smp_mflags}
 make %{?_smp_mflags}
 
 
+
 %install
 %install
 make install DESTDIR=%{buildroot}
 make install DESTDIR=%{buildroot}
 
 
 rm -f %{buildroot}%{_bindir}/*
 rm -f %{buildroot}%{_bindir}/*
 find %{buildroot} -name \*.la -delete
 find %{buildroot} -name \*.la -delete
 
 
-%post -p /sbin/ldconfig
-%post cli -p /sbin/ldconfig
 
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
+
+%post cli -p /sbin/ldconfig
 %postun cli -p /sbin/ldconfig
 %postun cli -p /sbin/ldconfig
 
 
+
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 %license COPYING
 %license COPYING
@@ -84,7 +92,11 @@ find %{buildroot} -name \*.la -delete
 %{_sbindir}/*
 %{_sbindir}/*
 %{_mandir}/man8/* 
 %{_mandir}/man8/* 
 
 
+
 %changelog
 %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
 * Sat Mar 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.0-1
 - new upstream release.
 - new upstream release.