SPECS: pylint.spec - updated to 0.8.1 - updated BRs (in it python-...

charles charles at pld-linux.org
Tue Nov 15 11:30:44 CET 2005


Author: charles                      Date: Tue Nov 15 10:30:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.8.1
- updated BRs (in it python-logilab-astng instead of python-logilab-common)
- logilab/__init__.py - no longer has in sources

---- Files affected:
SPECS:
   pylint.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/pylint.spec
diff -u SPECS/pylint.spec:1.23 SPECS/pylint.spec:1.24
--- SPECS/pylint.spec:1.23	Fri May 27 19:11:45 2005
+++ SPECS/pylint.spec	Tue Nov 15 11:30:39 2005
@@ -2,17 +2,18 @@
 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.7.0
+Version:	0.8.1
 Release:	1
 License:	GPL
 Group:		Development/Languages/Python
 Source0:	ftp://ftp.logilab.fr/pub/pylint/%{name}-%{version}.tar.gz
-# Source0-md5:	aad2e0f360e5af7cb861784985b974d2
+# Source0-md5:	f04addb7496a2a3e26675d36026718d7
 URL:		http://www.logilab.org/projects/pylint/view
-BuildRequires:	python
+BuildRequires:	python-devel
 BuildRequires:	python-modules >= 2.2.1
+BuildRequires:	rpm-pythonprov
 %pyrequires_eq	python-modules
-Requires:	python-logilab-common >= 0.10.0
+Requires:	python-logilab-astng >= 0.13.1
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -33,16 +34,15 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_mandir}/man1}
 
-python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
+python setup.py install \
+	--optimize=2 \
+	--root=$RPM_BUILD_ROOT
 
 install man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install examples/pylintrc $RPM_BUILD_ROOT%{_sysconfdir}
 
 find $RPM_BUILD_ROOT%{py_sitescriptdir} -name \*.py -exec rm -f {} \;
 
-# see install section of python-logilab-common for explanation
-rm -f $RPM_BUILD_ROOT%{py_sitescriptdir}/logilab/__init__.*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -50,7 +50,7 @@
 %defattr(644,root,root,755)
 %doc ChangeLog TODO README examples/* doc/*.txt
 %attr(755,root,root) %{_bindir}/*
-%config(noreplace) %verify(not mtime md5) %{_sysconfdir}/*
+%config(noreplace) %verify(not md5 mtime) %{_sysconfdir}/pylintrc
 %{py_sitescriptdir}/*
 %{_mandir}/man1/*
 
@@ -60,6 +60,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2005/11/15 10:30:39  charles
+- updated to 0.8.1
+- updated BRs (in it python-logilab-astng instead of python-logilab-common)
+- logilab/__init__.py - no longer has in sources
+
 Revision 1.23  2005/05/27 17:11:45  wrobell
 - ver. 0.7.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pylint.spec?r1=1.23&r2=1.24&f=u




More information about the pld-cvs-commit mailing list