119 lines
3.6 KiB
RPMSpec
119 lines
3.6 KiB
RPMSpec
#
|
|
# spec file for package figlet (Version 2.2.2)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: figlet
|
|
# Patched code is built by default.
|
|
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
|
|
Url: http://www.figlet.org/
|
|
License: Other uncritical OpenSource License
|
|
Group: Productivity/Text/Utilities
|
|
AutoReqProv: on
|
|
Version: 2.2.2
|
|
Release: 137
|
|
Summary: Tool for Creating Cool ASCII-Art Signatures
|
|
%if 0%{?BUILD_ORIG}
|
|
Source0: figlet222.tar.bz2
|
|
%else
|
|
# WARNING: This is not a comment, but a real command to repack souce:
|
|
#%(sh %{_sourcedir}/%{name}-licpatch.sh %{_sourcedir})
|
|
Source0: figlet222-patched.tar.bz2
|
|
%endif
|
|
Source1: contributed.tar.bz2
|
|
Source2: international.tar.bz2
|
|
Source3: ours.tar.bz2
|
|
Source4: figlet222-8859tables.tar.bz2
|
|
Source5: figlet-licpatch.sh
|
|
Patch0: 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
|
|
|
|
%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
|
|
* Thu Jun 21 2007 pcerny@suse.cz
|
|
- more update due to [#285171]
|
|
* 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
|