rpms/django-lint/EL-5 django-lint.spec,1.1,1.2

Matthias Runge mrunge at fedoraproject.org
Wed Jun 30 07:38:18 UTC 2010


Author: mrunge

Update of /cvs/pkgs/rpms/django-lint/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16441

Modified Files:
	django-lint.spec 
Log Message:
fix build for EL-5



Index: django-lint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/django-lint/EL-5/django-lint.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- django-lint.spec	30 Jun 2010 07:27:09 -0000	1.1
+++ django-lint.spec	30 Jun 2010 07:38:18 -0000	1.2
@@ -6,7 +6,7 @@
 
 Name:           django-lint
 Version:        0.13
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Analyzes Django code looking for bugs and signs of poor quality
 
 Group:          Development/Debuggers
@@ -57,12 +57,15 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc  README.rst COPYING
 %{python_sitelib}/DjangoLint*
-%{python_sitelib}/django_lint-0.0.0-py2.6.egg-info
+%{python_sitelib}/django_lint*
 %{_bindir}/*
 %{_mandir}/man?/*
 
 
 %changelog
+* Wed Jun 30 2010 Matthias Runge <mrunge at matthias-runge.de> 0.13-6
+- Fix build for EL-5
+
 * Mon Mar 29 2010 Matthias Runge <mrunge at fedoraproject.org> 0.13-5
 - Fix execute permissions
 



More information about the scm-commits mailing list