rebuilt with gcc 5.3.0 [release 1.8.1-2mamba;Fri Feb 12 2016]
This commit is contained in:
parent
c38053c03d
commit
bc609b25d7
12
ogre.spec
12
ogre.spec
@ -3,7 +3,7 @@
|
|||||||
Name: ogre
|
Name: ogre
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A scene-oriented, flexible 3D engine
|
Summary: A scene-oriented, flexible 3D engine
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -58,15 +58,16 @@ The class library abstracts all the details of using the underlying system libra
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ogre_src_v%{pkgver} -D -T
|
%setup -q -n ogre_src_v%{pkgver}
|
||||||
:<< __EOF
|
#-D -T
|
||||||
|
#:<< __EOF
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
#-n %{name}_src_v%{ver_download}
|
#-n %{name}_src_v%{ver_download}
|
||||||
# use cmake default
|
# use cmake default
|
||||||
rm CMake/Packages/FindFreetype.cmake
|
rm CMake/Packages/FindFreetype.cmake
|
||||||
|
|
||||||
%build
|
%build
|
||||||
:<< ___EOF
|
#:<< ___EOF
|
||||||
%cmake -d build
|
%cmake -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -144,6 +145,9 @@ rm CMake/Packages/FindFreetype.cmake
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-2mamba
|
||||||
|
- rebuilt with gcc 5.3.0
|
||||||
|
|
||||||
* Sun Aug 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
* Sun Aug 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-1mamba
|
||||||
- update to 1.8.1
|
- update to 1.8.1
|
||||||
- revert to stable 1.8.1 for stuntrally (bump up epoch)
|
- revert to stable 1.8.1 for stuntrally (bump up epoch)
|
||||||
|
Loading…
Reference in New Issue
Block a user