Changeset 160 for trunk/Install/rpm/c-evo.spec
- Timestamp:
- Mar 6, 2019, 8:10:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/rpm/c-evo.spec
r142 r160 6 6 Group: Development/Languages 7 7 License: Public Domain 8 URL: http ://svn.zdechov.net/trac/c-evo8 URL: https://app.zdechov.net/c-evo 9 9 Source0: c-evo.tar.gz 10 10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) … … 22 22 23 23 %build 24 (cd AI/StdAI ; lazbuild --build-mode=Release AIProject.lpi)24 (cd AI/StdAI ; lazbuild --build-mode=Release StdAI.lpi) 25 25 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-%{_target_cpu}.so 26 26 sed -i 's/libstdai-i386.so/libstdai-%{_target_cpu}.so/g' AI/StdAI/StdAI.ai.txt
Note:
See TracChangeset
for help on using the changeset viewer.