rpms/pipviewer/devel pipviewer.spec,1.8,1.9

dmalcolm dmalcolm at fedoraproject.org
Tue Jul 27 00:10:36 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/pipviewer/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20814

Modified Files:
	pipviewer.spec 
Log Message:
generalize 2.6 to 2.* in fixup of egg-info



Index: pipviewer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pipviewer/devel/pipviewer.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- pipviewer.spec	22 Jul 2010 02:55:39 -0000	1.8
+++ pipviewer.spec	27 Jul 2010 00:10:35 -0000	1.9
@@ -4,7 +4,7 @@
 
 Name:           pipviewer
 Version:        0.3.9
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Visualizer for multiple alignments of genomic sequences
 
 Group:          Applications/Engineering
@@ -60,7 +60,7 @@ for file in \
     %{buildroot}%{python_sitelib}/%{name}/scripts/pippacker.py; do
     sed -i -e '/^#!\//, 1d' $file
 done
-sed -i 's|OpenGL>=2.0|PyOpenGL>2.0|g' %{buildroot}%{python_sitelib}/pipviewer-0.3.9-py2.6.egg-info/requires.txt
+sed -i 's|OpenGL>=2.0|PyOpenGL>2.0|g' %{buildroot}%{python_sitelib}/pipviewer-0.3.9-py2.*.egg-info/requires.txt
 
 %clean
 rm -rf %{buildroot}
@@ -92,6 +92,9 @@ fi
 
 
 %changelog
+* Mon Jul 26 2010 David Malcolm <dmalcolm at redhat.com> - 0.3.9-9
+- generalize 2.6 to 2.* in fixup of egg-info
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.3.9-8
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list