|
@@ -1,5 +1,6 @@
|
|
## -*- coding: utf-8-unix -*-
|
|
## -*- coding: utf-8-unix -*-
|
|
%bcond_with firstbuild
|
|
%bcond_with firstbuild
|
|
|
|
+%bcond_with sources
|
|
|
|
|
|
%define enable_sharedlib 1
|
|
%define enable_sharedlib 1
|
|
%if %{?_dist_release} == "vl6"
|
|
%if %{?_dist_release} == "vl6"
|
|
@@ -34,7 +35,7 @@ Summary: The TeX text formatting system
|
|
Summary(ja): TeX 文書整形システム
|
|
Summary(ja): TeX 文書整形システム
|
|
Name: texlive
|
|
Name: texlive
|
|
Version: 2011
|
|
Version: 2011
|
|
-Release: 6%{?_dist_release}
|
|
+Release: 7%{?_dist_release}
|
|
License: distributable
|
|
License: distributable
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
URL: http://www.tug.org/texlive/
|
|
URL: http://www.tug.org/texlive/
|
|
@@ -110,7 +111,7 @@ Requires(post,postun): fontconfig >= 2.6.0-2
|
|
Requires(post): ed mktemp
|
|
Requires(post): ed mktemp
|
|
Requires(post): vutils >= 2.0.5
|
|
Requires(post): vutils >= 2.0.5
|
|
%{!?with_firstbuild:BuildRequires: texlive-common = %{version}}
|
|
%{!?with_firstbuild:BuildRequires: texlive-common = %{version}}
|
|
-BuildRequires: texlive-sources = %{version}
|
|
+%{!?with_sources:BuildRequires: texlive-sources = %{version}}
|
|
BuildRequires: xz
|
|
BuildRequires: xz
|
|
BuildRequires: unzip
|
|
BuildRequires: unzip
|
|
BuildRequires: bison flex
|
|
BuildRequires: bison flex
|
|
@@ -125,7 +126,7 @@ BuildRequires: XOrg-devel
|
|
BuildRequires: freetype2-devel >= 2.1.10
|
|
BuildRequires: freetype2-devel >= 2.1.10
|
|
BuildRequires: autoconf >= 2.68
|
|
BuildRequires: autoconf >= 2.68
|
|
BuildRequires: openMotif-devel
|
|
BuildRequires: openMotif-devel
|
|
-BuildRequires: poppler-devel >= 0.12
|
|
+#BuildRequires: poppler-devel >= 0.12
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: openssl-devel
|
|
BuildRequires: libpaper-devel
|
|
BuildRequires: libpaper-devel
|
|
BuildRequires: fontconfig-devel
|
|
BuildRequires: fontconfig-devel
|
|
@@ -713,6 +714,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Oct 30 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-7
|
|
|
|
+- drop BR: poppler-devel temporaly
|
|
|
|
+ - modify tl11supp-120120-vine.patch, texlive-20110705-vine.patch to do that
|
|
|
|
+
|
|
* Mon May 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-6
|
|
* Mon May 28 2012 Munehiro Yamamoto <munepi@vinelinux.org> 2011-6
|
|
- build with poppler-0.18.4
|
|
- build with poppler-0.18.4
|
|
- remove tlmgr
|
|
- remove tlmgr
|