forked from pool/texlive
Compare commits
30 Commits
Author | SHA256 | Date | |
---|---|---|---|
fad741cd8c | |||
c82e1e9422 | |||
cd80971e24 | |||
72886be259 | |||
1353590aaa | |||
18106fb4a4 | |||
6af8455d1e | |||
70e68ea23b | |||
ac9d80d6b5 | |||
e738d0d182 | |||
ae358453c1 | |||
938756d72d | |||
dd58e8a860 | |||
b15728f4f3 | |||
5e045713b6 | |||
e4009ead08 | |||
25aba680f4 | |||
d579e03a05 | |||
eee630942d | |||
5ccdcfe327 | |||
c09e976e50 | |||
14486518a7 | |||
03625f1c61 | |||
ff5a7960be | |||
55e40e1438 | |||
140e4f00c1 | |||
50672a4ff1 | |||
b37cbeecbf | |||
d4e04f809b | |||
d7f012c397 |
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 8 03:51:01 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Avoid embedding randomness into rpm headers (boo#1237231)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 12:28:00 UTC 2025 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Use zlib-ng-compat only for opensuse builds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 14:20:10 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Use zlib-ng-compat-devel
|
||||
- Let texlive-pdfjam-bin depend on /usr/bin/pdflatex (boo#1231783)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 16 11:34:24 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
10
texlive.spec
10
texlive.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package texlive
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -164,7 +164,11 @@ BuildRequires: unzip
|
||||
BuildRequires: xaw3d-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: zip
|
||||
%if 0%{?suse_version} > 1550 && 0%{is_opensuse}
|
||||
BuildRequires: zlib-ng-compat-devel
|
||||
%else
|
||||
BuildRequires: zlib-devel
|
||||
%endif
|
||||
BuildRequires: zziplib-devel
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xaw7)
|
||||
@@ -288,7 +292,7 @@ Prefix: %{_bindir}
|
||||
%define add_optflags(a:f:t:p:w:W:d:g:O:A:C:D:E:H:i:M:n:P:U:u:l:s:X:B:I:L:b:V:m:x:c:S:E:o:v:) \
|
||||
%global optflags %{optflags} %{**}
|
||||
|
||||
%{expand: %%global options %(mktemp /tmp/texlive-opts.XXXXXXXX)}
|
||||
%global options ~/.tmp.texlive-opts
|
||||
%global _varlib %{_localstatedir}/lib
|
||||
|
||||
%define libexec %(rpm --eval '%%{_libexecdir}' | sed 's-/usr--g')
|
||||
@@ -2550,6 +2554,7 @@ Group: Productivity/Publishing/TeX/Utilities
|
||||
URL: https://www.tug.org/texlive/
|
||||
Provides: pdfjam = %{texlive_version}
|
||||
Obsoletes: pdfjam < %{texlive_version}
|
||||
Requires: /usr/bin/pdflatex
|
||||
Requires(pre): texlive-pdfjam >= %{texlive_version}
|
||||
#!BuildIgnore: texlive-pdfjam
|
||||
Prefix: %{_bindir}
|
||||
@@ -4593,6 +4598,7 @@ popd
|
||||
|
||||
# Read the options file
|
||||
. %{options}
|
||||
rm -vf %{options}
|
||||
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
mkdir -p %{buildroot}%{_libdir}/pkgconfig
|
||||
|
Reference in New Issue
Block a user