Accepting request 1088686 from home:jsrain:branches:Base:System
- adjust .spec-file to list all sources independently on the build options - flag the license properly OBS-URL: https://build.opensuse.org/request/show/1088686 OBS-URL: https://build.opensuse.org/package/show/Base:System/figlet?expand=0&rev=14
This commit is contained in:
parent
28d2a7d9c4
commit
6ccdb1d3d2
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 04:33:32 UTC 2023 - Jiri Srain <jsrain@suse.com>
|
||||
|
||||
- adjust .spec-file to list all sources independently on the
|
||||
build options
|
||||
- flag the license properly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 09:57:37 UTC 2017 - bwiedemann@suse.com
|
||||
|
||||
|
11
figlet.spec
11
figlet.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package figlet
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,15 +22,17 @@ Release: 0
|
||||
Summary: Tool for Creating Cool ASCII-Art Signatures
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Text/Utilities
|
||||
Url: http://www.figlet.org/
|
||||
URL: http://www.figlet.org/
|
||||
# Patched code is built by default.
|
||||
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
|
||||
%if 0%{?BUILD_ORIG}
|
||||
Source0: ftp://ftp.figlet.org/pub/figlet/program/unix/%{name}-%{version}.tar.gz
|
||||
Source999: %{name}-%{version}-patched.tar.bz2
|
||||
%else
|
||||
# WARNING: This is not a comment, but a real command to repack source:
|
||||
#%(sh %{_sourcedir}/figlet-licpatch.sh %{_sourcedir})
|
||||
Source0: %{name}-%{version}-patched.tar.bz2
|
||||
Source999: ftp://ftp.figlet.org/pub/figlet/program/unix/%{name}-%{version}.tar.gz
|
||||
%endif
|
||||
Source1: ftp://ftp.figlet.org/pub/figlet/fonts/contributed.tar.gz
|
||||
Source2: ftp://ftp.figlet.org/pub/figlet/fonts/international.tar.gz
|
||||
@ -79,7 +81,8 @@ cp -a ours %{buildroot}%{_datadir}/figlet/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES FAQ LICENSE README figfont.txt
|
||||
%doc CHANGES FAQ README figfont.txt
|
||||
%license LICENSE
|
||||
%doc bdf2flf.pl febrew
|
||||
%{_bindir}/chkfont
|
||||
%{_bindir}/figlet
|
||||
|
Loading…
Reference in New Issue
Block a user