rpms/smesh/F-16 smesh.spec,1.1,1.2

Richard Shaw hobbes1069 at rpmfusion.org
Mon Oct 22 22:35:02 CEST 2012


Author: hobbes1069

Update of /cvs/nonfree/rpms/smesh/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4158

Modified Files:
	smesh.spec 
Log Message:
* Mon Oct 22 2012 Richard Shaw <hobbes1069 at gmail.com> - 5.1.2.2-5.svn54
- Remove build requirement for fortran (f2c).
- Initial packaging for EPEL 6.



Index: smesh.spec
===================================================================
RCS file: /cvs/nonfree/rpms/smesh/F-16/smesh.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- smesh.spec	27 Jan 2012 20:09:02 -0000	1.1
+++ smesh.spec	22 Oct 2012 20:35:02 -0000	1.2
@@ -1,6 +1,11 @@
+# Use a newer version of cmake on EL.
+%if 0%{?rhel}
+%global cmake %cmake28
+%endif
+
 Name:           smesh
 Version:        5.1.2.2
-Release:        2.svn54%{?dist}
+Release:        5.svn54%{?dist}
 Summary:        OpenCascade based MESH framework
 
 # This library is LGPLv2+ but links against the non-free library OCE.
@@ -15,18 +20,28 @@
 # on 12/21/11.
 Patch0:         smesh.patch
 Patch1:         smesh-cmake_fixes.patch
+Patch2:         smesh-5.1.2.2-rm_f2c.patch
 
-BuildRequires:  cmake doxygen
+%if 0%{?rhel}
+BuildRequires:  cmake28
+%else
+BuildRequires:  cmake
+%endif
+BuildRequires:  doxygen graphviz
 BuildRequires:  OCE-devel
 BuildRequires:  boost-devel
 BuildRequires:  gcc-gfortran
-BuildRequires:  f2c
+# Do we need this?
+#BuildRequires:  f2c f2c-devel
 BuildRequires:  dos2unix
 
 
 %description
 A complete OpenCascade based MESH framework.
 
+NOTE: Fortran support (f2c) has been disabled. If it is needed please open a
+bug against the smesh component  at: http://bugzilla.rpmfusion.org
+
 
 %package doc
 Summary:        Development documentation for %{name}
@@ -49,6 +64,7 @@
 %setup -q -c %{name}-%{version}
 %patch0 -p1
 %patch1 -p1 -b .cmakefix
+%patch2 -p1 -b .f2c
 
 dos2unix -k LICENCE.lgpl.txt
 
@@ -92,6 +108,16 @@
 
 
 %changelog
+* Mon Oct 22 2012 Richard Shaw <hobbes1069 at gmail.com> - 5.1.2.2-5.svn54
+- Remove build requirement for fortran (f2c).
+- Initial packaging for EPEL 6.
+
+* Wed Sep 26 2012 Richard Shaw <hobbes1069 at gmail.com> - 5.1.2.2-4.svn54
+- Rebuild due to package not being signed in F-18 repo.
+
+* Thu Mar 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 5.1.2.2-3.svn54
+- Rebuilt for c++ ABI breakage
+
 * Thu Jan 19 2012 Richard Shaw <hobbes1069 at gmail.com> - 5.1.2.2-2.svn54
 - Minor updates to spec file.
 


More information about the rpmfusion-commits mailing list