[parrot] general include TeX Live for building

Gerd Pokorra gerd at fedoraproject.org
Thu Feb 7 08:17:47 UTC 2013


commit c3c0607ac5a8594942992aed790128a8053c19c3
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Thu Feb 7 08:58:42 2013 +0100

    general include TeX Live for building

 parrot.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/parrot.spec b/parrot.spec
index d72cdd8..dbe0273 100644
--- a/parrot.spec
+++ b/parrot.spec
@@ -2,7 +2,7 @@
 
 Name:           parrot
 Version:        5.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A virtual machine
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -30,7 +30,7 @@ BuildRequires:  openssl-devel
 BuildRequires:  flex
 BuildRequires:  bison
 # Needed to generate the Parrot PDF book
-BuildRequires:  perl(Pod::PseudoPod::LaTeX), texlive-latex
+BuildRequires:  perl(Pod::PseudoPod::LaTeX), texlive, texlive-latex-bin
 # Needed to desktop-file-install usage
 BuildRequires:  desktop-file-utils
 
@@ -134,8 +134,7 @@ Parrot Virtual Machine development files for building languages.
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 
 make %{_smp_mflags}
-make docs html
-#make docs html pdf
+make docs html pdf
 gmake -C docs man
 
 
@@ -147,6 +146,7 @@ rm -rf $RPM_BUILD_ROOT
 export LD_LIBRARY_PATH=$( pwd )/blib/lib
 
 make install DESTDIR=$RPM_BUILD_ROOT
+# remove installed MANIFEST files to avoid having BUILDROOT in installed files
 rm -f $RPM_BUILD_ROOT/usr/share/parrot/%{version}/MANIFEST
 rm -f $RPM_BUILD_ROOT/usr/share/parrot/%{version}/MANIFEST.dev
 
@@ -311,6 +311,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Feb 07 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 5.0.0-2
+- modify BuildRequires to general include TeX Live
+
 * Thu Jan 31 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 5.0.0-1
 - update to 5.0.0
 - add additional man pages


More information about the scm-commits mailing list