瀏覽代碼

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 4 年之前
父節點
當前提交
e02c0b9b46
共有 4 個文件被更改,包括 56 次插入33 次删除
  1. 14 6
      lib/libe/libestr/libestr-vl.spec
  2. 17 6
      lib/libf/libfastjson/libfastjson-vl.spec
  3. 20 19
      lib/libr/librelp/librelp-vl.spec
  4. 5 2
      r/rsyslog/rsyslog-vl.spec

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

@@ -1,8 +1,8 @@
 Name:           libestr
 Name:           libestr
 Summary:        String handling essentials library
 Summary:        String handling essentials library
 Version:        0.1.11
 Version:        0.1.11
-Release:        2%{?_dist_release}
-Group:          System Environment/Libraries
+Release:        3%{?_dist_release}
+Group:          system
 Vendor:         Project Vine
 Vendor:         Project Vine
 Distribution:   Vine Linux
 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 
 This package compiles the string handling essentials library 
 used by the Rsyslog daemon.
 used by the Rsyslog daemon.
 
 
+
 %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}%{?_isa} = %{version}-%{release}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 
 %description    devel
 %description    devel
 The package contains libraries and header files for
 The package contains libraries and header files for
 developing applications that use libestr.
 developing applications that use libestr.
 
 
+
+%debug_package
+
+
 %prep
 %prep
 %setup -q
 %setup -q
 
 
+
 %build
 %build
 %configure --disable-static --with-pic
 %configure --disable-static --with-pic
 V=1 make %{?_smp_mflags}
 V=1 make %{?_smp_mflags}
 
 
+
 %install
 %install
 make install INSTALL="install -p" DESTDIR=%{buildroot}
 make install INSTALL="install -p" DESTDIR=%{buildroot}
 rm -f %{buildroot}/%{_libdir}/*.{a,la}
 rm -f %{buildroot}/%{_libdir}/*.{a,la}
 
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
 
 
 %files
 %files
 %license COPYING
 %license COPYING
@@ -49,7 +53,11 @@ rm -f %{buildroot}/%{_libdir}/*.{a,la}
 %{_libdir}/*.so
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libestr.pc
 %{_libdir}/pkgconfig/libestr.pc
 
 
+
 %changelog
 %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
 * Sun Apr 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.1.11-2
 - rebuilt with current environment.
 - rebuilt with current environment.
 
 

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

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

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

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

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

@@ -6,8 +6,8 @@
 
 
 Summary:        Enhanced system logging and kernel message trapping daemon
 Summary:        Enhanced system logging and kernel message trapping daemon
 Name:           rsyslog
 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
 Group:          system
 Vendor:         Project Vine
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Distribution:   Vine Linux
@@ -304,6 +304,9 @@ fi
 
 
 
 
 %changelog
 %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
 * Wed Sep 16 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.2008.0-2
 - fixed systemd-unit.
 - fixed systemd-unit.