Browse Source

speclint police

master
parent
commit
f294644523
  1. 7
      figlet/figlet.spec

7
figlet/figlet.spec

@ -23,6 +23,7 @@
## SUCH DAMAGE.
##
# package version
%define V_orig 221
%define V_here 2.2.1
@ -36,7 +37,7 @@ Distribution: OpenPKG [PLUS]
Group: Text
License: BSD
Version: %{V_here}
Release: 20020713
Release: 20030330
# list of sources
Source0: ftp://ftp.plig.org/pub/figlet/program/unix/figlet%{V_orig}.tar.gz
@ -54,13 +55,13 @@ AutoReqProv: no
plain ASCII text character combinations.
%prep
%setup0 -q -n figlet%{V_orig}
%setup -q -n figlet%{V_orig}
%build
%{l_make} %{l_mflags} \
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
DEFAULTFONTDIR="%{l_prefix}/share/figlet" \
DEFAULTFONTDIR="%{l_prefix}/share/figlet"
%install
rm -rf $RPM_BUILD_ROOT

Loading…
Cancel
Save