Browse Source

2014-12-01 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* iksemel, netatalk: rebuilt
	* samba: updated Group
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9127 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
f4c1657732
3 changed files with 31 additions and 20 deletions
  1. 6 7
      i/iksemel/iksemel-vl.spec
  2. 8 5
      n/netatalk/netatalk-vl.spec
  3. 17 8
      s/samba/samba-vl.spec

+ 6 - 7
i/iksemel/iksemel-vl.spec

@@ -3,7 +3,7 @@ Summary(ja):    Jabber アプリケーションのために設計された XML 
 
 Name:           iksemel
 Version:        1.4
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -14,8 +14,7 @@ Patch0:         0001-Fix-issues-compiling-with-newer-gnutls.patch
 Patch1:         0002-Strip-out-internal-SHA-code-and-use-functions-from-g.patch
 Patch2:         0003-Fix-alignment-on-architectures-where-doubles-are-64b.patch
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  gnutls-devel > 2
 BuildRequires:  libgcrypt-devel
 BuildRequires:  autoconf
@@ -34,7 +33,6 @@ Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
 Requires:       gnutls-devel
 Requires:       pkgconfig
-
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
 
@@ -75,6 +73,7 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
 rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_infodir}/dir
 
 mv %{buildroot}%{_infodir}/iksemel %{buildroot}%{_infodir}/iksemel.info
 
@@ -102,13 +101,11 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING HACKING NEWS README TODO
-
 %{_libdir}/libiksemel.so.*
 
 %files devel
 %defattr(-,root,root,-)
 %doc COPYING
-
 %{_libdir}/libiksemel.so
 %{_includedir}/iksemel.h
 %{_libdir}/pkgconfig/iksemel.pc
@@ -117,12 +114,14 @@ fi
 %files utils
 %defattr(-,root,root,-)
 %doc COPYING
-
 %{_bindir}/ikslint
 %{_bindir}/iksperf
 %{_bindir}/iksroster
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4-2
+- rebuilt with libgcrypt 1.6.0 and gnutls 3.2.20
+
 * Sun Jun 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4-1
 - update to 1.4
 - remove old patches

+ 8 - 5
n/netatalk/netatalk-vl.spec

@@ -8,25 +8,25 @@ Summary:       AppleTalk and AppleShare/IP services for Linux
 Summary(ja):   Linux 用 AppleTalk, AppleShare/IP サービス
 Name:          netatalk
 Version:       2.2.2
-Release:       1%{_dist_release}%{rel_suffix}
+Release:       2%{_dist_release}%{rel_suffix}
 License:       GPLv2+
 Group:         System Environment/Daemons
-Source0:       %{name}-%{version}.tar.bz2
 URL:           http://netatalk.sourceforge.net/
-Obsoletes:     netatalk-1.4b2+asun
 
+Source0:       %{name}-%{version}.tar.bz2
 # patch for default config file
 Patch10:       netatalk-2.2.0-config-utf8.patch
 
-
 ############################################################## REQUIREMENTS
 Requires(pre): chkconfig, /sbin/ldconfig, grep, textutils
 Requires:      cracklib, openssl, tcp_wrappers, pam, perl
-BuildRequires: openssl-devel, avahi-devel, pam-devel, db4-devel,
+BuildRequires: openssl-devel, avahi-devel, pam-devel, libdb-devel,
 BuildRequires: quota, libgcrypt-devel, libacl-devel
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 
+Obsoletes:     netatalk-1.4b2+asun
+
 Vendor:        Project Vine
 Distribution:  Vine Linux
 Packager:      shaolin
@@ -191,6 +191,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Mon Dec  1 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.2.2-2
+- rebuilt with libgcrypt 1.6.0 and libdb 5.3.28
+
 * Thu Apr 26 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.2.2-1
 - new upstream release.
 - added build option 'force_uidgid'.

+ 17 - 8
s/samba/samba-vl.spec

@@ -15,7 +15,7 @@
 %global with_mitkrb5      0
 %global with_dc           1
 
-%define samba_release 1
+%define samba_release 2
 
 %define samba_source source3
 
@@ -148,7 +148,8 @@ samba-client は Linux カーネルがサポートしている SMB ファイル
 ## --------------------------------------------------------------------
 %package libs
 Summary: Samba libraries
-Group: Applications/System
+Summary(ja): Samba ライブラリ
+Group: System Environment/Libraris
 %if %with_libwbclient
 Requires: libwbclient
 %endif
@@ -160,7 +161,8 @@ link against the SMB, RPC and other protocols provided by the Samba suite.
 ## --------------------------------------------------------------------
 %package python
 Summary: Samba Python libraries
-Group: Applications/System
+Summary(ja): Python 向け Samba ライブラリ
+Group: System Environment/Libraris
 Requires: %{name}-libs = %{samba_version}
 
 %description python
@@ -170,6 +172,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
 Requires: %{name}-libs = %{samba_version}-%{release}
 
@@ -195,7 +198,7 @@ and Wireshark to parse IDL and similar protocols
 %package common
 Summary: Files used by both Samba servers and clients
 Summary(ja): Samba サーバーとクライアントの両方に使用されるファイル
-Group: Applications/System
+Group: System Environment/Libraris
 Conflicts: samba-common < %{samba_version}
 Provides: samba-common = %{samba_version}-%{release}
 Requires: %{name}-libs = %{samba_version}-%{release}
@@ -225,7 +228,7 @@ packages of Samba.
 ## --------------------------------------------------------------------
 %package winbind
 Summary: Samba winbind
-Group: Applications/System
+Group: System Environment/Daemons
 Conflicts: samba-winbind < %{samba_version}
 Provides: samba-winbind = %{samba_version}
 Requires: samba-common = %{samba_version}-%{release}
@@ -267,7 +270,7 @@ module necessary to communicate to the Winbind Daemon
 %package -n libsmbclient
 Summary: The SMB client library
 Summary(ja): SMB クライアントライブラリ
-Group: Applications/System
+Group: System Environment/Libraris
 Requires: %{name}-common = %{samba_version}
 
 Conflicts: libsmbclient < %{samba_version}
@@ -303,7 +306,8 @@ libsmbclient-devel は Samba クライアントの機能を提供するライブ
 %if %with_libwbclient
 %package -n libwbclient
 Summary: The winbind client library
-Group: Applications/System
+Summary(ja): Winbind クライアントライブラリ
+Group: System Environment/Libraries
 
 %description -n libwbclient
  The libwbclient package contains the winbind client library from
@@ -312,6 +316,7 @@ the Samba suite.
 ## --------------------------------------------------------------------
 %package -n libwbclient-devel
 Summary: Developer tools for the winbind library
+Summary(ja): Winbind ライブラリの開発用ファイル
 Group: Development/Libraries
 Requires: libwbclient = %{samba_version}-%{release}
 
@@ -352,7 +357,8 @@ libsmbclient は Samba クライアントの機能を提供するライブラリ
 ## --------------------------------------------------------------------
 %package -n compat32-libwbclient
 Summary: The winbind client library
-Group: Applications/System
+Summary(ja): Winbind クライアントライブラリ
+Group: System Environment/Libraries
 Requires: samba-common = %{samba_version}-%{release}
 Requires(pre): /usr/sbin/groupadd
 Requires(post): /sbin/chkconfig, /sbin/service, coreutils
@@ -1432,6 +1438,9 @@ exit 0
 %endif
 
 %changelog
+* Sat Nov 22 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.1.11-2
+- moved common, libs, python, liibsmbclient and libwbclient packages to System Environment/Libraries Group
+
 * Tue Aug 19 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.1.11-1
 - new upstream release.