Dr. Werner Fink 2021-03-09 08:42:44 +00:00 committed by Git OBS Bridge
parent d731d8dd30
commit 3d05ed9206
3 changed files with 10 additions and 42 deletions

View File

@ -1,4 +1,6 @@
<?xml version="1.0"?>
<constraints> <constraints>
<hostlabel exclude="true">SLOW_CPU</hostlabel>
<hardware> <hardware>
<disk> <disk>
<size unit="G">4</size> <size unit="G">4</size>

View File

@ -3,6 +3,11 @@ Tue Feb 23 16:22:42 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075) - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
-------------------------------------------------------------------
Mon Feb 8 13:41:32 UTC 2021 - Dr. Werner Fink <werner@suse.de>
- Skip packages which are based on python2
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 12 11:23:33 UTC 2020 - Dr. Werner Fink <werner@suse.de> Wed Aug 12 11:23:33 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package texlive # spec file for package texlive
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define texlive_version 2020 %define texlive_version 2020
%define texlive_previous 2019 %define texlive_previous 2019
%define texlive_release 20200327 %define texlive_release 20200327
%define texlive_noarch 177 %define texlive_noarch 182
%define texlive_source texlive-20200327-source %define texlive_source texlive-20200327-source
%define __perl_requires %{nil} %define __perl_requires %{nil}
@ -299,7 +299,7 @@ Obsoletes: pdfjam < %{version}
%global _varlib %{_localstatedir}/lib %global _varlib %{_localstatedir}/lib
%define libexec %(rpm --eval '%%{_libexecdir}' | sed 's-/usr--g') %define libexec %(rpm --eval '%%{_libexecdir}' | sed 's-/usr--g')
%define libexecdir ${prefix}%{libexec} %define libexecdir ${prefix}%{libexec}
%define _texmfdistdir %{_datadir}/texmf %define _texmfdistdir %{_datadir}/texmf
%if 0%{texlive_version} >= 2013 %if 0%{texlive_version} >= 2013
@ -1201,20 +1201,6 @@ Prefix: %{_bindir}
%description dvisvgm-bin %description dvisvgm-bin
Binary files of dvisvgm Binary files of dvisvgm
%package ebong-bin
Version: %{texlive_version}.%{texlive_release}.svn21000
Release: 0
Summary: Binary files of ebong
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
URL: http://www.tug.org/texlive/
Requires(pre): texlive-ebong >= %{texlive_version}
#!BuildIgnore: texlive-ebong
Prefix: %{_bindir}
%description ebong-bin
Binary files of ebong
%package eplain-bin %package eplain-bin
Version: %{texlive_version}.%{texlive_release}.svn3006 Version: %{texlive_version}.%{texlive_release}.svn3006
Release: 0 Release: 0
@ -2652,23 +2638,6 @@ Prefix: %{_bindir}
%description purifyeps-bin %description purifyeps-bin
Binary files of purifyeps Binary files of purifyeps
%package pygmentex-bin
Version: %{texlive_version}.%{texlive_release}.svn34996
Release: 0
Summary: Binary files of pygmentex
License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities
URL: http://www.tug.org/texlive/
Requires(pre): texlive-pygmentex >= %{texlive_version}
#!BuildIgnore: texlive-pygmentex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Recommends: texlive-collection-basic >= %{texlive_version}
Prefix: %{_bindir}
%description pygmentex-bin
Binary files of pygmentex
%package pythontex-bin %package pythontex-bin
Version: %{texlive_version}.%{texlive_release}.svn31638 Version: %{texlive_version}.%{texlive_release}.svn31638
Release: 0 Release: 0
@ -4822,10 +4791,6 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
%defattr(-,root,root,755) %defattr(-,root,root,755)
%{_bindir}/dvisvgm %{_bindir}/dvisvgm
%files ebong-bin
%defattr(-,root,root,755)
%{_bindir}/ebong
%files eplain-bin %files eplain-bin
%defattr(-,root,root,755) %defattr(-,root,root,755)
%{_bindir}/eplain %{_bindir}/eplain
@ -5307,10 +5272,6 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
%defattr(-,root,root,755) %defattr(-,root,root,755)
%{_bindir}/purifyeps %{_bindir}/purifyeps
%files pygmentex-bin
%defattr(-,root,root,755)
%{_bindir}/pygmentex
%files pythontex-bin %files pythontex-bin
%defattr(-,root,root,755) %defattr(-,root,root,755)
%{_bindir}/depythontex %{_bindir}/depythontex