]> git.pld-linux.org Git - packages/vim.git/commitdiff
- pl descr for gvim-bonobo, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 27 Jan 2004 09:10:40 +0000 (09:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.198

vim.spec

index 6377e7128d0d9ed91a190a7594b55b4717635612..aa84fb5a4f0b06dbdc5b4dedbce3ea8c6fbc6450 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -1,15 +1,15 @@
 #
 # Conditional build:
-%bcond_without static # without static version
-%bcond_without athena # without Athena Widgets-based gvim
-%bcond_without motif  # without Motif-based gvim
-%bcond_without gtk    # without gtk+-based gvim support
-%bcond_without gnome  # without gnome-based gvim support
-%bcond_with    perl   # with perl interp
-%bcond_with    python # with python interp
-%bcond_with    ruby   # with ruby interp
-%bcond_with    tcl    # with tcl interp
-%bcond_without bonobo # without bonobo component
+%bcond_without static  # without static version
+%bcond_without athena  # without Athena Widgets-based gvim
+%bcond_without motif   # without Motif-based gvim
+%bcond_without gtk     # without gtk+-based gvim support
+%bcond_without gnome   # without gnome-based gvim support
+%bcond_with    perl    # with perl interp
+%bcond_with    python  # with python interp
+%bcond_with    ruby    # with ruby interp
+%bcond_with    tcl     # with tcl interp
+%bcond_without bonobo  # without bonobo component
 #
 %define                _ver            6.2
 %define                _patchlevel     211
@@ -467,7 +467,7 @@ GNOME, 
 
 %package -n gvim-bonobo
 Summary:       Vim for X Window built as bonobo component
-Summary(pl):   Vim dla X Window korzystaj±cy z element bonobo
+Summary(pl):   Vim dla X Window zbudowany jako element bonobo
 Group:         Applications/Editors/Vim
 Requires:      %{name}-rt = %{epoch}:%{version}
 Requires:      iconv
@@ -477,6 +477,10 @@ Obsoletes: vim-X11
 The classic Unix text editor now also under X Window System! This
 version is build as bonobo component.
 
+%description -n gvim-bonobo -l pl
+Wersja edytora Vim pracuj±ca w ¶rodowisku X Window, zbudowana jako
+element bonobo.
+
 %prep
 %setup -q -b1 -b2 -n %{name}%(echo %{_ver} | tr -d .)
 # official patches
@@ -518,7 +522,7 @@ cd src
 # needed to prevent deconfiguring
 cp -f configure auto
 
-mkdir bin
+install -d bin
 
 %if %{with bonobo}
 %{__make} distclean
@@ -809,7 +813,7 @@ install %{SOURCE12} $RPM_BUILD_ROOT%{_desktopdir}
 %if %{with bonobo}
 install -d $RPM_BUILD_ROOT%{_libdir}/bonobo/servers
 install src/bin/Vim_Control.server $RPM_BUILD_ROOT%{_libdir}/bonobo/servers
-install -m755 src/bin/vim-{component,factory}  $RPM_BUILD_ROOT%{_bindir}/
+install -m755 src/bin/vim-{component,factory} $RPM_BUILD_ROOT%{_bindir}
 %endif
 
 bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
This page took 0.124501 seconds and 4 git commands to generate.