]> git.pld-linux.org Git - packages/enchant.git/commitdiff
- updated to 1.2.0 AC-STABLE auto/ac/enchant-1_2_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Oct 2005 18:30:14 +0000 (18:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enchant.spec -> 1.9

enchant.spec

index 0ec2561e80ad7511f1d1a59ed6a2c7be015268a5..4cc3cebcf64cac803e9f902736a3749fa77dbb1d 100644 (file)
@@ -1,18 +1,18 @@
 Summary:       libenchant - generic spell checking library
 Summary(pl):   libenchant - ogólna biblioteka sprawdzania pisowni
 Name:          enchant
-Version:       1.1.6
+Version:       1.2.0
 Release:       1
 License:       LGPL
 Group:         Libraries
-Source0:       http://www.abisource.com/downloads/enchant/1.1.6/%{name}-%{version}.tar.gz
-# Source0-md5: 57727c23059e260a2c116c40f005439c
+Source0:       http://www.abisource.com/downloads/enchant/1.2.0/%{name}-%{version}.tar.gz
+# Source0-md5: e44a734a85fbbadf898fb935ac346f31
 URL:           http://www.abisource.com/enchant/
-BuildRequires: automake
-BuildRequires: autoconf
-BuildRequires: libtool
 BuildRequires: aspell-devel >= 2:0.50.0
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: glib2-devel >= 2.0
+BuildRequires: libtool
 BuildRequires: pkgconfig
 BuildRequires: uspell-devel >= 1.1.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -138,10 +138,11 @@ Modu
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I ac-helpers
 %{__autoconf}
 %{__automake}
 %configure \
+       --disable-binreloc \
        --with-ispell-dir=/usr/lib/ispell \
        --with-uspell-dir=/usr/share/uspell
 # --with-myspell-dir=/some/where
@@ -170,6 +171,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/enchant-lsmod
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %dir %{_libdir}/enchant
+%{_datadir}/enchant
 %{_mandir}/man1/enchant.1*
 
 %files devel
This page took 0.139019 seconds and 4 git commands to generate.