]> git.pld-linux.org Git - packages/wv.git/commitdiff
- removed libwmf patch (libwmf is now linked properly)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 16 Feb 2001 17:22:29 +0000 (17:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BuildRequires: autoconf

Changed files:
    wv.spec -> 1.16

wv.spec

diff --git a/wv.spec b/wv.spec
index 15056509e07c5179477f2807c908758fa14b919a..71fb12f178d24e47d10c2e83219479bd65df742d 100644 (file)
--- a/wv.spec
+++ b/wv.spec
@@ -11,14 +11,14 @@ Group(pl):  Aplikacje/Tekst
 Vendor:                Caolan McNamara <Caolan.McNamara@ul.ie>
 Source0:       http://download.sourceforge.net/wvware/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
-Patch1:                %{name}-libwmf.patch
 URL:           http://www.wvWare.com/
+BuildRequires: autoconf
 BuildRequires: zlib-devel
 BuildRequires: libpng-devel
 BuildRequires: ImageMagick-devel
 BuildRequires: freetype-devel
 BuildRequires: XFree86-devel
-BuildRequires: libwmf-devel >= 0.1.21
+BuildRequires: libwmf-devel >= 0.1.21b-3
 BuildRequires: gd-devel
 BuildRequires: iconv
 Requires:      iconv
@@ -60,6 +60,7 @@ Summary:      Static libraries
 Summary(pl):   Biblioteki statyczne
 Group:         Libraries
 Group(de):     Libraries
+Group(es):     Bibliotecas
 Group(fr):     Librairies
 Group(pl):     Biblioteki
 Requires:      %{name}-devel = %{version}
@@ -73,7 +74,6 @@ Pakiet zawiera statyczne biblioteki.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
-%patch1 -p1
 
 # Checking for CVS specific files and removing them.
 find . -type d -name 'CVS'| xargs rm -rf
@@ -83,7 +83,6 @@ for var in HAVE_TTF HAVE_WMF HAVE_XPM HAVE_ZLIB HasPNG MATCHED_TYPE \
        MUST_USE_INTERNAL_ICONV_TABLE USE_ICONV USE_X XML_BYTE_ORDER; do
                echo "#undef $var" >> acconfig.h
 done
-autoconf
 autoheader
 %configure \
        --with-exporter \
This page took 0.079357 seconds and 4 git commands to generate.