forked from pool/texlive
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=2
This commit is contained in:
parent
d6b30a4b10
commit
45e8c5e669
@ -3,3 +3,4 @@ addFilter(".*texlive.src:.*:.*macro-in-comment.*")
|
||||
addFilter(".*texlive-scheme-.*.noarch:.*:-*summary-not-capitalized.*")
|
||||
addFilter(".*texlive-.*noarch:.*:.*filename-too-long-for-joliet.*")
|
||||
addFilter(".*texlive-.*:.*:.*description-shorter-than-summary.*")
|
||||
addFilter(".*texlive-.*-devel\..*:.*:.*no-dependency-on.*")
|
||||
|
15
texlive.spec
15
texlive.spec
@ -26,7 +26,7 @@
|
||||
Name: texlive
|
||||
Version: %{texlive_version}
|
||||
Release: %{texlive_release}
|
||||
License: GPL-2.0+ ; GPL-2.0 ; GPL-3.0 ; LPPL-1.3c ; LPPL-1 ; Artistic-1 ; Apache-2 ; MIT ; OFL-1.1 ; BSD3c ; TeX-License ; Public Domain
|
||||
License: GPL-2.0+ and GPL-2.0 and GPL-3.0 and LPPL-1.3c and LPPL-1 and Artistic-1 and Apache-2 and MIT and BSD3c and TeX-License and Public Domain
|
||||
Summary: The TeXLive Formatting System
|
||||
Group: Productivity/Publishing/TeX/Base
|
||||
Url: http://www.tug.org/texlive/
|
||||
@ -5107,7 +5107,7 @@ Prefix: /usr/bin
|
||||
Binaries of xmltex
|
||||
|
||||
%package -n libkpathsea6
|
||||
License: LGPL
|
||||
License: LGPL-2.1+
|
||||
Version: 6.0.1
|
||||
Release: 0
|
||||
Summary: Path searching library for TeX-related files
|
||||
@ -5124,7 +5124,7 @@ separately, but rather is released and maintained as part of
|
||||
the TeX-live sources.
|
||||
|
||||
%package -n %{name}-kpathsea-devel
|
||||
License: LGPL
|
||||
License: LGPL-2.1+
|
||||
Version: 6.0.1
|
||||
Release: 0
|
||||
Summary: Path searching library for TeX-related files
|
||||
@ -5141,7 +5141,7 @@ separately, but rather is released and maintained as part of
|
||||
the TeX-live sources.
|
||||
|
||||
%package -n libptexenc1
|
||||
License: BSD
|
||||
License: BSD3c
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Libraries of Kanji code convert library for pTeX
|
||||
@ -5155,7 +5155,7 @@ The ptexenc is a useful library for Japanese pTeX
|
||||
TeX by ASCII Co.) and its surrounding tools.
|
||||
|
||||
%package -n %{name}-ptexenc-devel
|
||||
License: BSD
|
||||
License: BSD3c
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Libraries of Kanji code convert library for pTeX
|
||||
@ -5819,6 +5819,7 @@ TeX by ASCII Co.) and its surrounding tools.
|
||||
%verify_permissions -e %{_texmfvardir}/main/ls-R
|
||||
%verify_permissions -e %{_texmfcache}/
|
||||
%verify_permissions -e %{_fontcache}/
|
||||
%verify_permissions -e %{_fontcache}/ls-R
|
||||
%verify_permissions -e %{_fontcache}/pk/
|
||||
%verify_permissions -e %{_fontcache}/source/
|
||||
%verify_permissions -e %{_fontcache}/tfm/
|
||||
@ -5839,8 +5840,10 @@ TeX by ASCII Co.) and its surrounding tools.
|
||||
%set_permissions %{_texmfvardir}/main/ls-R
|
||||
%set_permissions %{_texmfcache}/
|
||||
%set_permissions %{_fontcache}/
|
||||
%set_permissions %{_fontcache}/ls-R
|
||||
%set_permissions %{_fontcache}/pk/
|
||||
%set_permissions %{_fontcache}/source/
|
||||
%set_permissions %{_fontcache}/tfm/
|
||||
mkdir -p /var/run/texlive
|
||||
> /var/run/texlive/run-texhash
|
||||
|
||||
@ -5980,7 +5983,7 @@ mkdir -p /var/run/texlive
|
||||
%config(noreplace) %verify(not md5 size mtime) %{_texmfconfdir}/web2c/texmf.cnf
|
||||
%verify(link) %{_texmfmaindir}/web2c/fmtutil.cnf
|
||||
%verify(link) %{_texmfmaindir}/web2c/texmf.cnf
|
||||
%{_texmfconfdir}/permlist
|
||||
%config %{_texmfconfdir}/permlist
|
||||
%attr(0755,root,root) %{_texmfmaindir}/texconfig/update
|
||||
%verify(link) %{_texmfmaindir}/ls-R
|
||||
%verify(link) %{_texmfdistdir}/ls-R
|
||||
|
Loading…
Reference in New Issue
Block a user