]> 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 5148521506e5915398175f862a1c9d89192011b8..52c36ed57e609e95be1323f11a9a8314242d963a 100644 (file)
@@ -2,17 +2,14 @@ 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
-Group(de):     Applikationen/Editors
-Group(pl):     Aplikacje/Edytory
-Group(pt):     Aplicações/Editores
 Source0:       ftp://ftp.cs.pdx.edu/pub/elvis/unreleased/%{name}-%{version}.tar.gz
+BuildRequires: ORBit-devel
+BuildRequires: XFree86-devel
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: ncurses-static
-BuildRequires: XFree86-devel
-BuildRequires: ORBit-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Obsoletes:     elvis-X11
 
@@ -30,14 +27,13 @@ posiada bogate mo
 Summary:       Static elvis
 Summary(pl):   elvis skompilowany statycznie
 Group:         Applications/Editors
-Group(de):     Applikationen/Editors
-Group(pl):     Aplikacje/Edytory
-Group(pt):     Aplicações/Editores
 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
@@ -75,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.036879 seconds and 4 git commands to generate.