[Bug 527462] Review Request: gmpy - Python interface to GMP

bugzilla at redhat.com bugzilla at redhat.com
Mon Nov 15 13:46:09 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=527462

--- Comment #29 from Michael J Gruber <mjg at fedoraproject.org> 2010-11-15 08:46:08 EST ---
V3 according to review comments (thanks!):

http://mjg.fedorapeople.org/rpmdev/python-gmpy.spec

http://mjg.fedorapeople.org/rpmdev/python-gmpy-1.13-3.fc14.src.rpm

http://koji.fedoraproject.org/koji/taskinfo?taskID=2601767

diff --git a/SPECS/gmpy.spec b/SPECS/gmpy.spec
index 9864d93..8c6dcb0 100644
--- a/SPECS/gmpy.spec
+++ b/SPECS/gmpy.spec
@@ -1,6 +1,6 @@
 Name:          gmpy
 Version:       1.13
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       A Python interface to the GNU Multiple Precision Arithmetic
Library

 Group:         Development/Libraries
@@ -60,11 +60,15 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{python_sitearch}/gmpy.so
 %{python_sitearch}/gmpy-%{version}-py*.egg-info
-%doc README doc/
+%doc README lgpl-2.1.txt doc/*



 %changelog
+* Mon Nov 15 2010 Michael J Gruber <mjg at fedoraproject.org> 1.13-3
+- include lgpl-2.1.txt in doc
+- include all doc in toplevel dir rather than subdir
+
 * Tue Nov 11 2010 Michael J Gruber <mjg at fedoraproject.org> 1.13-2
 - avoid automatic provides for .so
 - add check section rather than bundling the tests

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list