Dr. Werner Fink 2013-07-16 14:46:25 +00:00 committed by Git OBS Bridge
parent 654f019c4e
commit 1c473e0301
2 changed files with 25 additions and 17 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jul 16 12:36:45 UTC 2013 - werner@suse.de
- Let texlive-biber require perl(LWP::UserAgent) to be able to
read system based certificates
- New rpm had removed "prereq" flag from installation script bits
that is that `Requires(prereq)' is not valid anymore :(((
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 16 09:35:39 CEST 2013 - mhrusecky@suse.cz Thu May 16 09:35:39 CEST 2013 - mhrusecky@suse.cz

View File

@ -19,7 +19,7 @@
%define texlive_version 2012 %define texlive_version 2012
%define texlive_previous 2011 %define texlive_previous 2011
%define texlive_release 20120611 %define texlive_release 20120611
%define texlive_noarch 66 %define texlive_noarch 67
%define texlive_source texlive-20120611-source %define texlive_source texlive-20120611-source
%define __perl_requires %{nil} %define __perl_requires %{nil}
@ -53,21 +53,21 @@ Summary: The TeXLive Formatting System
License: GPL-2.0+ and GPL-2.0 and GPL-3.0 and LPPL-1.3c and LPPL-1.0 and Artistic-1.0 and Apache-2.0 and MIT and BSD-3-Clause and SUSE-TeX and SUSE-Public-Domain License: GPL-2.0+ and GPL-2.0 and GPL-3.0 and LPPL-1.3c and LPPL-1.0 and Artistic-1.0 and Apache-2.0 and MIT and BSD-3-Clause and SUSE-TeX and SUSE-Public-Domain
Group: Productivity/Publishing/TeX/Base Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/ Url: http://www.tug.org/texlive/
Requires(prereq): /usr/bin/perl Requires(pre): /usr/bin/perl
Requires(prereq): /usr/bin/clear Requires(pre): /usr/bin/clear
Requires(prereq): /usr/bin/dialog Requires(pre): /usr/bin/dialog
Requires(prereq): coreutils Requires(pre): coreutils
Requires(prereq): ed Requires(pre): ed
Requires(prereq): findutils Requires(pre): findutils
Requires(prereq): grep Requires(pre): grep
Requires(prereq): sed Requires(pre): sed
Requires(prereq): %{name}-filesystem >= %{texlive_version} Requires(pre): %{name}-filesystem >= %{texlive_version}
Requires(prereq): %{name}-kpathsea-bin >= %{texlive_version} Requires(pre): %{name}-kpathsea-bin >= %{texlive_version}
Requires(prereq): %{name}-kpathsea >= %{texlive_version} Requires(pre): %{name}-kpathsea >= %{texlive_version}
Requires(prereq): %{name}-tetex-bin >= %{texlive_version} Requires(pre): %{name}-tetex-bin >= %{texlive_version}
Requires(prereq): %{name}-tetex >= %{texlive_version} Requires(pre): %{name}-tetex >= %{texlive_version}
Requires(prereq): %{name}-texconfig-bin >= %{texlive_version} Requires(pre): %{name}-texconfig-bin >= %{texlive_version}
Requires(prereq): %{name}-texconfig >= %{texlive_version} Requires(pre): %{name}-texconfig >= %{texlive_version}
Requires(post): coreutils Requires(post): coreutils
Requires(postun): coreutils Requires(postun): coreutils
Requires(posttrans): coreutils Requires(posttrans): coreutils
@ -333,6 +333,7 @@ Group: Productivity/Publishing/TeX/Utilities
Url: http://www.tug.org/texlive/ Url: http://www.tug.org/texlive/
%if %{with buildbiber} %if %{with buildbiber}
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Requires: perl(LWP::UserAgent)
Requires: perl(Text::BibTeX) Requires: perl(Text::BibTeX)
%endif %endif
Prefix: %{_bindir} Prefix: %{_bindir}
@ -915,7 +916,6 @@ Summary: Binary files of kpathsea
License: LPPL-1.0 License: LPPL-1.0
Group: Productivity/Publishing/TeX/Utilities Group: Productivity/Publishing/TeX/Utilities
Url: http://www.tug.org/texlive/ Url: http://www.tug.org/texlive/
Requires(prereq): %{name}-filesystem
Requires(pre): %{name}-filesystem Requires(pre): %{name}-filesystem
Requires(pre): /usr/bin/getent Requires(pre): /usr/bin/getent
Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/groupadd