Sophie

Sophie

distrib > PLD > ra > i386 > media > dist-src > by-pkgid > 33e01fd63ecb08109523e0429b945687 > files > 3

xarchon-0.50-2.src.rpm

# $Revision: 1.7 $, $Date: 2002/08/07 14:53:08 $
Summary:	Archon game.
Summary(pl):	Gra Archon.
Name:		xarchon
Version:	0.50
Release:	2
License:	GPL
Group:		X11/Applications/Games
Source0:	http://xarchon.seul.org/%{name}-%{version}.tar.gz
Patch0:		%{name}-DESTDIR.patch
URL:		http://xarchon.seul.org/
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gtk+-devel > 1.2.1
BuildRequires:	glib-devel
BuildRequires:	esound-devel
BuildRequires:	XFree86-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)

%define		_prefix		/usr/X11R6

%description
X ARCHON, as the name implies, is a clone of the original (about
15-years old) ARCHON game. And, it's for the X Window System.

%description -l pl
X ARCHON to klon (ok. 15-letniej) gdy ARCHON przeznaczony dla systemu
X Window.

%prep
%setup -q
%patch0 -p1

%build
mv acinclude.m4 acinclude.m4.tmp
cat acinclude.m4.tmp|sed -e 's/AC_LANG/AC_LANG_CPLUSPLUS/'>acinclude.m4
aclocal
%{__automake}
%{__autoconf}
%configure \
	--with-x
%{__make}

%install
rm -rf $RPM_BUILD_ROOT

%{__make} install DESTDIR=$RPM_BUILD_ROOT

gzip -9nf AUTHORS ChangeLog README

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc *.gz
%attr(755,root,root) %{_bindir}/*
%{_datadir}/%{name}
%{_mandir}/man*/*

%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback@pld.org.pl>
All persons listed below can be reached at <cvs_login>@pld.org.pl

$Log: xarchon.spec,v $
Revision 1.7  2002/08/07 14:53:08  mmazur
- rel2; STBR; builds
- Don't ask me if the fix is correct :)

Revision 1.6  2002/05/21 23:15:04  kloczek
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
             s/^automake -a -c -f/\%\{__automake\}/; \
	     s/^autoconf/\%\{__autoconf\}/"

Revision 1.5  2002/03/24 23:28:27  kloczek
- perl -pi -e "s/^automake -a -c$/automake -a -c -f/"

Revision 1.4  2002/02/22 23:30:01  kloczek
- removed all Group fields translations (oure rpm now can handle translating
  Group field using gettext).

Revision 1.3  2002/01/18 02:15:27  kloczek
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"

Revision 1.2  2001/03/11 14:34:42  kloczek
- added autoconf, automake to BuildRequires.

Revision 1.1  2001/03/11 01:14:06  misiek
new game

Revision 1.42  2001/02/02 17:50:33  kloczek