.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=382
This commit is contained in:
parent
d731d8dd30
commit
3d05ed9206
@ -1,4 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<constraints>
|
||||
<hostlabel exclude="true">SLOW_CPU</hostlabel>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">4</size>
|
||||
|
@ -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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
43
texlive.spec
43
texlive.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2020
|
||||
%define texlive_previous 2019
|
||||
%define texlive_release 20200327
|
||||
%define texlive_noarch 177
|
||||
%define texlive_noarch 182
|
||||
%define texlive_source texlive-20200327-source
|
||||
|
||||
%define __perl_requires %{nil}
|
||||
@ -1201,20 +1201,6 @@ Prefix: %{_bindir}
|
||||
%description dvisvgm-bin
|
||||
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
|
||||
Version: %{texlive_version}.%{texlive_release}.svn3006
|
||||
Release: 0
|
||||
@ -2652,23 +2638,6 @@ Prefix: %{_bindir}
|
||||
%description purifyeps-bin
|
||||
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
|
||||
Version: %{texlive_version}.%{texlive_release}.svn31638
|
||||
Release: 0
|
||||
@ -4822,10 +4791,6 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
%defattr(-,root,root,755)
|
||||
%{_bindir}/dvisvgm
|
||||
|
||||
%files ebong-bin
|
||||
%defattr(-,root,root,755)
|
||||
%{_bindir}/ebong
|
||||
|
||||
%files eplain-bin
|
||||
%defattr(-,root,root,755)
|
||||
%{_bindir}/eplain
|
||||
@ -5307,10 +5272,6 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
%defattr(-,root,root,755)
|
||||
%{_bindir}/purifyeps
|
||||
|
||||
%files pygmentex-bin
|
||||
%defattr(-,root,root,755)
|
||||
%{_bindir}/pygmentex
|
||||
|
||||
%files pythontex-bin
|
||||
%defattr(-,root,root,755)
|
||||
%{_bindir}/depythontex
|
||||
|
Loading…
Reference in New Issue
Block a user