rpms/towhee/F-11 towhee.spec,1.1,1.2

Jussi Lehtola jussilehtola at fedoraproject.org
Wed May 27 12:44:06 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/towhee/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27728/F-11

Modified Files:
	towhee.spec 
Log Message:
Fixed build in rawhide.


Index: towhee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/towhee/F-11/towhee.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- towhee.spec	27 May 2009 12:26:55 -0000	1.1
+++ towhee.spec	27 May 2009 12:43:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		towhee
 Version:	6.2.3
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A Monte Carlo molecular simulation code
 Group:		Applications/Engineering
 License:	GPLv2+
@@ -11,7 +11,11 @@ Provides:	towhee-executable = %{version}
 Requires:	towhee-common = %{version}-%{release}
 
 BuildRequires:	gcc-gfortran
+%if 0%{?fedora} > 11
+BuildRequires:	openmpi
+%else
 BuildRequires:	openmpi-devel
+%endif
 
 # Check for mpi-selector or environment-modules
 %global selector 0
@@ -191,19 +195,22 @@ rm -rf %{buildroot} 
 %doc Examples/*
 
 %changelog
-* Mon May 25 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 6.2.3-2
+* Wed May 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.3-3
+- Fix build in rawhide.
+
+* Mon May 25 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.3-2
 - Split examples into own subpackage.
 - Make examples and doc noarch on >=F11.
 
-* Fri May 01 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 6.2.3-1
+* Fri May 01 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.3-1
 - Update to 6.2.3 that fixes shebangs and executable bit problems.
 
-* Thu Apr 30 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 6.2.2-3
+* Thu Apr 30 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.2-3
 - Removed Makefiles also from ForceFields.
 
-* Wed Apr 29 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 6.2.2-2
+* Wed Apr 29 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.2-2
 - Changed defines to globals.
 - Added missing BR: openmpi-devel.
 
-* Wed Apr 29 2009 Jussi Lehtola <jussi.lehtola at iki.fi> - 6.2.2-1
+* Wed Apr 29 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.2-1
 - First release.




More information about the fedora-extras-commits mailing list