]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- fix info dir for main and devel packages auto/th/aspell-0_60_6-6
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Feb 2011 21:12:05 +0000 (21:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.97

aspell.spec

index ff74db8b3e3d3c76e8ef1eb0b62fad7ff0add675..39bf13fef6833fa89457ca04f1b9ffc5f5271814 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      GNU Aspell jest kontrolerem pisowni
 Summary(pt_BR.UTF-8):  Verificador ortográfico
 Name:          aspell
 Version:       0.60.6
-Release:       5
+Release:       6
 Epoch:         3
 License:       LGPL v2 or v2.1
 Group:         Applications/Text
@@ -17,9 +17,9 @@ URL:          http://aspell.net/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: gettext-devel >= 0.16.1
-BuildRequires: ncurses-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
+BuildRequires: ncurses-devel
 BuildRequires: texinfo
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 Provides:      pspell = %{epoch}:%{version}-%{release}
@@ -148,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.065103 seconds and 4 git commands to generate.