[marsshooter] dropped CMAKE_INSTALL_PREFIX because already sets by %cmake macro

Martin Gansser martinkg at fedoraproject.org
Wed Feb 25 19:02:05 UTC 2015


commit de125a9bf7cbbebba254c96242d2ea5c122c5b0f
Author: Martin Gansser <mgansser at alice.de>
Date:   Wed Feb 25 20:01:14 2015 +0100

    dropped CMAKE_INSTALL_PREFIX because already sets by %cmake macro

 marsshooter.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/marsshooter.spec b/marsshooter.spec
index 45af468..56ed970 100644
--- a/marsshooter.spec
+++ b/marsshooter.spec
@@ -5,7 +5,7 @@
 Summary:        M.A.R.S. - A Ridiculous Shooter
 Name:           marsshooter
 Version:        0.7.5
-Release:        5.%{gitdate}git%{shortcommit}%{?dist}
+Release:        6.%{gitdate}git%{shortcommit}%{?dist}
 License:        GPLv3+ and LGPLv2+ and MPLv1.1
 Group:          Amusements/Games
 Url:            http://mars-game.sourceforge.net/
@@ -72,8 +72,7 @@ dos2unix credits.txt license.txt
 
 %build
 %cmake -DCMAKE_CXX_FLAGS="%optflags" \
-       -DCMAKE_VERBOSE_MAKEFILE=TRUE \
-       -DCMAKE_INSTALL_PREFIX="%{_prefix}"
+       -DCMAKE_VERBOSE_MAKEFILE=TRUE
 make %{?_smp_mflags}
 
 
@@ -120,6 +119,9 @@ fi
 
 
 %changelog
+* Wed Feb 25 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.7.5-6.20140507gitc855d04
+- dropped CMAKE_INSTALL_PREFIX because already sets by %%cmake macro
+
 * Sat Jan 03 2015 Martin Gansser <martinkg at fedoraproject.org> - 0.7.5-5.20140507gitc855d04
 - added %%{name}-data as requirement
 


More information about the scm-commits mailing list