]> git.pld-linux.org Git - packages/vim.git/commitdiff
- release 2 - added desktop for pure vim auto/ac/vim-6_3_017-2
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 20 Sep 2004 22:04:48 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim.spec -> 1.256

vim.spec

index 4c0007f43b7595b9dac2ebccc24c5d61d09309c1..40cdcc2506074f077a46e3f399d480d38a846f47 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -1,3 +1,5 @@
+# TODO:
+# - some nice icon
 #
 # Conditional build:
 %bcond_without static          # don't build static version
@@ -29,7 +31,7 @@ Summary(tr):  Geli
 Summary(uk):   Visual editor IMproved - ´ÄÉÎÏ ÷¦ÒÎÉÊ òÅÄÁËÔÏÒ :)
 Name:          vim
 Version:       %{_ver}.%{_patchlevel}
-Release:       1
+Release:       2
 Epoch:         4
 License:       Charityware
 Group:         Applications/Editors/Vim
@@ -49,6 +51,7 @@ Source10:     g%{name}-athena.desktop
 Source11:      g%{name}-motif.desktop
 Source12:      g%{name}-gtk.desktop
 Source13:      g%{name}-gnome.desktop
+Source14:      %{name}.desktop
 Patch0:                %{name}-sysconfdir.patch
 Patch1:                %{name}-visual.patch
 Patch2:                %{name}-paths.patch
@@ -873,6 +876,8 @@ ln -sf vi  $RPM_BUILD_ROOT/bin/ex
 ln -sf vi  $RPM_BUILD_ROOT/bin/view
 ln -sf vi  $RPM_BUILD_ROOT/bin/rview
 
+install %{SOURCE14}    $RPM_BUILD_ROOT%{_desktopdir}
+
 %if %{with athena}
 install -m755 src/bin/gvim.athena      $RPM_BUILD_ROOT%{_bindir}/gvim.athena
 install %{SOURCE10}    $RPM_BUILD_ROOT%{_desktopdir}
@@ -926,6 +931,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/vim
 %attr(755,root,root) %{_bindir}/rvim
+%{_desktopdir}/%{name}.desktop
 
 %if %{with static}
 %files static
This page took 0.044246 seconds and 4 git commands to generate.