]> git.pld-linux.org Git - packages/vim.git/commitdiff
- added selinux support
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 27 Dec 2003 00:35:18 +0000 (00:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.190

vim.spec

index c91304a240665fc82fda786526dcfe08b8a8c957..32a1ebb2b5065c5e956c67ca90185678521cdc3d 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -26,7 +26,7 @@ Summary(uk):  Visual editor IMproved - 
 Name:          vim
 Version:       %{_ver}.%{_patchlevel}
 #Version:      %{_ver}
-Release:       1
+Release:       2
 Epoch:         4
 License:       Charityware
 Group:         Applications/Editors/Vim
@@ -56,6 +56,8 @@ Patch10:      %{name}-specsyntax-pld.patch
 Patch11:       %{name}-bonobo.patch
 Patch12:       %{name}-home_etc.patch
 #Patch12:      %{name}-dynamic_python.patch
+Patch13:       %{name}-selinux.patch
+
 Patch99:       http://www.opensky.ca/gnome-vim/patches/vim-bonobo-20030726.patch
 Patch101:      ftp://ftp.vim.org/pub/editors/vim/patches/6.2.001
 Patch102:      ftp://ftp.vim.org/pub/editors/vim/patches/6.2.002
@@ -217,6 +219,7 @@ BuildRequires:      autoconf
 BuildRequires: gettext-devel
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel
+BuildRequires: libselinux-devel
 %{?with_bonobo:BuildRequires:  libbonoboui-devel >= 2.2.0}
 %{?with_bonobo:BuildRequires:  ORBit2-devel}
 %{?with_bonobo:BuildRequires:  nautilus-devel >= 2.2.0}
@@ -769,6 +772,7 @@ GNOME, 
 %patch10 -p1
 %{?with_bonobo:%patch11 -p1}
 %patch12 -p1
+%patch13 -p1
 
 %build
 cd src
This page took 0.146036 seconds and 4 git commands to generate.