Solve the x86_64-redhat-linux-gnu configure target error
This commit is contained in:
parent
07f68c7109
commit
f370927fca
1 changed files with 5 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Name: xlhtml
|
||||
Summary: Excel 95/97 and PowerPoint to HTML converter
|
||||
Version: 0.5
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
|
||||
License: GPLv2+
|
||||
Group: Applications/Text
|
||||
|
|
@ -22,6 +22,7 @@ internet. pptHtml program converts PowerPoint files to HTML.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
rm -f config.{guess,sub}
|
||||
aclocal
|
||||
autoconf
|
||||
automake -a
|
||||
|
|
@ -45,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 01 2009 Robert Scheck <robert@fedoraproject.org> 0.5-10
|
||||
- Solve the x86_64-redhat-linux-gnu configure target error
|
||||
|
||||
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue