Browse Source

generated by tlpdb2rpmspec 2011-2: tlpdb2rpmspec collection-binextra: set external dependencies

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5249 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
3a9b0564ee
1 changed files with 14 additions and 2 deletions
  1. 14 2
      t/texlive-collection-binextra/texlive-collection-binextra-vl.spec

+ 14 - 2
t/texlive-collection-binextra/texlive-collection-binextra-vl.spec

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