[qterm] Fix description to use unversioned docdir (BZ#993924)

李瑞彬 cheeselee at fedoraproject.org
Wed Aug 7 03:05:29 UTC 2013


commit 7db3f9671b65d0a4629749f1665c3d56d3aa190e
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Wed Aug 7 11:05:01 2013 +0800

    Fix description to use unversioned docdir (BZ#993924)
    
    - Update URL
    - Remove unused Source1

 README.Debian |   16 ----------------
 qterm.spec    |   13 ++++++++-----
 2 files changed, 8 insertions(+), 21 deletions(-)
---
diff --git a/qterm.spec b/qterm.spec
index c811ecf..bed985c 100644
--- a/qterm.spec
+++ b/qterm.spec
@@ -1,13 +1,11 @@
 Name:       qterm
 Version:    0.5.12
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    BBS client for X Window System written in Qt
 Group:      Applications/Internet
 License:    GPLv2+
-URL:        http://www.qterm.org
+URL:        http://qterm.sourceforge.net/wiki/index.php/Main_Page
 Source0:    http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
-# README from debian
-Source1:    README.Debian
 # Use the new find_package syntax introduced in CMake 2.6 to workaround a problem with Find_Qt4 shipped with KDE.
 # applied in upstream svn1311
 Patch0:     qterm-0.5.12-cmake.patch
@@ -28,7 +26,7 @@ QTerm is a BBS client for X Window System. It supports Telnet, SSH1 and SSH2
 protocols. It also supports ZMODEM, URL analysis and mouse gesture.
 
 It also supports detecting location from IP address, but you need do some
-extra work, see %{_docdir}/%{name}-%{version}/README.package.
+extra work, see %{_docdir}/%{name}/README.package.
 
 %prep
 %setup -q
@@ -76,6 +74,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Wed Aug  7 2013 Robin Lee <cheeselee at fedoraproject.org> - 0.5.12-7
+- Fix description to use unversioned docdir (BZ#993924)
+- Update URL
+- Remove unused Source1
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.12-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list