|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
Name: latexml
|
|
Name: latexml
|
|
Version: 0.7.0
|
|
Version: 0.7.0
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Summary: LaTeX to XML Converter
|
|
Summary: LaTeX to XML Converter
|
|
|
|
|
|
Group: Development/Libraries
|
|
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}
|
|
%setup -q -n %{pkgname}-%{version}
|
|
|
|
|
|
%build
|
|
%build
|
|
|
|
+export CFLAGS="$RPM_OPT_FLAGS"
|
|
%__perl Makefile.PL TEXMF=%{_datadir}/texmf INSTALLDIRS=vendor
|
|
%__perl Makefile.PL TEXMF=%{_datadir}/texmf INSTALLDIRS=vendor
|
|
%__make
|
|
%__make
|
|
|
|
|
|
@@ -57,5 +58,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist | xargs %__rm -f
|
|
%dir %{perl_vendorlib}/LaTeXML
|
|
%dir %{perl_vendorlib}/LaTeXML
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Thu Aug 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 0.7.0-1
|
|
- initial build
|
|
- initial build
|