From 3be255c8ff10b08c837131e403a1d3a985140a28 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 15 Feb 2007 18:47:50 +0000 Subject: [PATCH] try and remove archaic autotools usage --- libwmf.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/libwmf.spec b/libwmf.spec index 6124ade..7e74469 100644 --- a/libwmf.spec +++ b/libwmf.spec @@ -1,7 +1,7 @@ Summary: Windows Metafile Library Name: libwmf Version: 0.2.8.4 -Release: 13%{?dist} +Release: 14%{?dist} Group: System Environment/Libraries License: LGPL Source: http://downloads.sourceforge.net/wvware/%{name}-%{version}.tar.gz @@ -17,7 +17,7 @@ Patch6: libwmf-0.2.8.4-reducesymbols.patch Requires(post): %{_bindir}/update-gdk-pixbuf-loaders Requires(postun): %{_bindir}/update-gdk-pixbuf-loaders BuildRequires: gtk2-devel, libtool, libxml2-devel, gd-devel, libpng-devel -BuildRequires: libjpeg-devel, automake14, libXt-devel, libX11-devel, dos2unix +BuildRequires: libjpeg-devel, libXt-devel, libX11-devel, dos2unix, libtool %description A library for reading and converting Windows MetaFile vector graphics (WMF) @@ -44,10 +44,8 @@ using libwmf. %build rm configure.ac -libtoolize --force --copy -aclocal-1.4 -autoconf -automake-1.4 -a +ln -s patches/acconfig.h acconfig.h +autoreconf -i -f %configure --with-libxml2 --disable-static export tagname=CC make LIBTOOL=/usr/bin/libtool %{?_smp_mflags} @@ -101,6 +99,9 @@ find doc -name "Makefile*" -exec rm {} \; rm -r $RPM_BUILD_ROOT %changelog +* Thu Feb 15 2007 Caolan McNamara 0.2.8.4-14 +- remove use of archaic autotools + * Fri Feb 09 2007 Caolan McNamara 0.2.8.4-13 - Resolves: rhbz#222734 no need for Makefiles in doc dirs