Ignore:
Timestamp:
Nov 19, 2024, 9:55:34 PM (43 hours ago)
Author:
chronos
Message:
  • Added: AI upscaled C-evo icon to 1024x1024 resolution.
  • Modified: Updated packaging files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/rpm/c-evo.spec

    r421 r637  
    22Version:        1.4.0
    33Release:        1%{?dist}
    4 Summary:        Empire building game
     4Summary:        A turn-based empire building strategy game inspired by Civilization II game.
    55
    66Group:          Development/Languages
     
    1414
    1515%description
    16 A turn-based empire building game inspired by Civilization.
     16With 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
     18It 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
    1727
    1828%global debug_package %{nil}
     
    2333
    2434%build
    25 (cd AI/StdAI ; lazbuild --build-mode=Release StdAI.lpi)
     35lazbuild --build-mode=Release AI/StdAI/StdAI.lpi
    2636mv AI/StdAI/libstdai.so AI/StdAI/libstdai-%{_target_cpu}.so
    2737sed -i 's/libstdai-i386.so/libstdai-%{_target_cpu}.so/g' AI/StdAI/StdAI.ai.txt
     
    3848install -m 755 Install/deb/c-evo.desktop $RPM_BUILD_ROOT/usr/share/applications
    3949install -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.png
     50install -m 644 Graphics/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png
    4151install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI
    4252install -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.