]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- added info patch (direntry unifications)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Oct 2004 11:40:05 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell.spec -> 1.67

aspell.spec

index 967bf8be0c22e07a3c8caea5d5f15d23c20030f7..dad39f3e6b7ed8fd0914a140c6d61998e3dece0a 100644 (file)
@@ -13,12 +13,14 @@ Source0:    ftp://ftp.gnu.org/gnu/aspell/%{name}-%{version}.tar.gz
 # Security patch from gentoo: http://www.gentoo.org/cgi-bin/viewcvs.cgi/app-text/aspell/files/aspell-buffer-fix.patch
 # ref.: http://securitytracker.com/alerts/2004/Jun/1010435.html
 Patch0:                %{name}-buffer-fix.patch
+Patch1:                %{name}-info.patch
 URL:           http://aspell.net/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtool >= 2:1.5
+BuildRequires: texinfo
 Provides:      pspell = %{epoch}:%{version}-%{release}
 Obsoletes:     libaspell15
 Obsoletes:     pspell
@@ -96,6 +98,7 @@ aspell.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
This page took 0.055187 seconds and 4 git commands to generate.