File pacman.spec of Package pacman
#
# spec file for package pacman (Version 1.001)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: pacman
BuildRequires: gcc-c++ xorg-x11 xorg-x11-devel
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Amusements/Games/Action/Arcade
Autoreqprov: on
Version: 1.001
Release: 888
Summary: A Pacman Game
Source: pacman-%{version}.tar.gz
Patch: pacman-%{version}.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Another pacman-game.
Authors:
--------
Roar Thronaes
%prep
%setup
%patch
%build
autoreconf -fi
CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --bindir=/usr/bin
make pacman_LDFLAGS=
%install
make install DESTDIR="$RPM_BUILD_ROOT"
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc ChangeLog README
/usr/bin/pacman
%changelog -n pacman
* Wed Dec 13 2006 - anosek@suse.cz
- changed prexix /usr/X11R6/bin -> /usr/bin
* Wed May 24 2006 - schwab@suse.de
- Don't strip binaries.
* Tue Apr 04 2006 - mmarek@suse.cz
- use RPM_OPT_FLAGS
- fix missing return
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 10 2004 - adrian@suse.de
- add %%defattr
* Thu May 23 2002 - ro@suse.de
- fix build for lib64 platforms
* Fri May 26 2000 - bubnikv@suse.cz
- sorted
* Fri Mar 24 2000 - bubnikv@suse.cz
- new version (1.001), added buildroot
* Fri Jan 28 2000 - ro@suse.de
- use int for omitted return type
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Mon Oct 06 1997 - rj@suse.de
- now works with (a)build
- no SEGV with new libc anymore