]> git.pld-linux.org Git - packages/aspell.git/blobdiff - aspell.spec
- x32 rebuild
[packages/aspell.git] / aspell.spec
index 62e8ba75c7c0dc1c80db42e8a98728060e84152e..99404ebe34414fb5d70c41a4b14bb5c86f2203e0 100644 (file)
@@ -2,21 +2,23 @@ Summary:      GNU Aspell is an Open Source spell checker
 Summary(pl.UTF-8):     GNU Aspell jest kontrolerem pisowni
 Summary(pt_BR.UTF-8):  Verificador ortográfico
 Name:          aspell
-Version:       0.60.6
-Release:       1
+Version:       0.60.6.1
+Release:       4
 Epoch:         3
 License:       LGPL v2 or v2.1
 Group:         Applications/Text
 Source0:       http://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
-# Source0-md5: bc80f0198773d5c05086522be67334eb
+# Source0-md5: e66a9c9af6a60dc46134fdacf6ce97d7
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-home_etc.patch
+Patch1:                %{name}-ac.patch
+#Patch2:               %{name}-home_etc.patch
 URL:           http://aspell.net/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
-BuildRequires: gettext-devel >= 0.16.1
+BuildRequires: gettext-tools >= 0.16.1
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
+BuildRequires: ncurses-devel
 BuildRequires: texinfo
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Provides:      pspell = %{epoch}:%{version}-%{release}
@@ -109,6 +111,11 @@ aspell.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+# home_etc patch is fubar. If HOME_ETC var is not defined, it tries to open
+# such files:
+# open("$HOME|.//.aspell.conf", O_RDONLY) = -1 ENOENT (No such file or directory)
+# Disabled until someone fixes it.
+#%%patch2 -p1
 
 %build
 %{__gettextize}
@@ -117,7 +124,6 @@ aspell.
 %{__autoconf}
 %{__automake}
 %configure \
-       --enable-shared \
        --enable-static \
        --enable-pkgdatadir=%{_datadir}/aspell \
        --enable-pkglibdir=%{_libdir}/aspell
@@ -139,6 +145,18 @@ rm -rf $RPM_BUILD_ROOT
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
+%post  -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%post  devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
+%postun        devel -p /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc README manual/aspell.html
This page took 0.042762 seconds and 4 git commands to generate.