Browse Source

updated 9 packages

curl-7.74.0-1

freerdp-2.2.0-1

golang-1.15.6-1

jasper-2.0.23-1

libssh-0.9.5-1

nghttp2-1.42.0-1

nodejs-14.15.1-1

pulseaudio-14.0-1

samba-4.13.3-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12513 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
44eafef088

+ 4 - 1
c/curl/curl-vl.spec

@@ -7,7 +7,7 @@
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary: A utility for getting files from remote servers (FTP, HTTP, and others).
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Summary(ja): リモートサーバ(FTP,HTTPなど)からファイルを取得するためのユーティリティ
 Name: curl 
 Name: curl 
-Version: 7.73.0
+Version: 7.74.0
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
 Group: internet
 Group: internet
 Vendor: Project Vine
 Vendor: Project Vine
@@ -215,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 
 
 %changelog
 %changelog
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.74.0-1
+- new upstream release.
+
 * Tue Nov 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.73.0-1
 * Tue Nov 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.73.0-1
 - new upstream release.
 - new upstream release.
 - updated Patch0101 and Patch0104.
 - updated Patch0101 and Patch0104.

+ 7 - 7
f/freerdp/freerdp-vl.spec

@@ -3,9 +3,9 @@
 Name:           freerdp
 Name:           freerdp
 Summary:        Remote Desktop Protocol client
 Summary:        Remote Desktop Protocol client
 Summary(ja):    リモートデスクトッププロトコルクライアント
 Summary(ja):    リモートデスクトッププロトコルクライアント
-Version:        2.1.2
+Version:        2.2.0
 Release:        1%{?rcnumber:.%{rcnumber}}%{?_dist_release}
 Release:        1%{?rcnumber:.%{rcnumber}}%{?_dist_release}
-Group:          Applications/Internet
+Group:          office,internet
 Vendor:         Project Vine
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
 
 
@@ -47,7 +47,7 @@ machines, xrdp and VirtualBox.
 %package        libs
 %package        libs
 Summary:        Core libraries implementing the RDP protocol
 Summary:        Core libraries implementing the RDP protocol
 Summary(ja):    RDPプロトコル実装のコアライブラリ
 Summary(ja):    RDPプロトコル実装のコアライブラリ
-Group:          System Environment/Libraries
+Group:          system
 
 
 %description    libs
 %description    libs
 libfreerdp implements the core of the RDP protocol.
 libfreerdp implements the core of the RDP protocol.
@@ -61,7 +61,7 @@ libfreerdpkbd implements functionality for handling keyboards in X.
 %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}-libs = %{version}-%{release}
 Requires:       %{name}-libs = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       pkgconfig
 
 
@@ -141,10 +141,7 @@ rm -rf %{buildroot}
 # This is no gtk application, but try to integrate nicely with GNOME if it is available
 # This is no gtk application, but try to integrate nicely with GNOME if it is available
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
-
 %post libs -p /sbin/ldconfig
 %post libs -p /sbin/ldconfig
-
-
 %postun libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
 
 
 
@@ -175,6 +172,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 
 
 %changelog
 %changelog
+* Sun Dec 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.0-1
+- updated to 2.2.0.
+
 * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.2-1
 * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.2-1
 - updated to 2.1.2.
 - updated to 2.1.2.
 
 

+ 5 - 1
g/golang/golang-vl.spec

@@ -75,7 +75,7 @@
 %global gohostarch  386
 %global gohostarch  386
 %endif
 %endif
 
 
-%global go_version 1.15.5
+%global go_version 1.15.6
 %global go_api %(echo "%{version}" | cut -d . -f 1,2)
 %global go_api %(echo "%{version}" | cut -d . -f 1,2)
 
 
 Summary:        The Go Programming Language
 Summary:        The Go Programming Language
@@ -411,7 +411,11 @@ fi
 %files -f go-shared.list shared
 %files -f go-shared.list shared
 %endif
 %endif
 
 
+
 %changelog
 %changelog
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.15.6-1
+- new upstream release.
+
 * Thu Nov 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.15.5-1
 * Thu Nov 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.15.5-1
 - new upstream release.
 - new upstream release.
 
 

