]> git.pld-linux.org Git - packages/pylint.git/commitdiff
- more docs
authorwrobell <wrobell@pld-linux.org>
Fri, 3 Oct 2003 11:18:28 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- install default config file
- rel. 0.2

Changed files:
    pylint.spec -> 1.4

pylint.spec

index 37dd94df7687bca37db0f46d05f243227f135416..948f22e12aaa018ba0967aecc3b3dbff0a994110 100644 (file)
@@ -3,7 +3,7 @@ Summary:        Python tool that checks if a module satisfy a coding standard
 Summary(pl):   Pythonowe narzêdzie sprawdzaj±ce zgodno¶æ modu³u ze standardem kodowania
 Name:          pylint
 Version:       0.2
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Development/Languages/Python
 Source0:       ftp://ftp.logilab.fr/pub/%{name}/%{name}-%{version}.tar.gz
@@ -30,8 +30,12 @@ python setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sysconfdir}
 
 python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
+
+install examples/pylintrc $RPM_BUILD_ROOT%{_sysconfdir}/
+
 find $RPM_BUILD_ROOT%{py_sitedir} -name \*.py -exec rm -f {} \;
 
 %clean
@@ -39,6 +43,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog TODO
+%doc ChangeLog TODO README examples/*
 %attr(755,root,root) %{_bindir}/*
+%config(noreplace) %verify(not mtime md5) %{_sysconfdir}/*
 %{py_sitedir}/*
This page took 0.164133 seconds and 4 git commands to generate.