Browse Source

samba-4.12.6-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12466 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
c847a76163
1 changed files with 24 additions and 21 deletions
  1. 24 21
      s/samba/samba-vl.spec

+ 24 - 21
s/samba/samba-vl.spec

@@ -1,7 +1,7 @@
 %bcond_with systemd
 %bcond_without pidl
 
-%define samba_version 4.12.5
+%define samba_version 4.12.6
 #define rc_number rc4
 %define samba_release 1
 
@@ -40,7 +40,7 @@ Summary(ja): Samba スイート
 Name: samba
 Version: %{samba_version}
 Release: %{samba_release}%{?rc_suffix}%{?_dist_release}%{?with_systemd:.systemd}
-Group: System Environment/Daemons
+Group: servers
 Vendor: Project Vine
 Distribution: Vine Linux
 
@@ -168,7 +168,7 @@ SambaはLinux・UNIX用の、Windowsとの標準的な相互運用性ソフト
 %package client
 Summary: Samba client programs
 Summary(ja): Samba クライアントプログラム
-Group: Applications/System
+Group: network
 Requires: samba-common = %{samba_version}-%{release}
 Obsoletes: smbfs
 Conflicts: %{name}-client < %{samba_version}
@@ -188,7 +188,7 @@ samba-client は Linux カーネルがサポートしている SMB ファイル
 %package libs
 Summary: Samba libraries
 Summary(ja): Samba ライブラリ
-Group: System Environment/Libraries
+Group: system
 %if %with_libwbclient
 Requires: libwbclient
 %endif
@@ -204,7 +204,7 @@ link against the SMB, RPC and other protocols provided by the Samba suite.
 %package python
 Summary: Samba Python libraries
 Summary(ja): Python 向け Samba ライブラリ
-Group: System Environment/Libraries
+Group: system
 Requires: %{name}-libs = %{samba_version}
 Provides: %{name}-python3 = %{version}-%{release}
 
@@ -216,7 +216,7 @@ that use SMB, RPC and other Samba provided protocols in Python programs.
 %package devel
 Summary: Developer tools for Samba libraries
 Summary(ja): Samba ライブラリの開発用ファイル
-Group: Development/Libraries
+Group: programming
 Requires: %{name}-libs = %{samba_version}-%{release}
 
 Conflicts: samba-devel < %{samba_version}
@@ -231,7 +231,7 @@ libraries in the Samba suite.
 %if %{with pidl}
 %package pidl
 Summary: Perl IDL compiler
-Group: Development/Tools
+Group: programming
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description pidl
@@ -243,7 +243,7 @@ and Wireshark to parse IDL and similar protocols
 %package common
 Summary: Files used by both Samba servers and clients
 Summary(ja): Samba サーバーとクライアントの両方に使用されるファイル
-Group: System Environment/Libraries
+Group: system
 Conflicts: samba-common < %{samba_version}
 Provides: samba-common = %{samba_version}-%{release}
 Requires: %{name}-libs = %{samba_version}-%{release}
@@ -264,7 +264,7 @@ samba-common は Samba のサーバーとクライアントの両方のパッケ
 ## --------------------------------------------------------------------
 %package test
 Summary: Testing tools for Samba servers and clients
-Group: Applications/System
+Group: system
 
 %description test
 samba4-test provides testing tools for both the server and client
@@ -273,7 +273,7 @@ packages of Samba.
 ## --------------------------------------------------------------------
 %package winbind
 Summary: Samba winbind
-Group: System Environment/Daemons
+Group: system
 Conflicts: samba-winbind < %{samba_version}
 Provides: samba-winbind = %{samba_version}
 Requires: samba-common = %{samba_version}-%{release}
@@ -295,7 +295,7 @@ Windows domains and to use Windows user and group accounts on Linux.
 ## --------------------------------------------------------------------
 %package winbind-krb5-locator
 Summary: Samba winbind krb5 locator
-Group: Applications/System
+Group: system
 Requires: %{name}-winbind-clients = %{samba_version}-%{release}
 Conflicts: samba-winbind-krb5-locator < %{samba_version}
 Provides: samba-winbind-krb5-locator = %{samba_version}-%{release}
