101 lines
2.9 KiB
RPMSpec
101 lines
2.9 KiB
RPMSpec
#
|
|
# spec file for package figlet (Version 2.2.2)
|
|
#
|
|
# Copyright (c) 2007 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 uncritical OpenSource License, Academic Free License version 2.1
|
|
Group: Productivity/Text/Utilities
|
|
Autoreqprov: on
|
|
Version: 2.2.2
|
|
Release: 58
|
|
Summary: Tool for Creating Cool ASCII-Art Signatures
|
|
Source: figlet222.tar.bz2
|
|
Source1: contributed.tar.bz2
|
|
Source2: international.tar.bz2
|
|
Source3: ours.tar.bz2
|
|
Source4: figlet222-8859tables.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 -a 4
|
|
%patch
|
|
%patch1
|
|
%patch2
|
|
rm fonts/jis0201.flc
|
|
|
|
%build
|
|
make CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
%install
|
|
make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=%{buildroot} install
|
|
cp -a contributed %{buildroot}/usr/share/games/figlet/fonts
|
|
cp -a international %{buildroot}/usr/share/games/figlet/fonts
|
|
cp -a ours %{buildroot}/usr/share/games/figlet/fonts
|
|
chmod 0755 %{buildroot}/usr/games/showfigfonts %{buildroot}/usr/games/figlist
|
|
|
|
%clean
|
|
rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
/usr/games/*
|
|
/usr/share/games/figlet
|
|
%doc /usr/share/man/man6/*
|
|
%doc LICENSE CHANGES README FAQ
|
|
|
|
%changelog
|
|
* Mon Jun 18 2007 - pcerny@suse.cz
|
|
- updated some files from unicode.org [#285171]
|
|
* Thu Jun 14 2007 - pcerny@suse.cz
|
|
- changed permissions for showfigfonts and figlist (#281419)
|
|
* 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
|