Browse Source

updated 5 packages

glib2-2.66.4-1

initscripts-8.91.16-5

memcached-1.6.9-1

p11-kit-0.23.22-1

redis-6.0.9-1

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

+ 4 - 1
g/glib2/glib2-vl.spec

@@ -3,7 +3,7 @@
 
 Summary:        A library of handy utility functions.
 Name:           glib2
-Version:        2.66.0
+Version:        2.66.4
 Release:        1%{?_dist_release}
 Group:          system
 Vendor:         Project Vine
@@ -218,6 +218,9 @@ gio-querymodules %{_libdir}/gio/modules
 %endif
 
 %changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.66.4-1
+- new upstream release.
+
 * Mon Sep 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.66.0-1
 - new upstream release.
 

+ 10 - 2
i/initscripts/initscripts-vl.spec

@@ -5,8 +5,8 @@ Summary:      The inittab file and the /etc/rc.d scripts.
 Summary(ja):  inittab と /etc/rc.d 以下の起動スクリプト一式
 Name:         initscripts
 Version:      8.91.16
-Release:      4%{?_dist_release}
-Group:        System Environment/Base
+Release:      5%{?_dist_release}
+Group:        system
 Vendor:       Project Vine
 Distribution: Vine Linux
 Packager:     daisuke
@@ -102,6 +102,11 @@ mv -f %{buildroot}/sbin/ifdown %{buildroot}/sbin/ifdown.initscripts
 /usr/sbin/groupadd -g 22 -r -f utmp
 
 %post
+if [ $1 = 1 ]; then
+  /usr/sbin/update-alternatives \
+    --install /sbin/ifup ifup /sbin/ifup.initscripts 10 \
+    --slave /sbin/ifdown ifdown /sbin/ifdown.initscripts
+fi
 touch /var/log/wtmp
 touch /var/run/utmp
 chown root.utmp /var/log/wtmp /var/run/utmp
