rpms/pipviewer/F-13 pipviewer.spec,1.6,1.7

Fabian Affolter fab at fedoraproject.org
Thu Jun 24 16:39:02 UTC 2010


Author: fab

Update of /cvs/pkgs/rpms/pipviewer/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24662/F-13

Modified Files:
	pipviewer.spec 
Log Message:
* Sat Jun 19 2010 Fabian Affolter <fabian at bernewireless.net> - 0.3.9-7
- Fixed BZ # 579521




Index: pipviewer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pipviewer/F-13/pipviewer.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- pipviewer.spec	26 Jul 2009 18:50:02 -0000	1.6
+++ pipviewer.spec	24 Jun 2010 16:39:02 -0000	1.7
@@ -1,8 +1,10 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 Name:           pipviewer
 Version:        0.3.9
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Visualizer for multiple alignments of genomic sequences
 
 Group:          Applications/Engineering
@@ -15,13 +17,13 @@ Patch0:         %{name}-setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)     
 BuildArch:      noarch
 
-BuildRequires:  python
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 #BuildRequires:  desktop-file-utils
 
 Requires:       PyQt
 Requires:       pygtk2
-Requires:       PyOpenGL >= 2.0
+Requires:       PyOpenGL
 Requires:       vhybridize >= 0.5.9
 
 
@@ -58,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
 
 %clean
 rm -rf %{buildroot}
@@ -90,6 +92,9 @@ fi
 
 
 %changelog
+* Sat Jun 19 2010 Fabian Affolter <fabian at bernewireless.net> - 0.3.9-7
+- Fixed BZ # 579521
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.9-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list