]> git.pld-linux.org Git - packages/elvis.git/blobdiff - elvis.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/elvis.git] / elvis.spec
index bc8f0f89214a5ac60bb1f954d76fa07e64ecaaed..52c36ed57e609e95be1323f11a9a8314242d963a 100644 (file)
@@ -2,8 +2,8 @@ Summary:        Elvis is a clone of vi/ex
 Summary(pl):   Elvis jest klonem edytora vi
 Name:          elvis
 Version:       2.2f
-Release:       1
-License:       Artistic License
+Release:       3
+License:       Artistic (see LICENSE)
 Group:         Applications/Editors
 Source0:       ftp://ftp.cs.pdx.edu/pub/elvis/unreleased/%{name}-%{version}.tar.gz
 BuildRequires: ORBit-devel
@@ -29,9 +29,11 @@ Summary(pl): elvis skompilowany statycznie
 Group:         Applications/Editors
 Provides:      vi
 Obsoletes:     vi
+Obsoletes:     vim-static
+Obsoletes:     nvi
 
 %description static
-The classic unix /bin/vi - small, static compiled editor which is
+The classic unix /bin/vi - small, statically linked editor which is
 useful as a rescue tool.
 
 %description static -l pl
@@ -69,17 +71,15 @@ install elvis.static $RPM_BUILD_ROOT/bin/vi
 install lib/*.man $RPM_BUILD_ROOT%{_mandir}/man1
 
 rm -f  lib/*.man
-mv -f lib/license .
+mv -f lib/license LICENSE
 install        lib/* $RPM_BUILD_ROOT%{_libdir}/elvis
 
-gzip -9nf license BUGS
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz README.html
+%doc LICENSE BUGS README.html
 %attr(755,root,root) %{_bindir}/elvis
 %attr(755,root,root) %{_bindir}/ref
 %{_mandir}/man1/*
This page took 0.511692 seconds and 4 git commands to generate.