+ 8 - 1
j/jasper/jasper-vl.spec

@@ -2,7 +2,7 @@
 
 
 Name:           jasper
 Name:           jasper
 Summary:        implementation of the JPEG-2000 standard, Part 1
 Summary:        implementation of the JPEG-2000 standard, Part 1
-Version:        2.0.19
+Version:        2.0.23
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
 Group:          graphics
 Group:          graphics
 Vendor:         Project Vine
 Vendor:         Project Vine
@@ -71,6 +71,9 @@ Group:   system
 This package contains runtime libraries for JasPer.
 This package contains runtime libraries for JasPer.
 
 
 
 
+%debug_package
+
+
 %prep
 %prep
 %setup -q -n %{name}-version-%{version}
 %setup -q -n %{name}-version-%{version}
 
 
@@ -140,7 +143,11 @@ make test -C builder
 %{_libdir}/pkgconfig/jasper.pc
 %{_libdir}/pkgconfig/jasper.pc
 %endif
 %endif
 
 
+
 %changelog
 %changelog
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.23-1
+- new upstream release.
+
 * Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.19-1
 * Fri Sep 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.19-1
 - new upstream release.
 - new upstream release.
 
 

+ 20 - 8
lib/libs/libssh/libssh-vl.spec

@@ -3,9 +3,9 @@
 Summary:        A library implementing the SSH2 protocol
 Summary:        A library implementing the SSH2 protocol
 Summary(ja):    SSH2プロトコルを実装するためのライブラリ
 Summary(ja):    SSH2プロトコルを実装するためのライブラリ
 Name:           libssh
 Name:           libssh
-Version:        0.9.4
-Release:        2%{?_dist_release}
-Group:          System Environment/Libraries
+Version:        0.9.5
+Release:        1%{?_dist_release}
+Group:          system
 Vendor:         Project Vine
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
 
 
@@ -17,8 +17,6 @@ Source0:        https://www.libssh.org/files/%{shortver}/%{name}-%{version}.tar.
 # security fix
 # security fix
 # Nothing so far.
 # Nothing so far.
 # Patch100:		libssh-0.4.8-pkgconfig.patch
 # Patch100:		libssh-0.4.8-pkgconfig.patch
-Patch1000:      CVE-2020-16135-1.patch
-Patch1001:      CVE-2020-16135-2.patch
 
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 
@@ -35,10 +33,11 @@ The SSH library with
 - usable SFTP implementation
 - usable SFTP implementation
 - Public key and password authentication
 - Public key and password authentication
 
 
+
 %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
 
 
@@ -46,10 +45,11 @@ Requires:        pkgconfig
 The %{name}-devel package contains libraries and header files for
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 developing applications that use %{name}.
 
 
+
 %package -n compat32-%{name}
 %package -n compat32-%{name}
 Summary:        A library implementing the SSH2 protocol
 Summary:        A library implementing the SSH2 protocol
 Summary(ja):    SSH2プロトコルを実装するためのライブラリ
 Summary(ja):    SSH2プロトコルを実装するためのライブラリ
-Group:          System Environment/Libraries
+Group:          system
 
 
 %description -n compat32-%{name}
 %description -n compat32-%{name}
 The SSH library with
 The SSH library with
@@ -60,10 +60,15 @@ The SSH library with
 - usable SFTP implementation
 - usable SFTP implementation
 - Public key and password authentication
 - Public key and password authentication
 
 
+
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 %autopatch -p1
 %autopatch -p1
 
 
+
 %build
 %build
 mkdir -p %{_target_platform}
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 pushd %{_target_platform}
@@ -75,18 +80,21 @@ make %{?_smp_mflags} -C %{_target_platform}
 #configure --disable-static --enable-shared
 #configure --disable-static --enable-shared
 #make # doesn't build with %{?_smp_mflags}
 #make # doesn't build with %{?_smp_mflags}
 
 
+
 %install
 %install
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 
 
 make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 
+
 %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
 
 
+
 %files
 %files
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 %license COPYING
 %license COPYING
