Browse Source

updated 5 packages

firefox-78.9.0-1

python-lxml-4.6.3-1

samba-4.13.7-1

thunderbird-78.9.0-1

userspace-rcu-0.12.2-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
02f9db574b

+ 10 - 7
f/firefox/firefox-vl.spec

@@ -1,8 +1,8 @@
 %bcond_with clang
 
 # do not include minor version number in MOZILLA_FIVE_HOME
-%global ffmajor 78.8
-%global geckomajor 78.8
+%global ffmajor 78.9
+%global geckomajor 78.9
 %global ffminor 0
 %global ffversion %{ffmajor}%{?ffminor:.%{ffminor}}
 %define ffdir %{_libdir}/firefox
@@ -41,9 +41,13 @@ Summary(ja):	Fx ウェブブラウザ
 Name:           firefox
 Version:        %{ffversion}
 Release:        %{ffrelease}
+Group:          internet
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       daisuke
+
 URL:            https://www.mozilla.org/ja/
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
-Group:          internet
 Source0:        https://archive.mozilla.org/pub/firefox/releases/%{version}esr/source/firefox-%{version}esr.source.tar.xz
 Source2:        cbindgen-vendor-0.14.3.tar.xz
 
@@ -195,10 +199,6 @@ AutoProv: 0
 %define _use_internal_dependency_generator 0
 %define __find_requires %{SOURCE100}
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: daisuke
-
 %description
 Fx Browser is an open-source web browser based on mozilla technology.
 This is unofficial build of firefox browser.
@@ -576,6 +576,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.9.0-1
+- updated to 78.9.0.
+
 * Fri Feb 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.8.0-1
 - updated to 78.8.0.
 

+ 8 - 5
p/python-lxml/python-lxml-vl.spec

@@ -2,8 +2,8 @@
 Summary: lxml is a Pythonic binding for the libxml2 and libxslt libraries
 Summary(ja): lxml は libxml2 と libxslt の Python バインディングです
 Name: python-%{_lxml}
-Version: 4.5.2
-Release: 2%{?_dist_release}
+Version: 4.6.3
+Release: 1%{?_dist_release}
 Group: programming
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -21,10 +21,8 @@ BuildRequires: python-rpm-macros
 BuildRequires: python-devel >= 2.3
 BuildRequires: python2-rpm-macros
 BuildRequires: python-pyrex
-Requires: python(abi) = %{python_version}
 
 BuildRequires: python3-devel
-BuildRequires: python3-rpm-macros
 
 %description
 lxml is a Pythonic binding for the libxml2_ and libxslt_ libraries.  It is
@@ -38,7 +36,6 @@ information about background and goals.
 Summary: lxml is a Pythonic binding for the libxml2 and libxslt libraries
 Summary(ja): lxml は libxml2 と libxslt の Python バインディングです
 Group: programming
-Requires: python(abi) = %{python3_version}
 
 %description -n python3-lxml
 lxml is a Pythonic binding for the libxml2_ and libxslt_ libraries.  It is
@@ -48,6 +45,9 @@ superior to the well-known ElementTree_ API.  See the introduction_ for more
 information about background and goals.
 
 
+%debug_package
+
+
 %prep
 %setup -q -n %{_lxml}-%{version}
 
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.6.3-1
+- new upstream release.
+
 * Wed Aug 19 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.5.2-2
 - fixed dependency.
 

+ 4 - 3
s/samba/samba-vl.spec

@@ -1,7 +1,7 @@
 %bcond_with systemd
 %bcond_without pidl
 
-%define samba_version 4.13.5
+%define samba_version 4.13.7
 #define rc_number rc4
 %define samba_release 1
 
@@ -1597,8 +1597,6 @@ fi
 %files python
 %defattr(-,root,root,-)
 %{python3_sitearch}/*
-#%exclude %{python_sitearch}/_ldb.so
-#%exclude %{python_sitearch}/_tevent.so
 
 ## --------------------------------------------------------------------
 %if %{with pidl}
@@ -1796,6 +1794,9 @@ fi
 
 
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.7-1
+- new upstream release.
+
 * Tue Mar 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.13.5-1
 - new upstream release.
 

+ 4 - 1
t/thunderbird/thunderbird-vl.spec

@@ -28,7 +28,7 @@
 Summary:	Thunderbird Community Edition, Mail/newsgroup client
 Summary(ja):	Thunderbirdコミュニティエディション, メール・ニュースクライアント
 Name:		thunderbird
-Version:	78.8.1
+Version:	78.9.0
 Release:	1%{?_dist_release}
 Group:		internet,communication
 Vendor:		Project Vine
@@ -432,6 +432,9 @@ install -m644 %{SOURCE1030} $RPM_BUILD_ROOT%{_datadir}/metainfo/mozilla-thunderb
 #===============================================================================
 
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.9.0-1
+- new upstream release.
+
 * Tue Mar 09 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 78.8.1-1
 - new upstream release.
 - dropped scriptlets.

+ 21 - 15
u/userspace-rcu/userspace-rcu-vl.spec

@@ -1,13 +1,13 @@
 Name:           userspace-rcu
-Version:        0.11.1
-Release:        4%{?_dist_release}
+Version:        0.12.2
+Release:        1%{?_dist_release}
 Summary:        RCU (read-copy-update) implementation in user-space
-License:        LGPLv2+
-URL:            http://liburcu.org
-
+Group:          system
 Vendor:         Project Vine
 Distribution:   Vine Linux
 
+License:        LGPLv2+
+URL:            http://liburcu.org
 Source0:        http://lttng.org/files/urcu/%{name}-%{version}.tar.bz2
 Patch0:         regtest-without-bench.patch
 BuildRequires:  pkgconfig
@@ -21,8 +21,10 @@ of a given data structure to live at the same time, and by monitoring
 the data structure accesses to detect grace periods after which memory
 reclamation is possible.
 
+
 %package        devel
 Summary:        Development files for %{name}
+Group:          programming
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description    devel
@@ -30,33 +32,34 @@ This package contains libraries and header files for developing applications
 that use %{name}
 
 
+%debug_package
+
+
 %prep
 %autosetup -p1
 
+
 %build
 # Reinitialize libtool with the fedora version to remove Rpath
 autoreconf -vif
-
 %configure --disable-static
 V=1 make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name "*.la" -delete
-rm %{buildroot}%{_docdir}/%{name}/LICENSE
 
-mv -f %{buildroot}%{_docdir}/%{name} %{buildroot}%{_docdir}/%{name}-devel-%{version}
+rm -rf rpmdoc
+mv -f %{buildroot}%{_docdir}/%{name} ./rpmdoc
+rm rpmdoc/LICENSE
+
 
 %check
 make check
 make regtest
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %files
 %license LICENSE gpl-2.0.txt lgpl-relicensing.txt lgpl-2.1.txt
 %doc ChangeLog README.md
@@ -70,8 +73,7 @@ make regtest
 %{_libdir}/liburcu.so.6*
 
 %files devel
-%docdir %{_docdir}/%{name}-devel-%{version}
-%doc %{_docdir}/%{name}-devel-%{version}/*
+%doc rpmdoc/*
 %{_includedir}/*
 %{_libdir}/liburcu-bp.so
 %{_libdir}/liburcu-cds.so
@@ -85,6 +87,10 @@ make regtest
 
 
 %changelog
+* Thu Mar 25 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.12.2-1
+- new upstream release.
+- dropped ldconfig scriptlets.
+
 * Tue Mar 24 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.11.1-4
 - rebuilt with current environment.