Browse Source

updated latexml-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3954 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
f6f8a84655
1 changed files with 5 additions and 1 deletions
  1. 5 1
      l/latexml/latexml-vl.spec

+ 5 - 1
l/latexml/latexml-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           latexml
 Version:        0.7.0
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        LaTeX to XML Converter
 
 Group:          Development/Libraries
@@ -31,6 +31,7 @@ latexml is a program, written in Perl, that attempts to faithfully mimic TeX's b
 %setup -q -n %{pkgname}-%{version}
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS"
 %__perl Makefile.PL TEXMF=%{_datadir}/texmf INSTALLDIRS=vendor
 %__make
 
@@ -57,5 +58,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist | xargs %__rm -f
 %dir %{perl_vendorlib}/LaTeXML
 
 %changelog
+* Tue May 24 2011 Munehiro Yamamoto <munepi@vinelinux.org> - 0.7.0-2
+- rebuilt with perl-5.12.3
+
 * Thu Aug 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 0.7.0-1
 - initial build