]> git.pld-linux.org Git - packages/vim.git/commitdiff
- removed php highlight patch - minlines should be set in configuration
authorwrobell <wrobell@pld-linux.org>
Wed, 27 Mar 2002 14:11:22 +0000 (14:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  file

Changed files:
    vim.spec -> 1.110

vim.spec

index eff1a9e58ccaaa5e808d93ed56cc77aebefc0d18..f0c494eff4d69d520260127b1858dc04c312cecf 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -40,10 +40,9 @@ Source5:     g%{name}-gnome.desktop
 Source7:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 Patch0:                %{name}-sysconfdir.patch
 Patch1:                %{name}-visual.patch
-Patch2:                %{name}-phphighlight.patch
-Patch3:                %{name}-paths.patch
-Patch4:                %{name}-ispell.patch
-Patch5:                %{name}-ispell-axp.patch
+Patch2:                %{name}-paths.patch
+Patch3:                %{name}-ispell.patch
+Patch4:                %{name}-ispell-axp.patch
 URL:           http://www.vim.org/
 BuildRequires: autoconf
 BuildRequires: gettext-devel
@@ -410,11 +409,10 @@ GNOME, 
 #%setup -q -b1 -a6 -n %{name}%(echo %{_ver} | sed -e "s#\.##g")
 %patch0 -p1
 %patch1 -p1
-#%patch2 -p1
-%patch3 -p1
-%{?_with_ispell:%patch4 -p1}
+%patch2 -p1
+%{?_with_ispell:%patch3 -p1}
 %ifarch alpha
-%{?_with_ispell:%patch5 -p1}
+%{?_with_ispell:%patch4 -p1}
 %endif
 
 ## # these patches are to "extra" package which we don't need (nor use)
This page took 0.134232 seconds and 4 git commands to generate.