]> git.pld-linux.org Git - packages/figlet.git/blobdiff - figlet.spec
- quote %{__cc}
[packages/figlet.git] / figlet.spec
index 73f52af7b8cbc3e55a364a67581d13652152d5d2..e333fadf0757e4be8af2b141ae4bad57dae58f26 100644 (file)
@@ -5,12 +5,13 @@ Summary:      Awesome ASCII-art banners generator
 Summary(pl):   Program do generowania odjazdowych napisów ASCII
 Name:          figlet
 Version:       %{major}.%{minor}.%{ver}
-Release:       1
+Release:       3
 License:       Free
 Group:         Applications/Games
 Source0:       ftp://ftp.plig.org/pub/figlet/program/unix/%{name}%{major}%{minor}%{ver}.tar.gz
+# Source0-md5: 216bc6d86952003cc3db75d5c36eb4f6
 Patch0:                %{name}-makefile.patch
-URL:           http://st-www.cs.uiuc.edu/~chai/figlet.html
+URL:           http://www.figlet.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -28,8 +29,9 @@ podpis
 
 %build
 %{__make} \
-       CC=%{__cc} \
-       CFLAGS="%{rpmcflags}"
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}" \
+       DEFAULTFONTDIR=%{_datadir}/games/figlet
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.115768 seconds and 4 git commands to generate.