forked from pool/texlive
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=138
This commit is contained in:
parent
de2174b9d6
commit
1e75ef6096
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 09:24:21 UTC 2013 - werner@suse.de
|
||||
|
||||
- Reset development version string with current version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 5 10:24:25 UTC 2013 - werner@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2013
|
||||
%define texlive_previous 2011
|
||||
%define texlive_release 20130620
|
||||
%define texlive_noarch 72
|
||||
%define texlive_noarch 74
|
||||
%define texlive_source texlive-20130620-source
|
||||
|
||||
%define __perl_requires %{nil}
|
||||
@ -2251,6 +2251,11 @@ popd
|
||||
else
|
||||
icu[0]=""
|
||||
fi
|
||||
# Wrong version string
|
||||
sed -ri '/m4_define.*tex_live_version/{s@[0-9]+/dev@%{version}@}' version.ac
|
||||
for rp in $(find -name configure) ; do
|
||||
sed -ri '/(Web2C|STRING|VERSION)/{s@[0-9]+/dev@%{version}@}' $rp
|
||||
done
|
||||
|
||||
# Avoid -rpath as libtool is not configurable at this point
|
||||
for rp in $(find -name libtool.m4 -or -name configure) ; do
|
||||
|
Loading…
Reference in New Issue
Block a user