3.62
remove autoreconf
This commit is contained in:
parent
0120027c50
commit
82db07f338
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
pstoedit-3.45.tar.gz
|
||||
/pstoedit-3.60.tar.gz
|
||||
/pstoedit-3.61.tar.gz
|
||||
/pstoedit-3.62.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: pstoedit
|
||||
Version: 3.61
|
||||
Release: 3%{?dist}
|
||||
Version: 3.62
|
||||
Release: 1%{?dist}
|
||||
Summary: Translates PostScript and PDF graphics into other vector formats
|
||||
|
||||
Group: Applications/Productivity
|
||||
@ -17,9 +17,6 @@ BuildRequires: plotutils-devel
|
||||
%ifnarch ia64
|
||||
BuildRequires: libEMF-devel
|
||||
%endif
|
||||
# autoreconf
|
||||
BuildRequires: autoconf automake libtool
|
||||
|
||||
|
||||
%description
|
||||
Pstoedit converts PostScript and PDF files to various vector graphic
|
||||
@ -46,10 +43,6 @@ dos2unix doc/*.htm doc/readme.txt
|
||||
|
||||
|
||||
%build
|
||||
# autoreconf has been added due to bug #926382,
|
||||
# should be safe to remove once configure is Autoconf => 2.68 generated, i.e.
|
||||
# with pstoedit > 3.61
|
||||
autoreconf --verbose --force --install
|
||||
# Buildling without ImageMagick support, to work around bug 507035
|
||||
%configure --disable-static --with-emf --without-swf --without-magick
|
||||
|
||||
@ -91,6 +84,10 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2013 Jiri Popelka <jpopelka@redhat.com> - 3.62-1
|
||||
- 3.62
|
||||
- remove autoreconf
|
||||
|
||||
* Mon Mar 25 2013 Jiri Popelka <jpopelka@redhat.com> - 3.61-3
|
||||
- Run autoreconf prior to running configure (#926382)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user