]> git.pld-linux.org Git - packages/libwmf.git/commitdiff
- updated to 0.1.21b, libwmf-0_1_21b-1
authorkloczek <kloczek@pld-linux.org>
Tue, 6 Feb 2001 04:17:08 +0000 (04:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- chamnged Source url to ftp,
- seems now passing in CFLAGS path to freetype header files isn't neccessary,
- removed zlib-devel from BuildRequires (libpng-devel now depend on
  zlib-devel).

Changed files:
    libwmf.spec -> 1.21

libwmf.spec

index c60f8e210fb68717e3d3684d389edb6b87386cd9..d1c113a18a7f720864d262df5c3fcba79b2251e6 100644 (file)
@@ -1,16 +1,16 @@
 Summary:       libwmf - library to convert wmf files
 Summary:       libwmf - biblioteka z funkcjami do konwersji plików wmf
 Name:          libwmf
-Version:       0.1.21
-Release:       2
+Version:       0.1.21b
+Release:       1
 Epoch:         2
 License:       GPL
+Vendor:                Caolan McNamara <Caolan.McNamara@ul.ie>
 Group:         Applications/Text
 Group(de):     Applikationen/Text
 Group(fr):     Utilitaires/Texte
 Group(pl):     Aplikacje/Tekst
-Vendor:                Caolan McNamara <Caolan.McNamara@ul.ie>
-Source0:       http://download.sourceforge.net/wvware/%{name}-%{version}.tar.gz
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/wvware/%{name}-%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-shared.patch
 URL:           http://wvware.sourceforge.net/
@@ -18,9 +18,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: libtool
 BuildRequires: libpng-devel
 BuildRequires: freetype-devel
-BuildRequires: zlib-devel
 BuildRequires: XFree86-devel
-#BuildRequires:        xpm-devel               # if XFree86-devel < 4.0.1-7
 
 %description
 libwmf is a library for unix like machines that can convert wmf files
@@ -56,9 +54,8 @@ This package contains libwmf static libraries.
 %patch1 -p1
 
 %build
-CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/freetype"
-%configure
-
+%configure \
+       --with-ttf
 %{__make}
 
 %install
This page took 0.030565 seconds and 4 git commands to generate.