[linkchecker/f20] Update to 9.0

Christopher Meng cicku at fedoraproject.org
Sat Mar 8 05:32:04 UTC 2014


commit 6a85696ad01279b8ef0b33751697e2f026b81890
Author: Christopher Meng <i at cicku.me>
Date:   Sat Mar 8 13:31:26 2014 +0800

    Update to 9.0

 .gitignore       |    1 +
 linkchecker.spec |   29 +++++++++++++++--------------
 sources          |    2 +-
 3 files changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce3cc51..1018e5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ linkchecker.desktop
 LinkChecker-5.2.tar.gz
 /LinkChecker-6.5.tar.bz2
 /LinkChecker-8.6.tar.xz
+/LinkChecker-9.0.tar.xz
diff --git a/linkchecker.spec b/linkchecker.spec
index 2519e72..63365ed 100644
--- a/linkchecker.spec
+++ b/linkchecker.spec
@@ -1,11 +1,10 @@
 Name:           linkchecker
-Version:        8.6
-Release:        2%{?dist}
+Version:        9.0
+Release:        1%{?dist}
 Summary:        Check HTML documents for broken links
 License:        GPLv2
 URL:            http://wummel.github.io/linkchecker/
 Source0:        http://wummel.github.io/linkchecker/dist/LinkChecker-%{version}.tar.xz
-Patch0:         linkchecker-fix-non-standard-deskop-file.patch
 # qt4-devel is for qcollectiongenerator (HTML documentation)
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
@@ -14,19 +13,19 @@ BuildRequires:  python-setuptools
 BuildRequires:  qt4-devel
 
 %description
-LinkChecker is a free, GPL licensed website validator. LinkChecker checks 
-links in web documents or full websites.
+LinkChecker is a website validator. LinkChecker checks links in web documents 
+or full websites.
 
 Features:
-- recursive and multithreaded checking and site crawling
-- output in colored or normal text, HTML, SQL, CSV, XML or a sitemap graph in 
+- Recursive and multithreaded checking and site crawling
+- Output in colored or normal text, HTML, SQL, CSV, XML or a sitemap graph in 
 different formats
 - HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file links 
 support
-- restriction of link checking with regular expression filters for URLs
-- proxy support
-- username/password authorization for HTTP and FTP and Telnet
-- honors robots.txt exclusion protocol
+- Restriction of link checking with regular expression filters for URLs
+- Proxy support
+- Username/password authorization for HTTP and FTP and Telnet
+- Honors robots.txt exclusion protocol
 - Cookie support
 - HTML5 support
 - HTML and CSS syntax check
@@ -35,17 +34,16 @@ support
 ... and a lot more ...
 
 %package        gui
-Summary:        GUI of %{name}
+Summary:        GUI program for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       PyQt4
 Requires:       qscintilla-python
 
 %description    gui
-This package contains a GUI program of %{name}.
+This package contains a GUI program for %{name}.
 
 %prep
 %setup -qn LinkChecker-%{version}
-%patch0 -p1
 
 %build
 make -C doc/html/
@@ -83,6 +81,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/linkchecker-gui.deskt
 %{_datadir}/pixmaps/linkchecker.png
 
 %changelog
+* Sat Mar 08 2014 Christopher Meng <rpm at cicku.me> - 9.0-1
+- Update to 9.0
+
 * Fri Jan 10 2014 Christopher Meng <rpm at cicku.me> - 8.6-2
 - Add some missing docs.
 
diff --git a/sources b/sources
index 96e76d2..857ece6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b36f0c4714af88c20a240cd008a8e8df  LinkChecker-8.6.tar.xz
+2531eac7eebbea9a8c085b884b4da2de  LinkChecker-9.0.tar.xz


More information about the scm-commits mailing list