figlet/figlet.spec

95 lines
2.6 KiB
RPMSpec
Raw Normal View History

#
# spec file for package figlet (Version 2.2.2)
#
# Copyright (c) 2005 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: figlet
URL: http://www.figlet.org/
License: Other License(s), see package, Other uncritical OpenSource License
Group: Productivity/Text/Utilities
Autoreqprov: on
Version: 2.2.2
Release: 3
Summary: Tool for Creating Cool ASCII-Art Signatures
Source: figlet222.tar.bz2
Source1: contributed.tar.bz2
Source2: international.tar.bz2
Source3: ours.tar.bz2
Patch: figlet-config.patch
Patch1: figlet-random.patch
Patch2: figlet-implicit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
FIGlet can create characters in many different styles and can kern and
"smush" these characters together in various ways. FIGlet output is
generally reminiscent of the sort of "signatures" many people like to
put at the end of e-mail and UseNet messages.
Authors:
--------
Glenn Chappell <c486scm@semovm.semo.edu>
Ian Chai <ianchai@usa.net>
Christiaan Keet <info@figlet.org>
%prep
%setup -n figlet222 -a 1 -a 2 -a 3
%patch
%patch1
%patch2
%build
make CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT install
cp -a contributed $RPM_BUILD_ROOT/usr/share/games/figlet/fonts
cp -a international $RPM_BUILD_ROOT/usr/share/games/figlet/fonts
cp -a ours $RPM_BUILD_ROOT/usr/share/games/figlet/fonts
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/games/*
/usr/share/games/figlet
%doc /usr/share/man/man6/*
%doc LICENSE CHANGES README FAQ
%changelog -n figlet
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Nov 08 2005 - dmueller@suse.de
- don't build as root
* Wed Jul 20 2005 - sbrabec@suse.cz
- Updated to version 2.2.2.
* Tue Oct 15 2002 - sbrabec@suse.cz
- Update to version 2.2.1.
- Make build root install.
- FHS fixes (use games specific paths).
* Thu Dec 06 2001 - ro@suse.de
- install manpage into right place
* Mon Jul 16 2001 - rvasice@suse.cz
- fix bug [9215]
* Tue May 08 2001 - mfabian@suse.de
- bzip2 some sources
* Sat Dec 09 2000 - nashif@suse.de
- sorted
* Mon Sep 13 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Mon Apr 20 1998 - ray@suse.de
- move to /usr/lib/figlet
* Tue Apr 07 1998 - ray@suse.de
- new package figlet V2.2