@@ -107,6 +115,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.5-1
+- new upstream release.
+- dropped Patch1000 and 1001: fixed in upstream.
+
 * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.4-2
 * Tue Aug 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.9.4-2
 - added Patch1000 and 1001 to fix CVE-2020-16135.
 - added Patch1000 and 1001 to fix CVE-2020-16135.
 
 

+ 12 - 6
n/nghttp2/nghttp2-vl.spec

@@ -8,9 +8,9 @@
 Summary: Experimental HTTP/2 client, server and proxy
 Summary: Experimental HTTP/2 client, server and proxy
 Summary(ja): HTTP/2クライアント・サーバ・プロキシの実験的実装
 Summary(ja): HTTP/2クライアント・サーバ・プロキシの実験的実装
 Name: nghttp2
 Name: nghttp2
-Version: 1.41.0
+Version: 1.42.0
 Release: 1%{?_dist_release}
 Release: 1%{?_dist_release}
-Group: Applications/Internet
+Group: internet
 Vendor: Project Vine
 Vendor: Project Vine
 Distribution: Vine Linux
 Distribution: Vine Linux
 
 
@@ -47,7 +47,7 @@ This package contains the HTTP/2 client, server and proxy programs.
 %package -n libnghttp2
 %package -n libnghttp2
 Summary: A library implementing the HTTP/2 protocol
 Summary: A library implementing the HTTP/2 protocol
 Summary(ja): HTTP/2ライブラリ
 Summary(ja): HTTP/2ライブラリ
-Group: Development/Libraries
+Group: system
 
 
 %description -n libnghttp2
 %description -n libnghttp2
 libnghttp2 is a library implementing the Hypertext Transfer Protocol
 libnghttp2 is a library implementing the Hypertext Transfer Protocol
@@ -61,7 +61,7 @@ version 2 (HTTP/2) protocol in C.
 %package -n libnghttp2-devel
 %package -n libnghttp2-devel
 Summary: Files needed for building applications with libnghttp2
 Summary: Files needed for building applications with libnghttp2
 Summary(ja): libnghttp2を利用するアプリケーションをビルドするために必要なファイル
 Summary(ja): libnghttp2を利用するアプリケーションをビルドするために必要なファイル
-Group: Development/Libraries
+Group: programming
 Requires: libnghttp2%{?_isa} = %{version}-%{release}
 Requires: libnghttp2%{?_isa} = %{version}-%{release}
 Requires: pkgconfig
 Requires: pkgconfig
 
 
@@ -78,7 +78,7 @@ for building applications with libnghttp2.
 %package -n compat32-libnghttp2
 %package -n compat32-libnghttp2
 Summary: A library implementing the HTTP/2 protocol
 Summary: A library implementing the HTTP/2 protocol
 Summary(ja): HTTP/2ライブラリ
 Summary(ja): HTTP/2ライブラリ
-Group: Development/Libraries
+Group: system
 
 
 %description -n compat32-libnghttp2
 %description -n compat32-libnghttp2
 libnghttp2 is a library implementing the Hypertext Transfer Protocol
 libnghttp2 is a library implementing the Hypertext Transfer Protocol
@@ -92,7 +92,7 @@ version 2 (HTTP/2) protocol in C.
 %package -n compat32-libnghttp2-devel
 %package -n compat32-libnghttp2-devel
 Summary: Files needed for building applications with libnghttp2
 Summary: Files needed for building applications with libnghttp2
 Summary(ja): libnghttp2を利用するアプリケーションをビルドするために必要なファイル
 Summary(ja): libnghttp2を利用するアプリケーションをビルドするために必要なファイル
-Group: Development/Libraries
+Group: programming
 Requires: compat32-libnghttp2%{?_isa} = %{version}-%{release}
 Requires: compat32-libnghttp2%{?_isa} = %{version}-%{release}
 Requires: pkgconfig
 Requires: pkgconfig
 
 
@@ -106,6 +106,9 @@ for building applications with libnghttp2.
 す。
 す。
 
 
 
 
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 
 
@@ -211,6 +214,9 @@ make %{?_smp_mflags} check
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Wed Dec 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.42.0-1
+- new upstream release.
+
 * Tue Jun 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.41.0-1
 * Tue Jun 09 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.41.0-1
 - new upstream release.
 - new upstream release.
 
 