@@ -458,6 +463,9 @@ rm -rf ${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.91.16-5
+- made to run alternatives in %%post.
+
 * Tue Jul 28 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.91.16-4
 - added "--system" to sysctl.
 - fixed to bring up bridge interfaces at boot.

+ 10 - 4
m/memcached/memcached-vl.spec

@@ -3,12 +3,11 @@
 Summary: a high-performance, distributed memory object caching system
 Summary(ja): ハイパフォーマンスな分散メモリオブジェクトキャッシングシステム
 Name: memcached
-Version: 1.6.5
+Version: 1.6.9
 Release: 1%{?_dist_release}%{?with_systemd:.systemd}
-Group: Applications/Databases
+Group: servers
 Vendor: Project Vine
 Distribution: Vine Linux
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 License: modified BSD style License
 Url: https://memcached.org/
@@ -17,6 +16,7 @@ Source1: memcached.sysconfig
 # Patches
 Patch1: memcached-unit.patch
 
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libevent-devel
 BuildRequires: openssl-devel
 Requires(pre): shadow-utils
@@ -39,7 +39,7 @@ applications by alleviating database load.
 %package devel
 Summary:	Files needed for development using memcached protocol
 Summary(ja):	memcached プロトコルを使用した開発に必要なファイル
-Group:		Development/Libraries 
+Group:		programming
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
@@ -47,6 +47,9 @@ Install memcached-devel if you are developing C/C++ applications that require ac
 memcached binary include files.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 %patch1 -p1 -b .unit
@@ -152,6 +155,9 @@ fi
 %{_includedir}/memcached/*
 
 %changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.9-1
+- new upstream release.
+
 * Tue Apr 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.6.5-1
 - new upstream release.
 - built with libevent-2.1.11.

+ 18 - 7
p/p11-kit/p11-kit-vl.spec

@@ -1,10 +1,10 @@
 %define		build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
 Name:           p11-kit
-Version:        0.23.20
-Release:        2%{?_dist_release}
+Version:        0.23.22
+Release:        1%{?_dist_release}
 Summary:        Provides a way to load and enumerate PKCS#11 modules
-Group:          System Environment/Libraries
+Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
@@ -32,7 +32,7 @@ components or libraries living in the same process.
 %package        devel
 Summary:        Development tools for p11-kit
 Summary(ja):    p11-kit の開発環境
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name} = %{version}-%{release}
 Requires:       pkgconfig
 
@@ -44,7 +44,7 @@ p11-kit.
 %package        docs
 Summary:        Documentation for p11-kit
 Summary(ja):    p11-kit 用のドキュメント
-Group:          Documentation
+Group:          documentation
 Requires:       %{name} = %{version}-%{release}
 BuildArch:      noarch
 
@@ -55,7 +55,7 @@ This package contains documentation for p11-kit.
 # compat32
 %package -n compat32-%{name}
 Summary:        Provides a way to load and enumerate PKCS#11 modules
-Group:          System Environment/Libraries
+Group:          system
 Requires:	%{name} = %{version}-%{release}
 
 %description -n compat32-%{name}
@@ -69,7 +69,7 @@ components or libraries living in the same process.
 %package -n compat32-%{name}-devel
 Summary:        Development tools for p11-kit
 Summary(ja):    p11-kit の開発環境
-Group:          Development/Libraries
+Group:          programming
 Requires:       compat32-%{name} = %{version}-%{release}
 Requires:       %{name}-devel = %{version}-%{release}
 
@@ -78,12 +78,17 @@ Header files and libraries for building a extension library for the
 p11-kit.
 
 
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure \
 	--disable-static \
+	%{nil}
 
 make V=0
 
@@ -93,15 +98,18 @@ make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
 
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %post -n compat32-%{name} -p /sbin/ldconfig
 %postun -n compat32-%{name} -p /sbin/ldconfig
 
+
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -141,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23.22-1
+- new upstream release.
+
 * Thu Apr 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.23.20-2
 - rebuilt with libffi-3.3.
 

+ 15 - 8
r/redis/redis-vl.spec

@@ -5,7 +5,8 @@
 
 # Commit IDs for the (unversioned) redis-doc repository
 # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision"
-%global doc_commit 4f1da37c03daa943f2cf3cd5fda8dbd1bf1f22d7
+#global doc_commit 4f1da37c03daa943f2cf3cd5fda8dbd1bf1f22d7
+%global doc_commit 0ee00bbc97dda36d09a2559f20dafd236d5426a2
 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
 
 # %%{rpmmacrodir} not usable on EL-6
@@ -17,19 +18,17 @@
 %endif
 
 Name:             redis
-Version:          6.0.5
+Version:          6.0.9
 Release:          1%{?_dist_release}%{?with_systemd:.systemd}
 Summary:          A persistent in-memory key-value database
 Summary(ja):      永続化可能なキー・バリュー型インメモリデータベース
-
-Group:            Applications/Databases
-License:          BSD
-URL:              https://redis.io
-
+Group:            servers
 Vendor:           Project Vine
 Distribution:     Vine Linux
 Packager:         daisuke
 
+License:          BSD
+URL:              https://redis.io
 Source0:          https://github.com/redis-io/redis/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:          %{name}.logrotate
 Source2:          %{name}-sentinel.service
@@ -40,7 +39,7 @@ Source6:          %{name}-shutdown
 Source7:          %{name}-limit-systemd
 Source8:          %{name}-limit-init
 Source9:          macros.%{name}
-Source10:         https://github.com/redis-io/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz
+Source10:         https://github.com/redis/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz
 
 # To refresh patches:
 # tar xf redis-xxx.tar.gz && cd redis-xxx && git init && git add . && git commit -m "%%{version} baseline"
@@ -88,6 +87,7 @@ different kind of sorting abilities.
 
 %package           devel
 Summary:           Development header for Redis module development
+Group:             programming
 # Header-Only Library (https://fedoraproject.org/wiki/Packaging:Guidelines)
 Provides:          %{name}-static = %{version}-%{release}
 
@@ -98,6 +98,7 @@ API documentation is available in the redis-doc package.
 
 %package           doc
 Summary:           Documentation for Redis including man pages
+Group:             documentation
 License:           CC-BY-SA
 BuildArch:         noarch
 
@@ -109,6 +110,9 @@ Manual pages and detailed documentation for many aspects of Redis use,
 administration and development.
 
 
+%debug_package
+
+
 %prep
 %setup -q -b 10
 %setup -q
@@ -301,6 +305,9 @@ fi
 
 
 %changelog
+* Sat Dec 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.9-1
+- new upstream release.
+
 * Thu Jul 02 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.0.5-1
 - new upstream release.