* [devel] Опять ufoai
@ 2007-10-14 14:51 Хихин Руслан
2007-10-14 15:33 ` led
2007-10-15 6:42 ` Ildar Mulyukov
0 siblings, 2 replies; 12+ messages in thread
From: Хихин Руслан @ 2007-10-14 14:51 UTC (permalink / raw)
To: devel
[-- Attachment #1.1: Type: text/plain, Size: 876 bytes --]
Здравствуйте !
Потихоньку "кромсаю" ufoai.
На сегодня проблемы такие :
1 ufoai-data - требуется Makefile.
Что правильнее запускать :
%configure --build=%_arch-alt-linux --host=%_arch-alt-linux
или положить готовый Makefile, сформированный тем-же configure, но
заранее. Склоняюсь ко второму варианту - зачем тянуть в сборочную среду
кучу пакетов, что-бы можно было выполнить configure.
2 Ввёл переменную maps, при eё наличии карты собираются из исходников
(более 4-х часов), при отсутствии - берутся заранее собранные карты.
Что в общем-то тоже не очень чисто, но изменив эту переменную каждый
может пересобрать их заново.
В принципе готов к заливке в Deadalus. Вижу что есть грабли, но их
исправление требует исправление кода самой программы, а это гораздо
менее ресурсоёмкий процесс (сборка ufoai-prog занимает минуты, а не
часы).
--
С уважением Хихин Руслан
[-- Attachment #1.2: ufoai-data.spec --]
[-- Type: text/plain, Size: 3430 bytes --]
%define svnversion svn20071014
%define _localedir %_datadir/locale
%define origname ufoai
#define maps 1
Name: %origname-data
Version: 2.3
Release: alt1.%svnversion
License: GPL
Packager: Alexey Shentzev <ashen@altlinux.org>
Url: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk/
Source0: %origname-%svnversion.tar.bz2
Summary: This is the Data Pack to strategy game UFO2 :Alien Invasion
Source1: 0maps.pk3
Source2: ufoai-data-Makefile.tar.bz2
Group: Games/Strategy
ExclusiveArch: %ix86 x86_64
BuildArch: noarch
Patch2: ufoai-svn20070726-rootdir.patch
Patch4: ufoai-svn20070730-nice.patch
%ifdef maps
BuildPreReq: libarts-devel libjpeg-devel libmesa-devel
BuildPreReq: libcurl-devel libSDL-devel libSDL_ttf-devel libSDL_mixer-devel
BuildRequires: libjpeg-devel libmesa-devel libncurses-devel libpng-devel libvorbis-devel
%endifs
# Automatically added by buildreq on Sun Oct 14 2007
BuildRequires: latex2html zip
%description
This is the Data Pack to UFO:AI
%description -l ru_RU.UTF-8
Данные для игры UFO:AI
%package -n %origname-music
Summary: This is the Music Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
BuildArch: noarch
ExclusiveArch: %ix86
%package -n %origname-maps
Summary: This is the Maps Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
BuildArch: noarch
ExclusiveArch: %ix86
%ifdef maps
BuildPreReq: %origname-tools
%endif
%description -n %origname-maps
This is the Map-Pack to UFO:AI. It is mandatory to play.
%description -n %origname-maps -l ru_RU.UTF-8
Maps-файлы для UFO:AI.
%description -n %origname-music
This is the Music Pack to UFO:AI
%description -n %origname-music -l ru_RU.UTF-8
Музыка для игры UFO:AI
%prep
%setup -a2 -n %origname
%patch2 -p1
%patch4 -p1
%build
# Create Makefile
#configure --build=%_arch-alt-linux --host=%_arch-alt-linux
# replace ufoai-data-Makefile.tar.bz2
%ifdef maps
%make_build maps
%endif
pushd src/docs/tex
%make_build
pushd
pushd base
./archives.sh
popd
%install
#make_build install ROOTDIR=%buildroot DATADIR=%_gamesdatadir/%origname BINDIR=%_gamesbindir/
install -d -m 755 %buildroot%_gamesdatadir/%origname/base
install -d -m 755 %buildroot%_gamesbindir
install -d -m 755 %buildroot%_bindir
install -d -m 755 %buildroot%_localedir
install -D -m 0644 base/*.{pk3,txt} %buildroot%_gamesdatadir/%origname/base
%ifndef maps
install -D -m 0644 %SOURCE1 %buildroot%_gamesdatadir/%origname/base
%endif
%files
%doc README CONTRIBUTORS src/docs/tex/ufo-manual_EN.pdf
%dir %_gamesdatadir/%origname
%_gamesdatadir/%origname/base/0base.pk3
%_gamesdatadir/%origname/base/0models.pk3
%_gamesdatadir/%origname/base/0pics.pk3
%_gamesdatadir/%origname/base/0ufos.pk3
%_gamesdatadir/%origname/base/0media.pk3
%_gamesdatadir/%origname/base/*.txt
%files -n %origname-maps
%_gamesdatadir/%origname/base/0maps.pk3
%files -n %origname-music
%_gamesdatadir/%origname/base/0music.pk3
%_gamesdatadir/%origname/base/0snd.pk3
%changelog
* Sun Oct 14 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.3-alt1.svn20071014
- SVN version
* Thu Sep 20 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1.4
- add support non english language, add for start from commandline
* Tue Sep 11 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1
- first build for Alt Linux
[-- Attachment #1.3: ufoai-prog.spec --]
[-- Type: text/plain, Size: 5155 bytes --]
%define svnversion svn20071014
%define _localedir %_datadir/locale
%define origname ufoai
Name: %origname
Version: 2.3
Release: alt1.%svnversion
License: GPL
Packager: Alexey Shentzev <ashen@altlinux.org>
Url: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk/
Source0: ufoai-%svnversion-mini.tar.bz2
# Create from SVN arhive
# with Source4
#Source4: Create_Source_arhive.sh
Source1: %origname.png
#Source2: ufoai_ru_po.tar.bz2
Summary: This is the Data Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
ExclusiveArch: %ix86 x86_64
Patch1: ufoai-2.1.1-SDL.patch
Patch2: ufoai-svn20070726-rootdir.patch
Patch3: ufoai-svn20070730-locale.patch
Patch4: ufoai-svn20070730-nice.patch
# Automatically added by buildreq on Sun Oct 14 2007
BuildRequires: libSDL-devel libSDL_ttf-devel libcurl-devel libjpeg-devel libmesa-devel libncurses-devel libpng-devel libvorbis-devel
BuildRequires: latex2html
Group: Games/Strategy
BuildArch: %ix86 x86_64
ExclusiveArch: %ix86 x86_64
BuildPreReq: libarts-devel libjpeg-devel libmesa-devel
BuildPreReq: libcurl-devel libSDL-devel libSDL_ttf-devel libSDL_mixer-devel
Requires: ufoai-music = %version
Requires: ufoai-maps = %version
Requires: ufoai-data = %version
Summary: UFO: ALIEN INVASION is a strategy game
%description
UFO: ALIEN INVASION is a strategy game featuring tactical combat
against hostile alien forces which are about to infiltrate earth at
this very moment. You are in command of a small special unit which
has been founded to face the alien strike force. To be successful on
the long run, you will also have to have a research team study the
aliens and their technologies in order to learn as much as possible
about their technology, their goals and the aliens themselves.
%description -l ru_RU.UTF-8
UFO: ALIEN INVASION пошаговая стратегия, борьба с инопланетным
вторжением на матушку Землю.
Вы явлеетесь участником спецкоманды по борьбе с инопланетным вторжением
на планету Земля, созданной для противостояния неизвестной угрозе.
Для достижения успеха Вам необходимо не только выигрывать битвы, но и
изучать инопланетян, их цели, технологии, оружие.
%package tools
Summary: This is the Music Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
BuildArch: noarch
ExclusiveArch: %ix86
%description tools
This is the Map-Pack to UFO:AI. It is mandatory to play.
%description tools -l ru_RU.UTF-8
Maps-файлы для UFO:AI.
%prep
%setup -n ufoai-mini
#patch2 -p1
%patch3 -p1
#patch4 -p1
%build
%configure --with-alsa
%make_build
%make_build lang
%install
#make_build install ROOTDIR=%buildroot DATADIR=%_gamesdatadir/%origname BINDIR=%_gamesbindir/
install -d -m 755 %buildroot%_gamesdatadir/%origname/base
install -d -m 755 %buildroot%_gamesbindir
install -d -m 755 %buildroot%_bindir
install -d -m 755 %buildroot%_localedir
pushd base/i18n
for dir in *;
do
install -D -m 644 $dir/LC_MESSAGES/ufoai.mo %buildroot%_localedir/$dir/LC_MESSAGES/ufoai.mo;
done
popd
install -D -m 0755 ufo %buildroot%_gamesbindir/ufo
install -D -m 0755 ufo %buildroot%_gamesbindir/ufo2map
install -D -m 0755 ufo %buildroot%_gamesbindir/ufoded
install -D -m 0755 ufo %buildroot%_gamesbindir/ufomaster
install -D -m 0755 ufo %buildroot%_gamesbindir/qdata
install -D -m 0644 %SOURCE1 %buildroot%_pixmapsdir/%origname.png
install -D -m 0644 base/game.so %buildroot%_libdir/%origname/game.so
# .desktop
install -d -m 755 %buildroot%_desktopdir/
cat > %buildroot%_desktopdir/%origname.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=/usr/bin/ufoai
Patch=%_libdir/%origname
Icon=%origname
Terminal=false
Name=UFO: Alien Invasion
Comment=Пошаговая стратегия
Categories=StrategyGame;Game
EOF
cat > %buildroot%_bindir/%origname << EOF
#!/bin/sh
cd %_gamesdatadir/ufoai
/usr/games/ufo +set s_libdir %_libdir/%origname +set fs_basedir %_gamesdatadir/%origname/ +set vid_ref sdl +set fs_i18ndir %_localedir
EOF
%find_lang %origname
%post
%update_menus
%postun
%clean_menus
%files -f %origname.lang
%_gamesbindir/ufo
%_libdir/%origname/game.so
%attr(755,root,root) %_bindir/%origname
%_pixmapsdir/%origname.png
%_desktopdir/%origname.desktop
%files tools
%_gamesbindir/ufomaster
%_gamesbindir/ufo2map
%_gamesbindir/ufoded
%_gamesbindir/qdata
%changelog
* Sun Oct 14 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.3-alt1.svn20071014
- New version
* Tue Oct 02 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.2-alt1.svn20070730
- SVN version
* Thu Sep 20 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1.4
- add support non english language, add for start from commandline
* Tue Sep 11 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1
- first build for Alt Linux
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-14 14:51 [devel] Опять ufoai Хихин Руслан
@ 2007-10-14 15:33 ` led
2007-10-14 15:52 ` Хихин Руслан
2007-10-15 6:42 ` Ildar Mulyukov
1 sibling, 1 reply; 12+ messages in thread
From: led @ 2007-10-14 15:33 UTC (permalink / raw)
To: ALT Linux Team development discussions
Sunday, 14 October 2007 17:51:41 Хихин Руслан написав:
> Здравствуйте !
>
> Потихоньку "кромсаю" ufoai.
> На сегодня проблемы такие :
>
> 1 ufoai-data - требуется Makefile.
> Что правильнее запускать :
> %configure --build=%_arch-alt-linux --host=%_arch-alt-linux
> или положить готовый Makefile, сформированный тем-же configure, но
> заранее. Склоняюсь ко второму варианту - зачем тянуть в сборочную среду
> кучу пакетов, что-бы можно было выполнить configure.
Makefile формируется при сборке ufoai-движка. Может имеет смысл добавить
субпакет ufoai-devel и положить туда то, что нужно для сборки maps, music,
etc., ну а в пакетах *-data, *-music - поставить BuildRequires на
этот -devel?
>
> 2 Ввёл переменную maps, при eё наличии карты собираются из исходников
> (более 4-х часов), при отсутствии - берутся заранее собранные карты.
> Что в общем-то тоже не очень чисто, но изменив эту переменную каждый
> может пересобрать их заново.
>
> В принципе готов к заливке в Deadalus. Вижу что есть грабли, но их
> исправление требует исправление кода самой программы, а это гораздо
> менее ресурсоёмкий процесс (сборка ufoai-prog занимает минуты, а не
> часы).
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-14 15:33 ` led
@ 2007-10-14 15:52 ` Хихин Руслан
2007-10-14 16:42 ` led
0 siblings, 1 reply; 12+ messages in thread
From: Хихин Руслан @ 2007-10-14 15:52 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 659 bytes --]
Здравствуйте led@altlinux.ru
В сообщении от Воскресенье 14 октября 2007 led@altlinux.ru написал(a):
> Makefile формируется при сборке ufoai-движка. Может имеет смысл
> добавить
>
> субпакет ufoai-devel и положить туда то, что нужно для сборки maps,
> music,
> etc., ну а в пакетах *-data, *-music - поставить BuildRequires на
> этот -devel?
Крупными мазками :
Нужен сам Makefle, нужен zip, и latex2html (для документации)
Для создании карты нужен ufo2map (для него создал ufoai-tools).
Eсли в ufoai-devel (или ufoai-tools) положу Makefile, то как я его
внутрь пакета засуну :
cp /usr/share/ufoai/Makefile %builddir ?
--
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-14 15:52 ` Хихин Руслан
@ 2007-10-14 16:42 ` led
2007-10-14 16:55 ` Хихин Руслан
0 siblings, 1 reply; 12+ messages in thread
From: led @ 2007-10-14 16:42 UTC (permalink / raw)
To: ALT Linux Team development discussions
Sunday, 14 October 2007 18:52:06 Хихин Руслан написав:
> Здравствуйте led@altlinux.ru
>
> В сообщении от Воскресенье 14 октября 2007 led@altlinux.ru написал(a):
> > Makefile формируется при сборке ufoai-движка. Может имеет смысл
> > добавить
> >
> > субпакет ufoai-devel и положить туда то, что нужно для сборки maps,
> > music,
> > etc., ну а в пакетах *-data, *-music - поставить BuildRequires на
> > этот -devel?
>
> Крупными мазками :
> Нужен сам Makefle, нужен zip, и latex2html (для документации)
> Для создании карты нужен ufo2map (для него создал ufoai-tools).
>
> Eсли в ufoai-devel (или ufoai-tools) положу Makefile, то как я его
> внутрь пакета засуну :
> cp /usr/share/ufoai/Makefile %builddir ?
Зачем что-то куда0то засовывать? Лучше это время потратить на
man make
:)
make -f /usr/share/ufoai/Makefile
---
Led.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-14 16:42 ` led
@ 2007-10-14 16:55 ` Хихин Руслан
2007-10-18 20:04 ` Хихин Руслан
0 siblings, 1 reply; 12+ messages in thread
From: Хихин Руслан @ 2007-10-14 16:55 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 194 bytes --]
Здравствуйте led@altlinux.ru
В сообщении от Воскресенье 14 октября 2007 led@altlinux.ru написал(a):
> make -f /usr/share/ufoai/Makefile
Как-то не сообразил :)
--
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-14 16:55 ` Хихин Руслан
@ 2007-10-18 20:04 ` Хихин Руслан
2007-10-19 6:11 ` Алексей Шенцев
0 siblings, 1 reply; 12+ messages in thread
From: Хихин Руслан @ 2007-10-18 20:04 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 559 bytes --]
Здравствуйте Хихин Руслан
В сообщении от Воскресенье 14 октября 2007 Хихин Руслан написал(a):
> Здравствуйте led@altlinux.ru
>
> В сообщении от Воскресенье 14 октября 2007 led@altlinux.ru
написал(a):
> > make -f /usr/share/ufoai/Makefile
>
> Как-то не сообразил :)
Залил новую версию ufoai в Daedalus.
Протестировал по-быстрому (прошёл одну миссию). Вроде багов не заметил,
но тестировал не всё, а там. где раньше видел баги. Возможно что и
осталось. Во всяком случае, по первому впечатлению, играть уже можно.
--
С уважением Хихин Руслан
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-18 20:04 ` Хихин Руслан
@ 2007-10-19 6:11 ` Алексей Шенцев
2007-10-19 6:29 ` Хихин Руслан
0 siblings, 1 reply; 12+ messages in thread
From: Алексей Шенцев @ 2007-10-19 6:11 UTC (permalink / raw)
To: ALT Linux Team development discussions
В сообщении от Friday 19 October 2007 00:04:19 Хихин Руслан написал(а):
> Здравствуйте Хихин Руслан
>
> В сообщении от Воскресенье 14 октября 2007 Хихин Руслан написал(a):
> > Здравствуйте led@altlinux.ru
> >
> > В сообщении от Воскресенье 14 октября 2007 led@altlinux.ru
>
> написал(a):
> > > make -f /usr/share/ufoai/Makefile
> >
> > Как-то не сообразил :)
>
> Залил новую версию ufoai в Daedalus.
> Протестировал по-быстрому (прошёл одну миссию). Вроде багов не заметил,
> но тестировал не всё, а там. где раньше видел баги. Возможно что и
> осталось. Во всяком случае, по первому впечатлению, играть уже можно.
Руслан, кинь сюда спек или мне в личку, а то по предыдущему спеку у меня куча
вопросов и замечаний. В том спеке ты умудрился повторить мои ошибки ... :)
--
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
XMPP: ashen@altlinux.org, AlexShen@jabber.ru
ICQ: 271053845
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-19 6:11 ` Алексей Шенцев
@ 2007-10-19 6:29 ` Хихин Руслан
2007-10-19 7:07 ` Алексей Шенцев
0 siblings, 1 reply; 12+ messages in thread
From: Хихин Руслан @ 2007-10-19 6:29 UTC (permalink / raw)
To: devel
[-- Attachment #1.1: Type: text/plain, Size: 724 bytes --]
Здравствуйте Алексей Шенцев
В сообщении от Пятница 19 октября 2007 Алексей Шенцев написал(a):
> Руслан, кинь сюда спек или мне в личку, а то по предыдущему спеку у
> меня куча
>
> вопросов и замечаний. В том спеке ты умудрился повторить мои ошибки
> ... :)
Если честно, я пока не занимался этим, так что это естественно, я больше
смотрел внутренности (код) пакета.
PS Выяснилось, что для сборки основной программы, вроде, нужны готовые
maps. Во всяком случае у меня сложилось такое впечатление :)
В голове сложилось - этим пакетам нужен один общий source и два spec`а,
поэтому и мысли бродят как всё это закинуть в один git.
PPS Вечером могу в личку или на ftp бросить nosource.rpm
--
С уважением Хихин Руслан
[-- Attachment #1.2: ufoai-data.spec --]
[-- Type: text/plain, Size: 3430 bytes --]
%define svnversion svn20071014
%define _localedir %_datadir/locale
%define origname ufoai
#define maps 1
Name: %origname-data
Version: 2.3
Release: alt1.%svnversion
License: GPL
Packager: Alexey Shentzev <ashen@altlinux.org>
Url: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk/
Source0: %origname-%svnversion.tar.bz2
Summary: This is the Data Pack to strategy game UFO2 :Alien Invasion
Source1: 0maps.pk3
Source2: ufoai-data-Makefile.tar.bz2
Group: Games/Strategy
ExclusiveArch: %ix86 x86_64
BuildArch: noarch
Patch2: ufoai-svn20070726-rootdir.patch
Patch4: ufoai-svn20070730-nice.patch
%ifdef maps
BuildPreReq: libarts-devel libjpeg-devel libmesa-devel
BuildPreReq: libcurl-devel libSDL-devel libSDL_ttf-devel libSDL_mixer-devel
BuildRequires: libjpeg-devel libmesa-devel libncurses-devel libpng-devel libvorbis-devel
%endifs
# Automatically added by buildreq on Sun Oct 14 2007
BuildRequires: latex2html zip
%description
This is the Data Pack to UFO:AI
%description -l ru_RU.UTF-8
п■п╟п╫п╫я▀п╣ п╢п╩я▐ п╦пЁя─я▀ UFO:AI
%package -n %origname-music
Summary: This is the Music Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
BuildArch: noarch
ExclusiveArch: %ix86
%package -n %origname-maps
Summary: This is the Maps Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
BuildArch: noarch
ExclusiveArch: %ix86
%ifdef maps
BuildPreReq: %origname-tools
%endif
%description -n %origname-maps
This is the Map-Pack to UFO:AI. It is mandatory to play.
%description -n %origname-maps -l ru_RU.UTF-8
Maps-я└п╟п╧п╩я▀ п╢п╩я▐ UFO:AI.
%description -n %origname-music
This is the Music Pack to UFO:AI
%description -n %origname-music -l ru_RU.UTF-8
п°я┐п╥я▀п╨п╟ п╢п╩я▐ п╦пЁя─я▀ UFO:AI
%prep
%setup -a2 -n %origname
%patch2 -p1
%patch4 -p1
%build
# Create Makefile
#configure --build=%_arch-alt-linux --host=%_arch-alt-linux
# replace ufoai-data-Makefile.tar.bz2
%ifdef maps
%make_build maps
%endif
pushd src/docs/tex
%make_build
pushd
pushd base
./archives.sh
popd
%install
#make_build install ROOTDIR=%buildroot DATADIR=%_gamesdatadir/%origname BINDIR=%_gamesbindir/
install -d -m 755 %buildroot%_gamesdatadir/%origname/base
install -d -m 755 %buildroot%_gamesbindir
install -d -m 755 %buildroot%_bindir
install -d -m 755 %buildroot%_localedir
install -D -m 0644 base/*.{pk3,txt} %buildroot%_gamesdatadir/%origname/base
%ifndef maps
install -D -m 0644 %SOURCE1 %buildroot%_gamesdatadir/%origname/base
%endif
%files
%doc README CONTRIBUTORS src/docs/tex/ufo-manual_EN.pdf
%dir %_gamesdatadir/%origname
%_gamesdatadir/%origname/base/0base.pk3
%_gamesdatadir/%origname/base/0models.pk3
%_gamesdatadir/%origname/base/0pics.pk3
%_gamesdatadir/%origname/base/0ufos.pk3
%_gamesdatadir/%origname/base/0media.pk3
%_gamesdatadir/%origname/base/*.txt
%files -n %origname-maps
%_gamesdatadir/%origname/base/0maps.pk3
%files -n %origname-music
%_gamesdatadir/%origname/base/0music.pk3
%_gamesdatadir/%origname/base/0snd.pk3
%changelog
* Sun Oct 14 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.3-alt1.svn20071014
- SVN version
* Thu Sep 20 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1.4
- add support non english language, add for start from commandline
* Tue Sep 11 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1
- first build for Alt Linux
[-- Attachment #1.3: ufoai-prog.spec --]
[-- Type: text/plain, Size: 5422 bytes --]
%define svnversion svn20071014
%define _localedir %_datadir/locale
%define origname ufoai
Name: %origname
Version: 2.3
Release: alt1.%svnversion.2
License: GPL
Packager: Alexey Shentzev <ashen@altlinux.org>
Url: https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk/
Source0: ufoai-%svnversion-mini.tar.bz2
# Create from SVN arhive
# with Source4
#Source4: Create_Source_arhive.sh
Source1: %origname.png
Source2: ufoai_ru_po.tar.bz2
Source3: 0maps.pk3
Summary: This is the Data Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
ExclusiveArch: %ix86 x86_64
Patch1: ufoai-2.1.1-SDL.patch
Patch2: ufoai-svn20070726-rootdir.patch
Patch3: ufoai-svn20070730-locale.patch
Patch4: ufoai-svn20070730-nice.patch
Patch5: ufoai-svn20071014-libdir.patch
# Automatically added by buildreq on Sun Oct 14 2007
BuildRequires: libSDL-devel libSDL_ttf-devel libcurl-devel libjpeg-devel libmesa-devel libncurses-devel libpng-devel libvorbis-devel
BuildRequires: latex2html
Group: Games/Strategy
BuildArch: %ix86 x86_64
ExclusiveArch: %ix86 x86_64
BuildPreReq: libarts-devel libjpeg-devel libmesa-devel
BuildPreReq: libcurl-devel libSDL-devel libSDL_ttf-devel libSDL_mixer-devel
Requires: ufoai-music = %version
Requires: ufoai-maps = %version
Requires: ufoai-data = %version
Summary: UFO: ALIEN INVASION is a strategy game
%description
UFO: ALIEN INVASION is a strategy game featuring tactical combat
against hostile alien forces which are about to infiltrate earth at
this very moment. You are in command of a small special unit which
has been founded to face the alien strike force. To be successful on
the long run, you will also have to have a research team study the
aliens and their technologies in order to learn as much as possible
about their technology, their goals and the aliens themselves.
%description -l ru_RU.UTF-8
UFO: ALIEN INVASION п©п╬я┬п╟пЁп╬п╡п╟я▐ я│я┌я─п╟я┌п╣пЁп╦я▐, п╠п╬я─я▄п╠п╟ я│ п╦п╫п╬п©п╩п╟п╫п╣я┌п╫я▀п╪
п╡я┌п╬я─п╤п╣п╫п╦п╣п╪ п╫п╟ п╪п╟я┌я┐я┬п╨я┐ п≈п╣п╪п╩я▌.
п▓я▀ я▐п╡п╩я▐п╣я┌п╣я│я▄ я┐я┤п╟я│я┌п╫п╦п╨п╬п╪ я│п©п╣я├п╨п╬п╪п╟п╫п╢я▀ п©п╬ п╠п╬я─я▄п╠п╣ я│ п╦п╫п╬п©п╩п╟п╫п╣я┌п╫я▀п╪ п╡я┌п╬я─п╤п╣п╫п╦п╣п╪
п╫п╟ п©п╩п╟п╫п╣я┌я┐ п≈п╣п╪п╩я▐, я│п╬п╥п╢п╟п╫п╫п╬п╧ п╢п╩я▐ п©я─п╬я┌п╦п╡п╬я│я┌п╬я▐п╫п╦я▐ п╫п╣п╦п╥п╡п╣я│я┌п╫п╬п╧ я┐пЁя─п╬п╥п╣.
п■п╩я▐ п╢п╬я│я┌п╦п╤п╣п╫п╦я▐ я┐я│п©п╣я┘п╟ п▓п╟п╪ п╫п╣п╬п╠я┘п╬п╢п╦п╪п╬ п╫п╣ я┌п╬п╩я▄п╨п╬ п╡я▀п╦пЁя─я▀п╡п╟я┌я▄ п╠п╦я┌п╡я▀, п╫п╬ п╦
п╦п╥я┐я┤п╟я┌я▄ п╦п╫п╬п©п╩п╟п╫п╣я┌я▐п╫, п╦я┘ я├п╣п╩п╦, я┌п╣я┘п╫п╬п╩п╬пЁп╦п╦, п╬я─я┐п╤п╦п╣.
%package tools
Summary: This is the Music Pack to strategy game UFO2 :Alien Invasion
Group: Games/Strategy
ExclusiveArch: %ix86 x86_64
%description tools
This is the Map-Pack to UFO:AI. It is mandatory to play.
%description tools -l ru_RU.UTF-8
Maps-я└п╟п╧п╩я▀ п╢п╩я▐ UFO:AI.
%prep
%setup -a2 -n ufoai-mini
#patch2 -p1
#patch3 -p1
#patch4 -p1
%patch5 -p1
%build
%configure --with-alsa
%make_build
%make_build lang
%install
#make_build install ROOTDIR=%buildroot DATADIR=%_gamesdatadir/%origname BINDIR=%_gamesbindir/
install -d -m 755 %buildroot%_gamesdatadir/%origname/base
install -d -m 755 %buildroot%_gamesbindir
install -d -m 755 %buildroot%_bindir
install -d -m 755 %buildroot%_localedir
pushd base/i18n
for dir in *;
do
install -D -m 644 $dir/LC_MESSAGES/ufoai.mo %buildroot%_localedir/$dir/LC_MESSAGES/ufoai.mo;
done
popd
install -D -m 0755 ufo %buildroot%_gamesbindir/ufo
install -D -m 0755 ufo %buildroot%_gamesbindir/ufo2map
install -D -m 0755 ufo %buildroot%_gamesbindir/ufoded
install -D -m 0755 ufo %buildroot%_gamesbindir/ufomaster
install -D -m 0755 ufo %buildroot%_gamesbindir/qdata
install -D -m 0644 %SOURCE1 %buildroot%_pixmapsdir/%origname.png
install -D -m 0644 base/game.so %buildroot%_libdir/%origname/game.so
# .desktop
install -d -m 755 %buildroot%_desktopdir/
cat > %buildroot%_desktopdir/%origname.desktop << EOF
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=/usr/bin/ufoai
Patch=%_libdir/%origname
Icon=%origname
Terminal=false
Name=UFO: Alien Invasion
Comment=п÷п╬я┬п╟пЁп╬п╡п╟я▐ я│я┌я─п╟я┌п╣пЁп╦я▐
Categories=StrategyGame;Game
EOF
cat > %buildroot%_bindir/%origname << EOF
#!/bin/sh
cd %_gamesdatadir/ufoai
/usr/games/ufo +set s_libdir %_libdir/%origname +set fs_basedir %_gamesdatadir/%origname/ +set vid_ref sdl +set fs_i18ndir %_localedir
EOF
%find_lang %origname
%post
%update_menus
%postun
%clean_menus
%files -f %origname.lang
%_gamesbindir/ufo
%_libdir/%origname/game.so
%attr(755,root,root) %_bindir/%origname
%_pixmapsdir/%origname.png
%_desktopdir/%origname.desktop
%files tools
%_gamesbindir/ufomaster
%_gamesbindir/ufo2map
%_gamesbindir/ufoded
%_gamesbindir/qdata
%changelog
* Thu Oct 18 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.3-alt1.svn20071014.2
- delete locale.patch
* Sun Oct 14 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.3-alt1.svn20071014.1
- correct dlopen
* Sun Oct 14 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.3-alt1.svn20071014
- New version
* Tue Oct 02 2007 Hihin Ruslan <ruslandh@altlinux.ru> 2.2-alt1.svn20070730
- SVN version
* Thu Sep 20 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1.4
- add support non english language, add for start from commandline
* Tue Sep 11 2007 Alexey Shentzev <ashen@altlinux.ru> 2.1.1-alt1
- first build for Alt Linux
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-19 6:29 ` Хихин Руслан
@ 2007-10-19 7:07 ` Алексей Шенцев
2007-10-19 17:23 ` Хихин Руслан
0 siblings, 1 reply; 12+ messages in thread
From: Алексей Шенцев @ 2007-10-19 7:07 UTC (permalink / raw)
To: ALT Linux Team development discussions
В сообщении от Friday 19 October 2007 10:29:23 Хихин Руслан написал(а):
> В сообщении от Пятница 19 октября 2007 Алексей Шенцев написал(a):
> > Руслан, кинь сюда спек или мне в личку, а то по предыдущему спеку у
> > меня куча
> > вопросов и замечаний. В том спеке ты умудрился повторить мои ошибки
> > ... :)
> Если честно, я пока не занимался этим, так что это естественно, я больше
> смотрел внутренности (код) пакета.
Руслан, но эти вещи обсуждались в "ufoai - диверсия" ... ;)
> PS Выяснилось, что для сборки основной программы, вроде, нужны готовые
> maps.
> Во всяком случае у меня сложилось такое впечатление :)
Ну да, я сначала собирал/устанавливал maps, music, а потом уже саму игрушку.
> В голове сложилось - этим пакетам нужен один общий source и два spec`а,
> поэтому и мысли бродят как всё это закинуть в один git.
Не ломай голову, пусть будет отдельно. Один src.rpm для архитектурно зависимой
части, другой для noarch. А для сборки поставить соответствующие BuilReq
> PPS Вечером могу в личку или на ftp бросить nosource.rpm
Лучше спеки брось мне. Буду качать из Daedalus'а или нет я не знаю, а вот
спеки хотелось бы глянуть.
--
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
XMPP: ashen@altlinux.org, AlexShen@jabber.ru
ICQ: 271053845
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Опять ufoai
2007-10-14 14:51 [devel] Опять ufoai Хихин Руслан
2007-10-14 15:33 ` led
@ 2007-10-15 6:42 ` Ildar Mulyukov
1 sibling, 0 replies; 12+ messages in thread
From: Ildar Mulyukov @ 2007-10-15 6:42 UTC (permalink / raw)
To: devel
On 14.10.2007 20:51:41, Хихин Руслан wrote:
> Здравствуйте !
> В принципе готов к заливке в Deadalus.
Самый главный тут вопрос: оно играбельно ? или находится в
полуразваленном состоянии? Мне хотелось бы вытянуть (много) мегабайт в
тот момент, когда оно будет в хорошем состоянии. Что порекомендуете?
Спасибо. С уважением, Ильдар
--
Ildar Mulyukov, free SW designer/programmer/packager
=========================================
email: ildar@altlinux.ru
Jabber: ildar@jabber.ru
ICQ: 4334029
ALT Linux Sisyphus http://www.sisyphus.ru
=========================================
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2007-10-20 9:15 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-14 14:51 [devel] Опять ufoai Хихин Руслан
2007-10-14 15:33 ` led
2007-10-14 15:52 ` Хихин Руслан
2007-10-14 16:42 ` led
2007-10-14 16:55 ` Хихин Руслан
2007-10-18 20:04 ` Хихин Руслан
2007-10-19 6:11 ` Алексей Шенцев
2007-10-19 6:29 ` Хихин Руслан
2007-10-19 7:07 ` Алексей Шенцев
2007-10-19 17:23 ` Хихин Руслан
2007-10-20 9:15 ` Алексей Шенцев
2007-10-15 6:42 ` Ildar Mulyukov
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git