ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexander Belov <asbel@sicex.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: [Fwd: TORCS-1.2.1-alt1: rebuild failed]
Date: Wed, 01 Oct 2003 19:03:43 +0700
Message-ID: <3F7AC29F.1050008@sicex.ru> (raw)
In-Reply-To: <20031001115046.GA22694@basalt.office.altlinux.org>

[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]

Dmitry V. Levin пишет:
> On Wed, Oct 01, 2003 at 06:03:06PM +0700, Alexander Belov wrote:
> 
>>Народ, ответьте мне чего-нибудь, а....
> 
> 
> Пакет прямо либо косвенно требует для сборки какое-то ядро.
> Это неправильно и работать не будет.
> 
Это как? Я не понимаю :(. Там ничего такого нет и ядро у меня во время 
сборки стояло другое совсем и сейчас - другое. Спек прикладываю на 
всякий случай, помогите разобраться плз.


> 
>>Alexander Belov пишет:
>>
>>>Там его нету :)
>>>
>>>Requires: %name-data
>>>Requires: libglut >= 3.7, plib >= 1.6
>>>BuildRequires: libglut-devel >= 3.7, plib-devel >= 1.6
>>>
>>># Automatically added by buildreq on Птн Апр 11 2003
>>>BuildRequires: XFree86-devel-static gcc-c++ libGLU-devel libglut-devel 
>>>libpng-devel libstdc++-devel
>>>plib-devel zlib-devel
>>>
>>>Vitaly Lipatov пишет:
>>>
>>>
>>>>On Среда 01 Октябрь 2003 09:26, Michael Shigorin wrote:
>>>>
>>>>
>>>>>2 ldv, inger: warning/error на BuildRequires: kernel-image.* ?
>>>>
>>>>Если сам пакет не kernel* ?
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Devel mailing list
> Devel@altlinux.ru
> http://altlinux.ru/mailman/listinfo/devel

[-- Attachment #2: torcs.spec --]
[-- Type: text/plain, Size: 2641 bytes --]

Summary: The Open Racing Car Simulator
Name: TORCS
Version: 1.2.1
Release: alt1
License: GPL
Url: http://torcs.org
Packager: Alexander Belov <asbel@altlinux.ru>
Group: Games/Sports

Source: %name-%version-src.tar.bz2
Source1: %name-%version-src-robots-K1999.tar.bz2
Source2: %name-%version-src-robots-base.tar.bz2
Source3: %name-%version-src-robots-berniw.tar.bz2
Source11: %name.16.xpm
Source12: %name.32.xpm
Source13: %name.48.xpm
Source14: %name-%version-docs.tar.bz2
Source15: playavi.sh

Patch1: TORCS-playavi.patch

Requires: %name-data
Requires: libglut >= 3.7, plib >= 1.6
BuildRequires: libglut-devel >= 3.7, plib-devel >= 1.6
# Automatically added by buildreq on ðÔÎ áÐÒ 11 2003
BuildRequires: XFree86-devel-static gcc-c++ libGLU-devel libglut-devel libpng-devel libstdc++-devel plib-devel zlib-devel

%description
A 3D racing car simulator using OpenGL.

%prep
%setup -n torcs-%version
%setup -T -D -b 1 -n torcs-%version
%setup -T -D -b 2 -n torcs-%version
%setup -T -D -b 3 -n torcs-%version
%setup -T -D -b 14 -n torcs-%version

%patch1 -p1

%build
export TORCS_BASE=`pwd` MAKE_DEFAULT=`pwd`/Make-default.mk
%configure
%make

%install
%makeinstall

install -m 644 %SOURCE15 $RPM_BUILD_ROOT%_datadir/games/torcs/

# Menu
mkdir -p $RPM_BUILD_ROOT/%_menudir
cat << EOF > $RPM_BUILD_ROOT/%_menudir/%name
?package(%name):\
needs="x11"\
section="Amusement/Sports"\
title="%name"\
longtitle="The Open Racing Car Simulator"\
command="torcs"\
icon="%name.xpm"

EOF

# Icons
mkdir -p $RPM_BUILD_ROOT/%_miconsdir
mkdir -p $RPM_BUILD_ROOT/%_liconsdir
install -m 644 %SOURCE11 $RPM_BUILD_ROOT/%_miconsdir/%name.xpm
install -m 644 %SOURCE12 $RPM_BUILD_ROOT/%_iconsdir/%name.xpm
install -m 644 %SOURCE13 $RPM_BUILD_ROOT/%_liconsdir/%name.xpm

%post
%update_menus

%postun
%clean_menus

%files
%doc docs/* CHANGELOG.html COPYING README.linux TODO.html
%_bindir/*
%_libdir/*.so
%_datadir/games/torcs/*
%_menudir/%name
%_miconsdir/%name.xpm
%_iconsdir/%name.xpm
%_liconsdir/%name.xpm

%changelog
* Wed Apr 30 2003 Alexander Belov <asbel@altlinux.ru> 1.2.1-alt1
- New version
- Adding documentation

* Fri Apr 4 2003 Alexander Belov <asbel@mail.ru> 1.2.0-alt1
- Sisyphus first release

* Mon Mar 24 2003 Eric Espié <Eric.Espie@free.fr> 1.2.0
- new version

* Mon Jul 15 2002 Eric Espié <Eric.Espie@free.fr> 1.1.0-2
- improved specfile

* Sat Jul 13 2002 Eric Espié <Eric.Espie@free.fr> 1.1.0
- version 1.1.0

* Mon Dec 17 2001 Eric Espié <Eric.Espie@free.fr> 1.0.0
- version 1.0.0 final

* Sun Dec  9 2001 Eric Espié <Eric.Espie@free.fr> 1.0.0-rc5
- installation updates

* Sat Dec  8 2001 Eric Espié <Eric.Espie@free.fr> 1.0.0-rc4
- initial RPM

  reply	other threads:[~2003-10-01 12:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-01  3:19 [devel] " Alexander Belov
2003-10-01  5:26 ` [devel] " Michael Shigorin
2003-10-01  5:56   ` Vitaly Lipatov
2003-10-01  6:46     ` Alexander Belov
2003-10-01 11:03       ` Alexander Belov
2003-10-01 11:50         ` Dmitry V. Levin
2003-10-01 12:03           ` Alexander Belov [this message]
2003-10-01 12:17             ` Anton Farygin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F7AC29F.1050008@sicex.ru \
    --to=asbel@sicex.ru \
    --cc=devel@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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