+ 4 - 1
n/nodejs/nodejs-vl.spec

@@ -14,7 +14,7 @@
 %define _unpackaged_files_terminate_build 1
 %define _unpackaged_files_terminate_build 1
 
 
 Name:           nodejs
 Name:           nodejs
-Version:        12.18.4
+Version:        14.15.1
 Release:        1%{?_dist_release}
 Release:        1%{?_dist_release}
 Summary:        JavaScript runtime
 Summary:        JavaScript runtime
 Summary(ja):    JavaScript ランタイム
 Summary(ja):    JavaScript ランタイム
@@ -292,6 +292,9 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 
 
 
 
 %changelog
 %changelog
+* Mon Dec 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.15.1-1
+- updated to 14.15.1.
+
 * Thu Oct 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.18.4-1
 * Thu Oct 01 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 12.18.4-1
 - updated to 12.18.4.
 - updated to 12.18.4.
 
 

+ 42 - 21
p/pulseaudio/pulseaudio-vl.spec

@@ -1,16 +1,16 @@
 %bcond_with systemd
 %bcond_with systemd
 
 
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
-%define drvver 13.0
+%define drvver 14.0
 
 
 %define _unpackaged_files_terminate_build 1
 %define _unpackaged_files_terminate_build 1
 
 
 Name:		pulseaudio
 Name:		pulseaudio
 Summary: 	PulseAudio sound server
 Summary: 	PulseAudio sound server
 Summary(ja): 	PulseAudio サウンドサーバ
 Summary(ja): 	PulseAudio サウンドサーバ
-Version:	13.0
+Version:	14.0
 Release:	1%{?_dist_release}%{?with_systemd:.systemd}
 Release:	1%{?_dist_release}%{?with_systemd:.systemd}
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Vendor:		Project Vine
 Vendor:		Project Vine
 Distribution:	Vine Linux
 Distribution:	Vine Linux
 Packager:	daisuke
 Packager:	daisuke
@@ -67,10 +67,11 @@ PulseAudio is a sound server for Linux and other Unix like operating
 systems. It is intended to be an improved drop-in replacement for the 
 systems. It is intended to be an improved drop-in replacement for the 
 Enlightened Sound Daemon (ESOUND).
 Enlightened Sound Daemon (ESOUND).
 
 
+
 %package esound-compat
 %package esound-compat
 Summary:	PulseAudio EsounD daemon compatibility script
 Summary:	PulseAudio EsounD daemon compatibility script
 Summary(ja):	PulseAudio EsounD デーモン互換スクリプト
 Summary(ja):	PulseAudio EsounD デーモン互換スクリプト
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 Provides:	esound
 Provides:	esound
 Obsoletes:      esound
 Obsoletes:      esound
@@ -79,39 +80,43 @@ Obsoletes:      esound
 A compatibility script that allows applications to call /usr/bin/esd
 A compatibility script that allows applications to call /usr/bin/esd
 and start PulseAudio with EsounD protocol modules.
 and start PulseAudio with EsounD protocol modules.
 
 
+
 %package module-lirc
 %package module-lirc
 Summary:	LIRC support for the PulseAudio sound server
 Summary:	LIRC support for the PulseAudio sound server
 Summary(ja):	PulseAudio サウンドサーバ用 LIRC サポート
 Summary(ja):	PulseAudio サウンドサーバ用 LIRC サポート
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
 
 %description module-lirc
 %description module-lirc
 LIRC volume control module for the PulseAudio sound server.
 LIRC volume control module for the PulseAudio sound server.
 
 
+
 %package module-x11
 %package module-x11
 Summary:	X11 support for the PulseAudio sound server
 Summary:	X11 support for the PulseAudio sound server
 Summary(ja):	PulseAudio サウンドサーバ用 X11 サポート
 Summary(ja):	PulseAudio サウンドサーバ用 X11 サポート
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-utils  = %{version}-%{release}
 Requires:	%{name}-utils  = %{version}-%{release}
 
 
 %description module-x11
 %description module-x11
 X11 bell and security modules for the PulseAudio sound server.
 X11 bell and security modules for the PulseAudio sound server.
 
 
