]> git.pld-linux.org Git - packages/figlet.git/commitdiff
- up to 2.2.4, thanks to shadzik auto/th/figlet-2_2_4-1 auto/ti/figlet-2_2_4-1
authorAndrzej Augustyński <august84@pld-linux.org>
Sat, 21 Jan 2012 19:26:16 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    figlet.spec -> 1.32

figlet.spec

index 771fe373445ca14a580aee3723074e334687aab4..98bb652ea3f2e86fd4e829b82c1fe472e083cd8a 100644 (file)
@@ -1,16 +1,12 @@
-%define                major   2
-%define                minor   2
-%define                ver     1
 Summary:       Awesome ASCII-art banners generator
 Summary(pl.UTF-8):     Program do generowania odjazdowych napisów ASCII
 Name:          figlet
-Version:       %{major}.%{minor}.%{ver}
-Release:       3
+Version:       2.2.4
+Release:       1
 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
+Source0:       ftp://ftp.plig.org/pub/figlet/program/unix/%{name}-%{version}.tar.gz
+# Source0-md5: ea048d8d0b56f9c58e55514d4eb04203
 URL:           http://www.figlet.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,8 +20,7 @@ dużego wyboru czcionek. Może być wykorzystany do tworzenia logo,
 podpisów do listów e-mail, itp.
 
 %prep
-%setup -q -n %{name}%{major}%{minor}%{ver}
-%patch0 -p1
+%setup -q
 
 %build
 %{__make} \
@@ -35,6 +30,7 @@ podpisów do listów e-mail, itp.
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/games/figlet} \
        $RPM_BUILD_ROOT%{_mandir}/man6
 
@@ -49,6 +45,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
-%doc README  figfont.txt figlist figmagic showfigfonts
+%doc README  figfont.txt figlist showfigfonts
 %{_datadir}/games/figlet
 %{_mandir}/man6/figlet.6*
This page took 0.084322 seconds and 4 git commands to generate.