Changeset 637 for trunk/Install/rpm/c-evo.spec
- Timestamp:
- Nov 19, 2024, 9:55:34 PM (43 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/rpm/c-evo.spec
r421 r637 2 2 Version: 1.4.0 3 3 Release: 1%{?dist} 4 Summary: Empire building game4 Summary: A turn-based empire building strategy game inspired by Civilization II game. 5 5 6 6 Group: Development/Languages … … 14 14 15 15 %description 16 A turn-based empire building game inspired by Civilization. 16 With a time scope of several thousand years, it covers aspects of exploration and expansion, industry and agriculture, warfare and diplomacy, science and administration. C-evo follows the spirit of popular turn-based strategy games from the mid 90s, but with more emphasis on powerful AI and careful design of the rules, resulting in a true challenge. 17 18 It is a turn-based strategy game inspired by Civilization 2 game where you can explore the world and build your own empire. New Horizons edition is a continuation of the last released original C-evo 1.2.0 version with many quality improvements: 19 * Full Linux platform support 20 * Zoomable map by mouse wheel with three tile sizes 21 * User defined key mapping 22 * Many sample maps included 23 * Multiple localizations included 24 * High DPI and scaling support 25 * Multi monitor support 26 * And much more 17 27 18 28 %global debug_package %{nil} … … 23 33 24 34 %build 25 (cd AI/StdAI ; lazbuild --build-mode=Release StdAI.lpi) 35 lazbuild --build-mode=Release AI/StdAI/StdAI.lpi 26 36 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-%{_target_cpu}.so 27 37 sed -i 's/libstdai-i386.so/libstdai-%{_target_cpu}.so/g' AI/StdAI/StdAI.ai.txt … … 38 48 install -m 755 Install/deb/c-evo.desktop $RPM_BUILD_ROOT/usr/share/applications 39 49 install -d -m 755 $RPM_BUILD_ROOT/usr/share/pixmaps 40 install -m 644 Graphics/c-evo_ 64x64.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png50 install -m 644 Graphics/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png 41 51 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 42 52 install -m 644 AI/StdAI/libstdai-%{_target_cpu}.so $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI
Note:
See TracChangeset
for help on using the changeset viewer.