]> git.pld-linux.org Git - packages/enchant.git/commitdiff
- ac/am/lt, release 2 auto/ac/enchant-1_1_3-2
authorundefine <undefine@pld-linux.org>
Wed, 28 Jan 2004 17:51:09 +0000 (17:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enchant.spec -> 1.5

enchant.spec

index aa9ae04d84ee4ec93b668871973cc418284c11e7..6d342447f717a08f84914e566bb48ddfd2858cbf 100644 (file)
@@ -2,12 +2,15 @@ Summary:      libenchant - generic spell checking library
 Summary(pl):   libenchant - ogólna biblioteka sprawdzania pisowni
 Name:          enchant
 Version:       1.1.3
-Release:       1
+Release:       2
 License:       LGPL
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/abiword/%{name}-%{version}.tar.gz
 # Source0-md5: c95186755fe46b27a78d9a85fef2175c
 URL:           http://www.abisource.com/enchant/
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libtool
 BuildRequires: aspell-devel >= 0.50.0
 BuildRequires: glib2-devel >= 2.0
 BuildRequires: pkgconfig
@@ -134,6 +137,10 @@ Modu
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
        --with-ispell-dir=/usr/lib/ispell \
        --with-uspell-dir=/usr/share/uspell
This page took 0.07398 seconds and 4 git commands to generate.