File oneko.spec of Package oneko
#
# spec file for package oneko (Version 1.1b)
#
# 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: oneko
BuildRequires: xorg-x11 xorg-x11-devel
License: distributable, Other License(s), see package
Group: Amusements/Toys/Graphics
Autoreqprov: on
Summary: A Cat Catches Your Mouse
Version: 1.1b
Release: 1022
Source0: oneko-1.1b.tar.gz
Patch: oneko-1.1b.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A nice program that changes your cursor into a cat playing with your
mouse cursor. The manual page shows more possibilities to change your
cursor.
Authors:
--------
Tatsuya Kato <kato@ntts.co.jp>
John Lerchey <jl4l+@andrew.cmu.edu>
Eric Anderson <eanders+@cmu.edu>
Rick Niles <niles@axp745.gsfc.nasa.gov>
%prep
%setup -n oneko-1.1 -b0
%patch
%build
xmkmf -a
make all
%install
make DESTDIR=$RPM_BUILD_ROOT install
make DESTDIR=$RPM_BUILD_ROOT install.man
mv README README.jp
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README.jp README-NEW sample.resource
%{_bindir}/*
%doc %{_mandir}/*/*
%changelog -n oneko
* Sun Aug 06 2006 - cthiel@suse.de
- fix build with X.org 7.1
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Apr 26 2004 - werner@suse.de
- Avoid compiler warnings
* Sun Jan 11 2004 - adrian@suse.de
- add %%defattr
* Tue Jun 03 2003 - coolo@suse.de
- use BuildRoot
* Tue Jan 14 2003 - pmladek@suse.cz
- fixed comments prefix in the Imakefile from "/**/#" to "XCOMM"
* Tue Sep 17 2002 - ro@suse.de
- removed bogus self-provides
* Tue Feb 20 2001 - uli@suse.de
- fixed for new glibc
* Thu Dec 14 2000 - werner@suse.de
- Group tag
* Wed Jun 07 2000 - ro@suse.de
- doc relocation
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Dec 16 1997 - werner@suse.de
- New package
- Some small changes in source and manual page.