rpms/OCE/F-18 OCE.spec,1.5,1.6 sources,1.3,1.4

Richard Shaw hobbes1069 at rpmfusion.org
Thu Oct 10 22:15:52 CEST 2013


Author: hobbes1069

Update of /cvs/nonfree/rpms/OCE/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14477

Modified Files:
	OCE.spec sources 
Log Message:
* Thu Oct 10 2013 Richard Shaw <hobbes1069 at gmail.com. - 0.13-1
- Update to latest upstream release.



Index: OCE.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/F-18/OCE.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- OCE.spec	19 Feb 2013 13:54:27 -0000	1.5
+++ OCE.spec	10 Oct 2013 20:15:51 -0000	1.6
@@ -6,17 +6,15 @@
 %endif
 
 Name:           OCE
-Version:        0.11
-Release:        2%{?relcan:.rc%{relcan}}%{?dist}
+Version:        0.13
+Release:        1%{?relcan:.rc%{relcan}}%{?dist}
 Summary:        OpenCASCADE Community Edition
 
 License:        Open CASCADE Technology Public License
 URL:            https://github.com/tpaviot/oce
 # Github source! Archive was generated on the fly with the following URL:
-# https://github.com/tpaviot/oce/archive/OCE-0.11.tar.gz
-Source0:        oce-%{name}-%{version}%{?relcan:-rc%{relcan}}.tar.gz
-
-Patch0:         OCE-0.11-freeimage.patch
+# https://github.com/tpaviot/oce/archive/OCE-0.13.tar.gz
+Source0:        https://github.com/tpaviot/oce/archive/%{name}-%{version}%{?relcan:-rc%{relcan}}.tar.gz
 
 Source1:        DRAWEXE.1
 Source2:        opencascade-draw.desktop
@@ -44,7 +42,7 @@
 BuildRequires:  libgomp
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
-%ifarch %{ix86} x86_64 ia64 ppc ppc64
+%ifnarch %arm
 BuildRequires:  tbb-devel
 %endif
 
@@ -133,7 +131,6 @@
 
 %prep
 %setup -q -n oce-%{name}-%{version}
-%patch0 -p1 -b .cmake_freeimage
 
 # Convert files to utf8
 iconv --from=ISO-8859-1 --to=UTF-8 LICENSE.txt > LICENSE.txt.new && \
@@ -151,7 +148,8 @@
        -DOCE_WITH_FREEIMAGE=ON \
        -DOCE_WITH_GL2PS=ON \
        -DOCE_MULTITHREAD_LIBRARY:STRING=TBB \
-       -DOCE_DRAW=on \
+       -DOCE_DRAW=ON \
+       -DOCE_TESTING=ON \
        ../
 
 make %{?_smp_mflags}
@@ -160,6 +158,7 @@
 %install
 pushd build
 make install DESTDIR=%{buildroot}
+popd
 
 # Remove empty .gxx files
 find %{buildroot}%{_includedir} -name "*.gxx" -exec rm -f {} \;
@@ -180,6 +179,11 @@
 done
 
 
+%check
+pushd build/test
+make test
+
+
 %post foundation -p /sbin/ldconfig
 %postun foundation -p /sbin/ldconfig
 
@@ -251,7 +255,6 @@
 %files visualization
 # Visualization Dependents
 %{_libdir}/libTKService.so.*
-%{_libdir}/libTKV2d.so.*
 %{_libdir}/libTKV3d.so.*
 # Visualization
 %{_libdir}/libTKOpenGl.so.*
@@ -305,6 +308,12 @@
 
 
 %changelog
+* Thu Oct 10 2013 Richard Shaw <hobbes1069 at gmail.com. - 0.13-1
+- Update to latest upstream release.
+
+* Mon Jul 15 2013 Richard Shaw <hobbes1069 at gmail.com> - 0.12-1
+- Update to latest upstream release as it adds some performance enhancements.
+
 * Mon Feb 18 2013 Richard Shaw <hobbes1069 at gmail.com> - 0.11-2
 - Add tbb-devel as build requirement.
 


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/OCE/F-18/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	18 Feb 2013 17:17:11 -0000	1.3
+++ sources	10 Oct 2013 20:15:51 -0000	1.4
@@ -1 +1 @@
-5d3f12abade78a69cd6734c1fdeb83b7  oce-OCE-0.11.tar.gz
+31d384f7b302e14f09fc08f5d6fae080  OCE-0.13.tar.gz


More information about the rpmfusion-commits mailing list