]> git.pld-linux.org Git - packages/vim.git/commitdiff
- s/nofeature/no_feature/ in build section
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 13 Nov 2000 08:30:26 +0000 (08:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.43

vim.spec

index e158ab8c0d86b950635ad7fcf7cc313547d2fe5c..51fc5c5dae65688435eb97eef120671df1aa0e3f 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -209,8 +209,8 @@ mv -f vim vim.ncurses
 mv -f vim vim.static
 mv -f xxd/xxd xxd.static
 
-%{?noathena:#}%{__make} distclean
-%{?noathena:#}%configure \
+%{?no_athena:#}%{__make} distclean
+%{?no_athena:#}%configure \
        --enable-max-features \
        --enable-gui=athena \
        --with-x \
@@ -219,11 +219,11 @@ mv -f xxd/xxd xxd.static
        --disable-tclinterp \
        --disable-cscope \
        --disable-gpm
-%{?noathena:#}%{__make} vim
-%{?noathena:#}mv -f vim gvim.athena
+%{?no_athena:#}%{__make} vim
+%{?no_athena:#}mv -f vim gvim.athena
 
-%{?nomotif:#}%{__make} distclean
-%{?nomotif:#}%configure \
+%{?no_motif:#}%{__make} distclean
+%{?no_motif:#}%configure \
        --enable-max-features \
        --enable-gui=motif \
        --with-x \
@@ -232,11 +232,11 @@ mv -f xxd/xxd xxd.static
        --disable-tclinterp \
        --disable-cscope \
        --disable-gpm
-%{?nomotif:#}%{__make} vim
-%{?nomotif:#}mv -f vim gvim.motif
+%{?no_motif:#}%{__make} vim
+%{?no_motif:#}mv -f vim gvim.motif
 
-%{?nogtk:#}%{__make} distclean
-%{?nogtk:#}%configure \
+%{?no_gtk:#}%{__make} distclean
+%{?no_gtk:#}%configure \
        --enable-max-features \
        --enable-gui=gtk \
        --with-x \
@@ -245,8 +245,8 @@ mv -f xxd/xxd xxd.static
        --disable-tclinterp \
        --disable-cscope \
        --disable-gpm
-%{?nogtk:#}%{__make} vim
-%{?nogtk:#}mv -f vim gvim.gtk
+%{?no_gtk:#}%{__make} vim
+%{?no_gtk:#}mv -f vim gvim.gtk
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.09009 seconds and 4 git commands to generate.