|
@@ -1,5 +1,5 @@
|
|
## -*- coding: utf-8-unix -*-
|
|
## -*- coding: utf-8-unix -*-
|
|
-## NOTE: This spec file is generated by tlpdb2rpmspec 2011-1:
|
|
+## NOTE: This spec file is generated by tlpdb2rpmspec 2011-2:
|
|
## tlpdb2rpmspec collection-binextra
|
|
## tlpdb2rpmspec collection-binextra
|
|
|
|
|
|
%global _use_internal_dependency_generator 0
|
|
%global _use_internal_dependency_generator 0
|
|
@@ -25,13 +25,17 @@ Summary: TeX Live: TeX auxiliary programs
|
|
Summary(ja): TeX Live: TeX auxiliary programs
|
|
Summary(ja): TeX Live: TeX auxiliary programs
|
|
Name: texlive-collection-binextra
|
|
Name: texlive-collection-binextra
|
|
Version: 2011
|
|
Version: 2011
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
License: GPL+, LGPLv2+, LPPL, Knuth, Freely redistributable without restriction, Public Domain, Artistic, GPLv3+
|
|
License: GPL+, LGPLv2+, LPPL, Knuth, Freely redistributable without restriction, Public Domain, Artistic, GPLv3+
|
|
Group: Applications/Publishing
|
|
Group: Applications/Publishing
|
|
URL:http://www.tug.org/texlive/
|
|
URL:http://www.tug.org/texlive/
|
|
|
|
|
|
Requires: texlive = %{version}
|
|
Requires: texlive = %{version}
|
|
Requires: texlive-collection-basic = %{version}
|
|
Requires: texlive-collection-basic = %{version}
|
|
|
|
+Requires: asymptote
|
|
|
|
+Requires: detex
|
|
|
|
+Requires: dvipng
|
|
|
|
+Requires: latexmk
|
|
|
|
|
|
Requires(post): texlive = %{version}
|
|
Requires(post): texlive = %{version}
|
|
Requires(postun): texlive = %{version}
|
|
Requires(postun): texlive = %{version}
|
|
@@ -503,6 +507,9 @@ pushd %{buildroot}%{_bindir}
|
|
%__ln_s $rlnk $lnk || exit 1
|
|
%__ln_s $rlnk $lnk || exit 1
|
|
done
|
|
done
|
|
popd
|
|
popd
|
|
|
|
+## use external packages
|
|
|
|
+%__rm %{buildroot}/usr/bin/latexmk || exit 1
|
|
|
|
+
|
|
## Files list
|
|
## Files list
|
|
find %{buildroot} -type f -or -type l | \
|
|
find %{buildroot} -type f -or -type l | \
|
|
%__sed -e "s|%{buildroot}||g" > filelist.full
|
|
%__sed -e "s|%{buildroot}||g" > filelist.full
|
|
@@ -540,6 +547,11 @@ exit 0
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Dec 3 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-2
|
|
|
|
+- generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-binextra
|
|
|
|
+- set external dependencies (texlive-collection-binextra,
|
|
|
|
+ texlive-collection-fontutils)
|
|
|
|
+
|
|
* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
|
|
* Sun Oct 30 2011 Munehiro Yamamoto <munepi@vinelinux.org> 2011-1
|
|
- generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-binextra
|
|
- generated by tlpdb2rpmspec 2011-1: tlpdb2rpmspec collection-binextra
|
|
|
|
|