summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Kollar <rkollar@redhat.com>2012-10-29 17:23:12 +0100
committerRoman Kollar <rkollar@redhat.com>2012-10-29 17:23:12 +0100
commit78af4f6c18870e18cffee7e6978db7c87abf58d6 (patch)
tree156c0a5aaf6928350be669a139d9ca5a0a5db795
parent642873f8eac05374c4cb4526dd508fd18d973bfd (diff)
downloadtcsh-rebase-6.19.00-78af4f6c18870e18cffee7e6978db7c87abf58d6.tar.gz
tcsh-rebase-6.19.00-78af4f6c18870e18cffee7e6978db7c87abf58d6.tar.xz
tcsh-rebase-6.19.00-78af4f6c18870e18cffee7e6978db7c87abf58d6.zip
Add Copyright file in %doc
-rw-r--r--tcsh.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/tcsh.spec b/tcsh.spec
index c1b7a74..1faf5fa 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,7 +3,7 @@
Summary: An enhanced version of csh, the C shell
Name: tcsh
Version: 6.18.00
-Release: 3%{?dist}
+Release: 4%{?dist}
License: BSD
Group: System Environment/Shells
Source: http://ftp.funet.fi/pub/unix/shells/tcsh/%{name}-%{version}.tar.gz
@@ -112,12 +112,15 @@ fi
%files -f tcsh.lang
%defattr(-,root,root,-)
-%doc BUGS FAQ Fixes NewThings WishList complete.tcsh README
+%doc Copyright BUGS FAQ Fixes NewThings WishList complete.tcsh README
%{_bindir}/tcsh
%{_bindir}/csh
%{_mandir}/man1/*.1*
%changelog
+* Mon Oct 29 2012 Roman Kollar <rkollar@redhat.com> - 6.18.00-4
+- Add Copyright file in %doc
+
* Fri Aug 3 2012 Orion Poplawski <orion@nwra.com> - 6.18.00-3
- Drop tcsh-6.18.00-history-file-locking.patch for now (bug 842851)