]> git.pld-linux.org Git - packages/figlet.git/commitdiff
- new %doc
authorŁukasz Jarosław Mozer <lukasz.mozer@gmail.com>
Sun, 2 Jun 2002 00:32:27 +0000 (00:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated URL's
- rel 3

Changed files:
    figlet.spec -> 1.17

figlet.spec

index 36648bc9a42b3257ee3494d9b7af31d679f1eea4..75e1469756a4b8422f3eb534bcc3e2a3e737c669 100644 (file)
@@ -4,10 +4,10 @@ Summary:      Awesome ASCII-art banners generator
 Summary(pl):   Program do generowania odjazdowych napisów ASCII
 Name:          figlet
 Version:       %{major}.%{minor}
-Release:       2
+Release:       3
 License:       Free
 Group:         Applications/Games
-Source0:       ftp://wuarchive.wustl.edu/graphics/graphics/misc/figlet/program/unix/%{name}%{major}%{minor}.tar.gz
+Source0:       ftp://ftp.plig.org/pub/figlet/program/unix/%{name}%{major}%{minor}.tar.gz
 Patch0:                %{name}-makefile.patch
 URL:           http://st-www.cs.uiuc.edu/~chai/figlet.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,14 +39,12 @@ install figlet.6 $RPM_BUILD_ROOT%{_mandir}/man6
 
 cp -f fonts/* $RPM_BUILD_ROOT%{_datadir}/games/figlet
 
-gzip -9nf {FTP-NOTE,README,figfont.txt,figlist,figmagic,showfigfonts}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%doc *.gz
+%doc {FTP-NOTE,README,figfont.txt,figlist,figmagic,showfigfonts} 
 %{_datadir}/games/figlet
 %{_mandir}/man6/figlet.6*
This page took 0.057605 seconds and 4 git commands to generate.