2012-06-13 08:18:32 +00:00
committed by Git OBS Bridge
parent 08bc4c131e
commit 50d3093c23
4 changed files with 187 additions and 6 deletions

View File

@@ -45,9 +45,9 @@ License: GPL-2.0+ and GPL-2.0 and GPL-3.0 and LPPL-1.3c and LPPL-1.0 and
Summary: The TeXLive Formatting System
Group: Productivity/Publishing/TeX/Base
Url: http://www.tug.org/texlive/
Requires: %{name}-filesystem >= %{texlive_version}
Requires: %{name}-kpathsea >= %{texlive_version}
Requires: %{name}-tetex >= %{texlive_version}
Requires(prereq): %{name}-filesystem >= %{texlive_version}
Requires(post): permissions
Requires(post): coreutils
Requires(postun): coreutils
@@ -56,6 +56,7 @@ Requires(posttrans): ed
Requires(posttrans): findutils
Requires(posttrans): grep
Requires(posttrans): sed
Requires(posttrans): %{name}-filesystem >= %{texlive_version}
Requires(posttrans): %{name}-kpathsea-bin >= %{texlive_version}
Requires(posttrans): %{name}-kpathsea >= %{texlive_version}
Requires(posttrans): %{name}-tetex-bin >= %{texlive_version}
@@ -509,7 +510,6 @@ License: LPPL-1.0
Summary: Binary files of cweb
Group: Productivity/Publishing/TeX/Utilities
Url: http://www.tug.org/texlive/
Obsoletes: texlive-bin-devel < %{texlive_version}
Prefix: %{_bindir}
%description cweb-bin
@@ -1786,7 +1786,6 @@ Release: 0
Summary: Path searching library for TeX-related files
Group: Development/Libraries/C and C++
Url: http://www.tug.org/texlive/
Obsoletes: texlive-devel < %{texlive_version}
Requires: libkpathsea6 = 6.0.1
%description -n %{name}-kpathsea-devel
@@ -1828,6 +1827,22 @@ The ptexenc is a useful library for Japanese pTeX
(which stands for publishing TeX, and is an extension of
TeX by ASCII Co.) and its surrounding tools.
%package -n %{name}-bin-devel
Version: %{texlive_version}.%{texlive_release}
Release: 0
License: LGPL-2.1+ and BSD-3-Clause and SUSE-TeX
Group: Development/Languages/Other
Summary: Basic development packages for TeXLive
Url: http://www.tug.org/texlive/
Requires: libkpathsea6
Requires: libptexenc1
Requires: texlive-cweb-bin
Requires: texlive-web-bin
%description -n %{name}-bin-devel
This package will cause the installation of several
development packages for TeXLive.
%prep
OS=%{_target_os}
CPU=%{_target_cpu}
@@ -2156,6 +2171,12 @@ TeX by ASCII Co.) and its surrounding tools.
mkdir -p ${prefix}/lib/mktex
$CC ${RPM_OPT_FLAGS} -DTEXGRP='"%{texgrp}"' -DMKTEX='"%{_libexecdir}/mktex"' -fPIE -pie -o ${prefix}/lib/mktex/public %{S:50}
# install our own scripts
mkdir -p ${prefix}/bin
install -m 0755 texk/seetexk/a4toa5 ${prefix}/bin/
install -m 0755 texk/seetexk/mydvichk ${prefix}/bin/
install -m 0755 texk/seetexk/odd2even ${prefix}/bin/
%if %{with buildbiber}
# dump a biber executable
pushd ../biblatex-biber-*
@@ -3025,6 +3046,9 @@ fi
%{_bindir}/dviconcat
%{_bindir}/dviselect
%{_bindir}/dvitodvi
%{_bindir}/a4toa5
%{_bindir}/mydvichk
%{_bindir}/odd2even
%files splitindex-bin
%defattr(-,root,root,755)
@@ -3200,4 +3224,7 @@ fi
%{_includedir}/ptexenc/*
%{_libdir}/libptexenc.so
%files -n %{name}-bin-devel
%defattr(-,root,root,755)
%changelog