rpms/python-meliae/F-13 python-meliae.spec,1.1,1.2

dmalcolm dmalcolm at fedoraproject.org
Thu Apr 22 15:26:33 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/python-meliae/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18759

Modified Files:
	python-meliae.spec 
Log Message:
Rewrite files stanza to ensure that egg-info was generated (Thomas Spura)



Index: python-meliae.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-meliae/F-13/python-meliae.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-meliae.spec	22 Apr 2010 15:08:56 -0000	1.1
+++ python-meliae.spec	22 Apr 2010 15:26:32 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-meliae
 Version:        0.2.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python memory usage statistics
 
 Group:          Development/Languages
@@ -49,10 +49,14 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc CHANGES.txt COPYING.txt README.txt TODO.txt
 %{_bindir}/strip_duplicates.py
-%{python_sitearch}/*
+%{python_sitearch}/meliae
+%{python_sitearch}/meliae-*-py?.?.egg-info
 
 
 %changelog
+* Thu Apr 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.2.0-3
+- rewrite files stanza to ensure that egg-info was generated (Thomas Spura)
+
 * Fri Mar 26 2010 David Malcolm <dmalcolm at redhat.com> - 0.2.0-2
 - fix assertion failure seen with non-heap types
 



More information about the scm-commits mailing list