mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-11 10:00:58 +00:00
fix man page compression of rpm install
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1770 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
d874023a6f
commit
1e4c215b57
3 changed files with 5 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ include README LICENSE TODO MANIFEST.in ChangeLog
|
|||
include config/linkchecker-completion config/create.sql
|
||||
include config/linkcheckerrc config/linkcheck-cron.sh
|
||||
include config/logging.conf config/pycheckrc config/pylintrc
|
||||
include config/reindent.py install-linkchecker.py
|
||||
include config/reindent.py install-linkchecker.py install-rpm.sh
|
||||
include linkchecker linkchecker.1
|
||||
include cgi/lc.cgi cgi/lc.fcgi cgi/README
|
||||
include Makefile config/linkchecker.spec
|
||||
|
|
|
|||
3
install-rpm.sh
Normal file
3
install-rpm.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
|
||||
# brp-compress gzips the man pages without distutils knowing...
|
||||
sed -i -e 's/linkchecker\.1/linkchecker\.1\.gz/' INSTALLED_FILES
|
||||
|
|
@ -6,9 +6,9 @@ doc_files = README
|
|||
doc/
|
||||
cgi/lconline/
|
||||
test/
|
||||
linkchecker.1
|
||||
provides = linkchecker
|
||||
group = Web/Utilities
|
||||
install_script = install-rpm.sh
|
||||
|
||||
[bdist_wininst]
|
||||
install-script = install-linkchecker.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue