try and remove archaic autotools usage
This commit is contained in:
parent
1238e32edc
commit
3be255c8ff
13
libwmf.spec
13
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 <caolanm@redhat.com> 0.2.8.4-14
|
||||
- remove use of archaic autotools
|
||||
|
||||
* Fri Feb 09 2007 Caolan McNamara <caolanm@redhat.com> 0.2.8.4-13
|
||||
- Resolves: rhbz#222734 no need for Makefiles in doc dirs
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user