+
 %package module-zeroconf
 %package module-zeroconf
 Summary:	Zeroconf support for the PulseAudio sound server
 Summary:	Zeroconf support for the PulseAudio sound server
 Summary(ja):	PulseAudio サウンドサーバ用 Zeroconf サポート
 Summary(ja):	PulseAudio サウンドサーバ用 Zeroconf サポート
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name}-utils
 Requires:	%{name}-utils
 
 
 %description module-zeroconf
 %description module-zeroconf
 Zeroconf publishing module for the PulseAudio sound server.
 Zeroconf publishing module for the PulseAudio sound server.
 
 
+
 %package module-bluetooth
 %package module-bluetooth
 Summary:	Bluetooth proximity support for the PulseAudio sound server
 Summary:	Bluetooth proximity support for the PulseAudio sound server
 Summary(ja):	PulseAudio サウンドサーバ用 Bluetooth 近接検知サポート
 Summary(ja):	PulseAudio サウンドサーバ用 Bluetooth 近接検知サポート
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
 
 %description module-bluetooth
 %description module-bluetooth
@@ -119,38 +124,42 @@ Contains a module that can be used to automatically turn down the volume if
 a bluetooth mobile phone leaves the proximity or turn it up again if it enters the
 a bluetooth mobile phone leaves the proximity or turn it up again if it enters the
 proximity again
 proximity again
 
 
+
 %package module-jack
 %package module-jack
 Summary:	JACK support for the PulseAudio sound server
 Summary:	JACK support for the PulseAudio sound server
 Summary(ja):	PulseAudio サウンドサーバ用 JACK サポート
 Summary(ja):	PulseAudio サウンドサーバ用 JACK サポート
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
 
 %description module-jack
 %description module-jack
 JACK sink and source modules for the PulseAudio sound server.
 JACK sink and source modules for the PulseAudio sound server.
 
 
+
 %package module-gconf
 %package module-gconf
 Summary:	GConf support for the PulseAudio sound server
 Summary:	GConf support for the PulseAudio sound server
 Summary(ja):	PulseAudio サウンドサーバ用 GConf サポート
 Summary(ja):	PulseAudio サウンドサーバ用 GConf サポート
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name} = %{version}-%{release}
 Requires:	%{name} = %{version}-%{release}
 
 
 %description module-gconf
 %description module-gconf
 GConf configuration backend for the PulseAudio sound server.
 GConf configuration backend for the PulseAudio sound server.
 
 
+
 %package module-gsettings
 %package module-gsettings
 Summary:	Gsettings support for the PulseAudio sound server
 Summary:	Gsettings support for the PulseAudio sound server
 Summary(ja):	PulseAudio サウンドサーバ用 gsetting サポート
 Summary(ja):	PulseAudio サウンドサーバ用 gsetting サポート
-Group:		System Environment/Daemons
+Group:		servers,multimedia
 Requires:	%{name}%{?_isa} = %{version}-%{release}
 Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 
 %description module-gsettings
 %description module-gsettings
 GSettings configuration backend for the PulseAudio sound server.
 GSettings configuration backend for the PulseAudio sound server.
 
 
+
 %package libs
 %package libs
 Summary:	Libraries for PulseAudio clients
 Summary:	Libraries for PulseAudio clients
 Summary(ja):	PulseAudio クライアントライブラリ
 Summary(ja):	PulseAudio クライアントライブラリ
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		System Environment/Libraries
+Group:		system
 Provides:	pulseaudio-lib
 Provides:	pulseaudio-lib
 Obsoletes:      pulseaudio-lib
 Obsoletes:      pulseaudio-lib
 Provides:	%{name}-libs-zeroconf = %{version}
 Provides:	%{name}-libs-zeroconf = %{version}
@@ -160,21 +169,23 @@ Obsoletes:	%{name}-libs-zeroconf < 1.0
 This package contains the runtime libraries for any application that wishes
 This package contains the runtime libraries for any application that wishes
 to interface with a PulseAudio sound server.
 to interface with a PulseAudio sound server.
 
 
