rpms/openmw/devel openmw.spec,1.9,1.10

Alexandre Moine nobrakal at rpmfusion.org
Wed Dec 31 19:29:26 CET 2014


Author: nobrakal

Update of /cvs/free/rpms/openmw/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9208

Modified Files:
	openmw.spec 
Log Message:
* Wed Dec 31 2014 Alexandre Moine <nobrakal at fedoraproject.org> 0.31.0-1
- Add cmake arguments for the location of ressources and data directory.



Index: openmw.spec
===================================================================
RCS file: /cvs/free/rpms/openmw/devel/openmw.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- openmw.spec	20 Oct 2014 01:32:09 -0000	1.9
+++ openmw.spec	31 Dec 2014 18:29:26 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           openmw
 Version:        0.31.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Unofficial open source engine re-implementation of the game Morrowind
 
 License:        GPLv3 and MIT and zlib
@@ -60,7 +60,8 @@
        -DBINDIR=%{_bindir} \
        -DDATAROOTDIR:PATH=%{_datadir} \
        -DICONDIR=%{_datadir}/pixmaps \
-       -DMORROWIND_RESOURCE_FILES=%{_datadir}/%{name}/resources \
+       -DOPENMW_RESOURCE_FILES=%{_datadir}/%{name}/resources \
+       -DMORROWIND_DATA_FILES=%{_datadir}/%{name}/data \
        -DUSE_SYSTEM_TINYXML=TRUE \
        ../
 
@@ -97,6 +98,9 @@
 
 
 %changelog
+* Wed Dec 31 2014 Alexandre Moine <nobrakal at fedoraproject.org> 0.31.0-1
+- Add cmake arguments for the location of ressources and data directory.
+
 * Mon Oct 20 2014 Sérgio Basto <sergio at serjux.com> - 0.31.0-4
 - Rebuilt for FFmpeg 2.4.3
 


More information about the rpmfusion-commits mailing list