@@ -308,7 +308,7 @@ winbind use
 ## --------------------------------------------------------------------
 %package winbind-clients
 Summary: Samba winbind clients
-Group: Applications/System
+Group: admin-tools
 Conflicts: samba-winbind-clients < %{samba_version}
 Provides: samba-winbind-clients = %{samba_version}
 
@@ -320,7 +320,7 @@ module necessary to communicate to the Winbind Daemon
 %package -n libsmbclient
 Summary: The SMB client library
 Summary(ja): SMB クライアントライブラリ
-Group: System Environment/Libraries
+Group: system
 Requires: %{name}-common = %{samba_version}
 
 Conflicts: libsmbclient < %{samba_version}
@@ -337,7 +337,7 @@ libsmbclient は Samba クライアントの機能を提供するライブラリ
 %package -n libsmbclient-devel
 Summary: Developer tools for the SMB client library
 Summary(ja): SMB クライアントライブラリ開発用ファイル
-Group: Development/Libraries
+Group: programming
 Requires: libsmbclient = %{samba_version}
 
 Conflicts: libsmbclient-devel < %{samba_version}
@@ -355,7 +355,7 @@ libsmbclient-devel は Samba クライアントの機能を提供するライブ
 ## --------------------------------------------------------------------
 %if %with_libwbclient
 %package -n libwbclient
-Summary: The winbind client library
+Summary: system
 Summary(ja): Winbind クライアントライブラリ
 Group: System Environment/Libraries
 
@@ -367,7 +367,7 @@ the Samba suite.
 %package -n libwbclient-devel
 Summary: Developer tools for the winbind library
 Summary(ja): Winbind ライブラリの開発用ファイル
-Group: Development/Libraries
+Group: programming
 Requires: libwbclient = %{samba_version}-%{release}
 
 %description -n libwbclient-devel
@@ -378,7 +378,7 @@ library.
 ## --------------------------------------------------------------------
 %package dc
 Summary: Samba AD Domain Controller
-Group: Applications/System
+Group: servers
 Requires: %{name} = %{samba_version}-%{release}
 Requires: %{name}-winbind = %{samba_version}-%{release}
 Requires: %{name}-client = %{samba_version}-%{release}
@@ -400,7 +400,7 @@ The %{name}-dc package provides AD Domain Controller functionality
 %package dc-libs
 Summary: Samba AD Domain Controller Libraries 
 Summary(ja): Samba AD ドメインコントローラ ライブラリ
-Group: System Environment/Libraries
+Group: system
 Requires: %{name}-libs = %{samba_version}
 
 %description dc-libs
@@ -413,7 +413,7 @@ link against the SMB, RPC and other protocols.
 %package -n compat32-samba-libs
 Summary: Samba libraries
 Summary(ja): Samba ライブラリ
-Group: System Environment/Libraries
+Group: system
 %if %with_libwbclient
 Requires: libwbclient
 %endif
@@ -427,7 +427,7 @@ link against the SMB, RPC and other protocols provided by the Samba suite.
 %package -n compat32-libsmbclient
 Summary: The SMB client library
 Summary(ja): SMB クライアントライブラリ
-Group: System Environment/Libraries
+Group: system
 Requires: samba-common = %{samba_version}-%{release}
 
 %description -n compat32-libsmbclient
@@ -441,7 +441,7 @@ libsmbclient は Samba クライアントの機能を提供するライブラリ
 %package -n compat32-libwbclient
 Summary: The winbind client library
 Summary(ja): Winbind クライアントライブラリ
-Group: System Environment/Libraries
+Group: system
 Requires: samba-common = %{samba_version}-%{release}
 Requires(pre): /usr/sbin/groupadd
 Requires(post): /sbin/chkconfig, /sbin/service, coreutils
@@ -1817,6 +1817,9 @@ fi
 %endif
 
 %changelog
+* Thu Aug 13 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.12.6-1
+- new upstream release.
+
 * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.12.5-1
 - new upstream release.