]> git.pld-linux.org Git - packages/aspell.git/blobdiff - aspell.spec
- fix info dir for main and devel packages
[packages/aspell.git] / aspell.spec
index 62e8ba75c7c0dc1c80db42e8a98728060e84152e..39bf13fef6833fa89457ca04f1b9ffc5f5271814 100644 (file)
@@ -3,20 +3,23 @@ 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
+Release:       6
 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
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-home_etc.patch
+# Patch1:              %{name}-home_etc.patch
+Patch2:                %{name}-mk-static-filter.pl.patch
+Patch3:                %{name}-ac.patch
 URL:           http://aspell.net/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: gettext-devel >= 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}
@@ -108,7 +111,13 @@ aspell.
 %prep
 %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.
+#%%patch1 -p1
+%patch2 -p0
+%patch3 -p1
 
 %build
 %{__gettextize}
@@ -139,6 +148,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.028395 seconds and 4 git commands to generate.