+
 %package core-libs
 %package core-libs
 Summary:        Core libraries for the PulseAudio sound server.
 Summary:        Core libraries for the PulseAudio sound server.
 Summary(ja):    PulseAudio サウンドサーバコアライブラリ
 Summary(ja):    PulseAudio サウンドサーバコアライブラリ
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		System Environment/Libraries
+Group:		system
 
 
 %description core-libs
 %description core-libs
 This package contains runtime libraries that are used internally in the
 This package contains runtime libraries that are used internally in the
 PulseAudio sound server.
 PulseAudio sound server.
 
 
+
 %package libs-glib2
 %package libs-glib2
 Summary:	GLIB 2.x bindings for PulseAudio clients
 Summary:	GLIB 2.x bindings for PulseAudio clients
 Summary(ja):	PulseAudio クライアント用 GLIB 2.x バインディング
 Summary(ja):	PulseAudio クライアント用 GLIB 2.x バインディング
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		System Environment/Libraries
+Group:		system
 Provides:	pulseaudio-lib-glib2
 Provides:	pulseaudio-lib-glib2
 Obsoletes:      pulseaudio-lib-glib2
 Obsoletes:      pulseaudio-lib-glib2
 
 
@@ -182,11 +193,12 @@ Obsoletes:      pulseaudio-lib-glib2
 This package contains bindings to integrate the PulseAudio client library with
 This package contains bindings to integrate the PulseAudio client library with
 a GLIB 2.x based application.
 a GLIB 2.x based application.
 
 
+
 %package libs-devel
 %package libs-devel
 Summary:	Headers and libraries for PulseAudio client development
 Summary:	Headers and libraries for PulseAudio client development
 Summary(ja):	PulseAudio クライアント開発用ヘッダおよびライブラリ
 Summary(ja):	PulseAudio クライアント開発用ヘッダおよびライブラリ
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		Development/Libraries
+Group:		programming
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	%{name}-libs-glib2 = %{version}-%{release}
 Requires:	%{name}-libs-glib2 = %{version}-%{release}
 Requires:       pkgconfig glib2-devel
 Requires:       pkgconfig glib2-devel
@@ -197,21 +209,23 @@ Obsoletes:      pulseaudio-lib-devel
 Headers and libraries for developing applications that can communicate with
 Headers and libraries for developing applications that can communicate with
 a PulseAudio sound server.
 a PulseAudio sound server.
 
 
+
 %package utils
 %package utils
 Summary:	PulseAudio sound server utilities
 Summary:	PulseAudio sound server utilities
 Summary(ja):	PulseAudio サウンドサーバユーティリティ
 Summary(ja):	PulseAudio サウンドサーバユーティリティ
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		Applications/Multimedia
+Group:		multimedia
 Requires:	%{name}-libs = %{version}-%{release}
 Requires:	%{name}-libs = %{version}-%{release}
 
 
 %description utils
 %description utils
 This package contains command line utilities for the PulseAudio sound server.
 This package contains command line utilities for the PulseAudio sound server.
 
 
+
 %package gdm-hooks
 %package gdm-hooks
 Summary:        PulseAudio GDM integration
 Summary:        PulseAudio GDM integration
 Summary(ja):    PulseAudio GDM 統合
 Summary(ja):    PulseAudio GDM 統合
 License:        LGPLv2+
 License:        LGPLv2+
-Group:          Applications/Multimedia
+Group:          multimedia
 Requires:       gdm >= 2.22.0
 Requires:       gdm >= 2.22.0
 # for the gdm user
 # for the gdm user
 Requires(pre):  gdm
 Requires(pre):  gdm
@@ -225,7 +239,7 @@ This package contains GDM integration hooks for the PulseAudio sound server.
 Summary:	Libraries for PulseAudio clients
 Summary:	Libraries for PulseAudio clients
 Summary(ja):	PulseAudio クライアントライブラリ
 Summary(ja):	PulseAudio クライアントライブラリ
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		System Environment/Libraries
+Group:		system
 Provides:	compat32-%{name}-libs-zeroconf = %{version}
 Provides:	compat32-%{name}-libs-zeroconf = %{version}
 Obsoletes:	compat32-%{name}-libs-zeroconf < 1.0
 Obsoletes:	compat32-%{name}-libs-zeroconf < 1.0
 
 
