rpms/pylint/devel pylint.spec,1.1,1.2

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Mon May 9 19:38:48 UTC 2005


Author: icon

Update of /cvs/extras/rpms/pylint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31294

Modified Files:
	pylint.spec 
Log Message:
Fix manpage and docs.



Index: pylint.spec
===================================================================
RCS file: /cvs/extras/rpms/pylint/devel/pylint.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylint.spec	5 May 2005 22:31:42 -0000	1.1
+++ pylint.spec	9 May 2005 19:38:46 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           pylint
 Version:        0.6.4
-Release:        3
+Release:        4
 Summary:        Analyzes Python code looking for bugs and signs of poor quality
 
 Group:          Development/Debuggers
@@ -51,7 +51,8 @@
 rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/pylint/test
 # This file is provided by python-logilab-common
 rm -f $RPM_BUILD_ROOT%{_python_sitelib}/logilab/*.py
-
+mkdir -pm 755 $RPM_BUILD_ROOT%{_mandir}/man1
+install -pm 644 man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -59,7 +60,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc doc/*.txt README ChangeLog TODO
+%doc doc/*.txt README ChangeLog TODO examples elisp
 %dir %{_python_sitelib}/logilab/pylint
 %dir %{_python_sitelib}/logilab/pylint/checkers
 %dir %{_python_sitelib}/logilab/pylint/reporters
@@ -71,6 +72,7 @@
 %ghost %{_python_sitelib}/logilab/pylint/*/*.pyo
 %{_bindir}/pylint
 %{_bindir}/symilar
+%{_mandir}/man?/*
 %exclude %{_python_sitelib}/logilab/pylint/gui.py*
 
 
@@ -83,6 +85,10 @@
 
 
 %changelog
+* Mon May 09 2005 Konstantin Ryabitsev <icon at linux.duke.edu> - 0.6.4-4
+- Install the pylint.1 manfile.
+- Add examples and elisp dirs to docs.
+
 * Thu May 05 2005 Konstantin Ryabitsev <icon at linux.duke.edu> - 0.6.4-3
 - Only doc the .txt files.
 - Don't buildrequire python-logilab-common




More information about the fedora-extras-commits mailing list