]> git.pld-linux.org Git - packages/elvis.git/commitdiff
- rename file name with license details to LICENSE. RA-1_0 STABLE elvis-2_2f-3
authorkloczek <kloczek@pld-linux.org>
Sun, 18 Aug 2002 12:13:08 +0000 (12:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elvis.spec -> 1.36

elvis.spec

index 5662ffb1d3bb6e4998d511c6e502658bafd8808d..52c36ed57e609e95be1323f11a9a8314242d963a 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl):    Elvis jest klonem edytora vi
 Name:          elvis
 Version:       2.2f
 Release:       3
-License:       Artistic
+License:       Artistic (see LICENSE)
 Group:         Applications/Editors
 Source0:       ftp://ftp.cs.pdx.edu/pub/elvis/unreleased/%{name}-%{version}.tar.gz
 BuildRequires: ORBit-devel
@@ -71,7 +71,7 @@ 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
 
 %clean
@@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc license BUGS 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.1045 seconds and 4 git commands to generate.