Silent some rpmlint errors

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=461
This commit is contained in:
Dr. Werner Fink 2023-11-20 08:49:38 +00:00 committed by Git OBS Bridge
parent 632cd97031
commit 7ed0a9b5cf
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 17 14:23:06 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Silent some rpmlint errors
-------------------------------------------------------------------
Fri Nov 17 12:39:29 UTC 2023 - Dr. Werner Fink <werner@suse.de>

View File

@ -3856,6 +3856,7 @@ License: MIT
Group: Development/Libraries/C and C++
URL: https://www.tug.org/texlive/
Requires: libtexlua53-5 = 5.3.6
Requires: libtexluajit2 = 2.1.0beta3
%description -n %{name}-texluajit-devel
This package includes the LuaJIT development files.
@ -4545,8 +4546,6 @@ popd
%if %{with buildbiber}
pushd ../biblatex-biber-*/
./Build install destdir=%{buildroot}
sed -rn '\@^#![[:space:]]*/usr/bin/env[[:space:]]+perl@{s@(/usr/bin/)env[[:space:]]+(perl)@\1\2@p}' \
%{buildroot}%{_bindir}/biber
chmod 0755 %{buildroot}%{_bindir}/biber
rm -vf %{buildroot}%{_mandir}/man1/biber.1*
chmod 0644 %{buildroot}%{perl_vendorlib}/Biber.pm
@ -4573,8 +4572,6 @@ popd
mv ../biblatex-biber-*/texlive.files perl-biber-ms.files
pushd ../biber-*/
./Build install destdir=%{buildroot}
sed -rn '\@^#![[:space:]]*/usr/bin/env[[:space:]]+perl@{s@(/usr/bin/)env[[:space:]]+(perl)@\1\2@p}' \
%{buildroot}%{_bindir}/biber
chmod 0755 %{buildroot}%{_bindir}/biber
rm -vf %{buildroot}%{_mandir}/man1/biber.1*
chmod 0644 %{buildroot}%{perl_vendorlib}/Biber.pm
@ -4743,6 +4740,7 @@ popd
%endif
# install manual page of public
install -m 0644 %{S:51} %{buildroot}%{_mandir}/man8/public.8
gzip %{buildroot}%{_mandir}/man8/public.8
# is part of texlive-kpathsea
rm -vf %{buildroot}%{_texmfconfdir}/web2c/fmtutil.cnf
@ -4790,6 +4788,7 @@ popd
%if %{with buildbiber}
for scr in %{_bindir}/biber \
%{_bindir}/biber-ms \
%else
for scr in \
%endif
@ -4878,7 +4877,7 @@ fi
# is part of texlive-luatex
#%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/texmfcnf.lua
#%verify(link) %{_texmfmaindir}/web2c/texmfcnf.lua
%{_mandir}/man8/public.*
%{_mandir}/man8/public.8%{?ext_man}
%if %{with zypper_posttrans}
%verify(link) /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
%endif