[tcsh] spec: fix rpmlint warnings

Pavel Raiskup praiskup at fedoraproject.org
Fri Jul 26 09:46:56 UTC 2013


commit 27c721e8deb469875314acc74f163596e8f92451
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Fri Jul 26 11:45:16 2013 +0200

    spec: fix rpmlint warnings
    
    Version: 6.18.01-4

 tcsh.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/tcsh.spec b/tcsh.spec
index 281b91a..69d581e 100644
--- a/tcsh.spec
+++ b/tcsh.spec
@@ -3,10 +3,10 @@
 Summary: An enhanced version of csh, the C shell
 Name: tcsh
 Version: 6.18.01
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: System Environment/Shells
-Source: http://ftp.funet.fi/pub/unix/shells/tcsh/old/%{name}-%{version}.tar.gz
+Source: http://ftp.funet.fi/pub/unix/shells/tcsh/%{name}-%{version}.tar.gz
 Patch1: tcsh-6.15.00-closem.patch
 Patch2: tcsh-6.14.00-tinfo.patch
 Patch3: tcsh-6.14.00-unprintable.patch
@@ -51,7 +51,7 @@ like syntax.
 %patch11 -p1 -b .order
 %patch28 -p1 -b .manpage-spelling
 %patch31 -p1 -b .history-file-locking
-#%patch32 -p1 -b .sigint-while-waiting-for-child
+#%%patch32 -p1 -b .sigint-while-waiting-for-child
 %patch33 -p1 -b .history-merge
 %patch34 -p1 -b .repeated-words-man
 %patch35 -p1 -b .elf-interpreter
@@ -128,6 +128,9 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Fri Jul 26 2013 Pavel Raiskup <praiskup at redhat.com> - 6.18.01-4
+- fix rpmlint warnings
+
 * Wed May 22 2013 Fridolin Pokorny <fpokorny at redhat.com> 6.18.01-3
 - Added tcsh-6.18.01-elf-interpreter.patch to report missing ELF interpreter
   Resolves: #711066
@@ -155,7 +158,7 @@ fi
 - Fix tcsh being interruptible while waiting for child process (#884937)
 
 * Mon Oct 29 2012 Roman Kollar <rkollar at redhat.com> - 6.18.00-4
-- Add Copyright file in %doc
+- Add Copyright file in %%doc
 - Readd tcsh-6.18.00-history-file-locking.patch
 - Fix casting in lseek calls in the history file locking patch (#821796)
 - Fix dosource calls in the history file locking patch (#847102)
@@ -479,7 +482,7 @@ fi
 * Thu Nov 30 2000 Nalin Dahyabhai <nalin at redhat.com>
 - update to 6.10.00 to fix here-script vulnerability
 
-* Wed Sep 18 2000 Adrian Havill <havill at redhat.com>
+* Mon Sep 18 2000 Adrian Havill <havill at redhat.com>
 - fix catalog locale dirname for Japanese
 
 * Thu Jun 15 2000 Jeff Johnson <jbj at redhat.com>
@@ -523,7 +526,7 @@ fi
 * Mon Apr 27 1998 Prospector System <bugs at redhat.com>
 - translations modified for de, fr, tr
 
-* Thu Oct 21 1997 Cristian Gafton <gafton at redhat.com>
+* Tue Oct 21 1997 Cristian Gafton <gafton at redhat.com>
 - updated to 6.07; added BuildRoot
 - cleaned up the spec file; fixed source url
 


More information about the scm-commits mailing list