Browse Source

updated 4 packages

libestr-0.1.11-3

libfastjson-0.99.9-1

librelp-1.10.0-1

rsyslog-8.2102.0-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
e02c0b9b46

+ 14 - 6
lib/libe/libestr/libestr-vl.spec

@@ -1,8 +1,8 @@
 Name:           libestr
 Summary:        String handling essentials library
 Version:        0.1.11
-Release:        2%{?_dist_release}
-Group:          System Environment/Libraries
+Release:        3%{?_dist_release}
+Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
@@ -14,30 +14,34 @@ Source0:        http://libestr.adiscon.com/files/download/libestr-%{version}.tar
 This package compiles the string handling essentials library 
 used by the Rsyslog daemon.
 
+
 %package        devel
 Summary:        Development files for %{name}
 Summary(ja):    %{name} の開発用ファイル
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
 The package contains libraries and header files for
 developing applications that use libestr.
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static --with-pic
 V=1 make %{?_smp_mflags}
 
+
 %install
 make install INSTALL="install -p" DESTDIR=%{buildroot}
 rm -f %{buildroot}/%{_libdir}/*.{a,la}
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
 
 %files
 %license COPYING
@@ -49,7 +53,11 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libestr.pc
 
+
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-3
+- rebuilt with current environment.
+
 * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-2
 - rebuilt with current environment.
 

+ 17 - 6
lib/libf/libfastjson/libfastjson-vl.spec

@@ -1,9 +1,11 @@
 Name:           libfastjson
-Version:        0.99.8
-Release:        4%{?_dist_release}
 Summary:        A JSON implementation in C
+Version:        0.99.9
+Release:        1%{?_dist_release}
+Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
+
 License:        MIT
 URL:            https://github.com/rsyslog/libfastjson
 Source0:        https://download.rsyslog.com/libfastjson/libfastjson-%{version}.tar.gz
@@ -17,15 +19,20 @@ objects in C, output them as JSON formatted strings
 and parse JSON formatted strings back into the
 C representation of JSON objects.
 
+
 %package        devel
 Summary:        Development files for libfastjson
-Group:          Development/Libraries
+Group:          programming
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
 This package contains libraries and header files for
 developing applications that use libfastjson.
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
@@ -35,21 +42,21 @@ for doc in ChangeLog; do
  mv $doc.new $doc
 done
 
+
 %build
 autoreconf -iv
 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" # temporary workaround for EPEL5, fixed upstream
 %configure --enable-shared --disable-static
 
+
 %install
 make V=1 DESTDIR=%{buildroot} install
 find %{buildroot} -name '*.la' -delete -print
 
+
 %check
 make V=1 check
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
 
 %files
 %{!?_licensedir:%global license %%doc}
@@ -62,7 +69,11 @@ make V=1 check
 %{_libdir}/libfastjson.so
 %{_libdir}/pkgconfig/libfastjson.pc
 
+
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.99.9-1
+- new upstream release.
+
 * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.99.8-4
 - rebuilt with current environment.
 

+ 20 - 19
lib/libr/librelp/librelp-vl.spec

@@ -1,28 +1,28 @@
 Summary: The Reliable Event Logging Protocol library
 Name: librelp
-Version: 1.4.0
+Version: 1.10.0
 Release: 1%{?_dist_release}
+Group: system
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: tomop
+
 License: GPLv3+
-Group: System Environment/Libraries
-URL: http://www.rsyslog.com/
+URL: https://www.rsyslog.com/
 Source0: https://download.rsyslog.com/librelp/%{name}-%{version}.tar.gz
 BuildRequires: gnutls-devel
-Requires(post): /sbin/ldconfig
-Requires(postun): /sbin/ldconfig
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: tomop
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 %description
 Librelp is an easy to use library for the RELP protocol. RELP (stands
 for Reliable Event Logging Protocol) is a general-purpose, extensible
 logging protocol.
 
+
 %package devel
 Summary: Development files for the %{name} package
-Group: Development/Libraries
+Group: programming
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig
 
@@ -31,9 +31,14 @@ Librelp is an easy to use library for the RELP protocol. The
 librelp-devel package contains the header files and libraries needed
 to develop applications using librelp.
 
+
+%debug_package
+
+
 %prep
 %setup -q
 
+
 %build
 %configure \
 	--disable-static \
@@ -42,21 +47,13 @@ to develop applications using librelp.
 
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 rm $RPM_BUILD_ROOT/%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%post -p /sbin/ldconfig
-
-%postun
-if [ "$1" = "0" ] ; then
-    /sbin/ldconfig
-fi
 
 %files
 %defattr(-,root,root,-)
@@ -70,7 +67,11 @@ fi
 %{_libdir}/librelp.so
 %{_libdir}/pkgconfig/relp.pc
 
+
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.0-1
+- new upstream release.
+
 * Fri Oct 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.0-1
 - new upstream release.
 

+ 5 - 2
r/rsyslog/rsyslog-vl.spec

@@ -6,8 +6,8 @@
 
 Summary:        Enhanced system logging and kernel message trapping daemon
 Name:           rsyslog
-Version:        8.2008.0
-Release:        2%{?_dist_release}%{?with_systemd:.systemd}
+Version:        8.2102.0
+Release:        1%{?_dist_release}%{?with_systemd:.systemd}
 Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
@@ -304,6 +304,9 @@ fi
 
 
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2102.0-1
+- new upstream release.
+
 * Wed Sep 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2008.0-2
 - fixed systemd-unit.