@@ -233,31 +247,34 @@ Obsoletes:	compat32-%{name}-libs-zeroconf < 1.0
 This package contains the runtime libraries for any application that wishes
 This package contains the runtime libraries for any application that wishes
 to interface with a PulseAudio sound server.
 to interface with a PulseAudio sound server.
 
 
+
 %package -n compat32-%{name}-core-libs
 %package -n compat32-%{name}-core-libs
 Summary:        Core libraries for the PulseAudio sound server.
 Summary:        Core libraries for the PulseAudio sound server.
 Summary(ja):    PulseAudio サウンドサーバコアライブラリ
 Summary(ja):    PulseAudio サウンドサーバコアライブラリ
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		System Environment/Libraries
+Group:		system
 
 
 %description -n compat32-%{name}-core-libs
 %description -n compat32-%{name}-core-libs
 This package contains runtime libraries that are used internally in the
 This package contains runtime libraries that are used internally in the
 PulseAudio sound server.
 PulseAudio sound server.
 
 
+
 %package -n compat32-%{name}-libs-glib2
 %package -n compat32-%{name}-libs-glib2
 Summary:	GLIB 2.x bindings for PulseAudio clients
 Summary:	GLIB 2.x bindings for PulseAudio clients
 Summary(ja):	PulseAudio クライアント用 GLIB 2.x バインディング
 Summary(ja):	PulseAudio クライアント用 GLIB 2.x バインディング
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		System Environment/Libraries
+Group:		system
 
 
 %description -n compat32-%{name}-libs-glib2
 %description -n compat32-%{name}-libs-glib2
 This package contains bindings to integrate the PulseAudio client library with
 This package contains bindings to integrate the PulseAudio client library with
 a GLIB 2.x based application.
 a GLIB 2.x based application.
 
 
+
 %package -n compat32-%{name}-libs-devel
 %package -n compat32-%{name}-libs-devel
 Summary:	Headers and libraries for PulseAudio client development
 Summary:	Headers and libraries for PulseAudio client development
 Summary(ja):	PulseAudio クライアント開発用ヘッダおよびライブラリ
 Summary(ja):	PulseAudio クライアント開発用ヘッダおよびライブラリ
 License:	LGPLv2+
 License:	LGPLv2+
-Group:		Development/Libraries
+Group:		programming
 Requires:	compat32-%{name}-libs = %{version}-%{release}
 Requires:	compat32-%{name}-libs = %{version}-%{release}
 Requires:	compat32-%{name}-libs-glib2 = %{version}-%{release}
 Requires:	compat32-%{name}-libs-glib2 = %{version}-%{release}
 Requires:	%{name}-libs-devel = %{version}-%{release}
 Requires:	%{name}-libs-devel = %{version}-%{release}
@@ -382,6 +399,7 @@ fi
 %post -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig
 %post -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig
 %postun -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig
 %postun -n compat32-%{name}-libs-glib2 -p /sbin/ldconfig
 
 
+
 %files
 %files
 %defattr(-,root,root)
 %defattr(-,root,root)
 %license LICENSE GPL LGPL
 %license LICENSE GPL LGPL
@@ -637,6 +655,9 @@ fi
 %endif
 %endif
 
 
 %changelog
 %changelog
+* Sun Dec 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 14.0-1
+- updated to 14.0.
+
 * Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.0-1
 * Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 13.0-1
 - updated to 13.0.
 - updated to 13.0.
 - added systemd support (disabled as default).
 - added systemd support (disabled as default).

+ 2 - 2
s/samba/samba-vl.spec

@@ -1,11 +1,11 @@
 %bcond_with systemd
 %bcond_with systemd
 %bcond_without pidl
 %bcond_without pidl
 
 
-%define samba_version 4.13.2
+%define samba_version 4.13.3
 #define rc_number rc4
 #define rc_number rc4
 %define samba_release 1
 %define samba_release 1
 
 
-%define doc_version 4.13.0
+%define doc_version 4.13.2-1
 %define api_version 4.0
 %define api_version 4.0
 %define libwbc_soname 0
 %define libwbc_soname 0
 %define libwbc_sover 0.15
 %define libwbc_sover 0.15