OBS User unknown 2007-06-14 22:19:52 +00:00 committed by Git OBS Bridge
parent fc75cfe7b0
commit 8712ae671b
2 changed files with 32 additions and 25 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 14 19:21:26 CEST 2007 - pcerny@suse.cz
- changed permissions for showfigfonts and figlist (#281419)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 21:35:53 CET 2006 - mls@suse.de Wed Jan 25 21:35:53 CET 2006 - mls@suse.de

View File

@ -1,31 +1,31 @@
# #
# spec file for package figlet (Version 2.2.2) # spec file for package figlet (Version 2.2.2)
# #
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
# Please submit bugfixes or comments via http://bugs.opensuse.org # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: figlet Name: figlet
URL: http://www.figlet.org/ URL: http://www.figlet.org/
License: Other License(s), see package, Other uncritical OpenSource License License: Other uncritical OpenSource License, Academic Free License version 2.1
Group: Productivity/Text/Utilities Group: Productivity/Text/Utilities
Autoreqprov: on Autoreqprov: on
Version: 2.2.2 Version: 2.2.2
Release: 3 Release: 57
Summary: Tool for Creating Cool ASCII-Art Signatures Summary: Tool for Creating Cool ASCII-Art Signatures
Source: figlet222.tar.bz2 Source: figlet222.tar.bz2
Source1: contributed.tar.bz2 Source1: contributed.tar.bz2
Source2: international.tar.bz2 Source2: international.tar.bz2
Source3: ours.tar.bz2 Source3: ours.tar.bz2
Patch: figlet-config.patch Patch: figlet-config.patch
Patch1: figlet-random.patch Patch1: figlet-random.patch
Patch2: figlet-implicit.patch Patch2: figlet-implicit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
FIGlet can create characters in many different styles and can kern and FIGlet can create characters in many different styles and can kern and
@ -51,14 +51,14 @@ Authors:
make CFLAGS="$RPM_OPT_FLAGS" make CFLAGS="$RPM_OPT_FLAGS"
%install %install
rm -rf $RPM_BUILD_ROOT make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=%{buildroot} install
make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT install cp -a contributed %{buildroot}/usr/share/games/figlet/fonts
cp -a contributed $RPM_BUILD_ROOT/usr/share/games/figlet/fonts cp -a international %{buildroot}/usr/share/games/figlet/fonts
cp -a international $RPM_BUILD_ROOT/usr/share/games/figlet/fonts cp -a ours %{buildroot}/usr/share/games/figlet/fonts
cp -a ours $RPM_BUILD_ROOT/usr/share/games/figlet/fonts chmod 0755 %{buildroot}/usr/games/showfigfonts %{buildroot}/usr/games/figlist
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf "%{buildroot}"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -67,7 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%doc /usr/share/man/man6/* %doc /usr/share/man/man6/*
%doc LICENSE CHANGES README FAQ %doc LICENSE CHANGES README FAQ
%changelog -n figlet %changelog
* Thu Jun 14 2007 - pcerny@suse.cz
- changed permissions for showfigfonts and figlist (#281419)
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Tue Nov 08 2005 - dmueller@suse.de * Tue Nov 08 2005 - dmueller@suse.de