]> git.pld-linux.org Git - packages/ascii.git/commitdiff
- updated to 3.2
authorgrzegol <grzegol@pld-linux.org>
Tue, 16 Dec 2003 14:14:06 +0000 (14:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed Source0 location and added URL
- added %%doc

Changed files:
    ascii.spec -> 1.23

ascii.spec

index db2f37207153e0a806b740279f5a44b9386b377c..dfb87008ce0443dcbc22300dec6f6cba7b188a1f 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       Interactive ASCII name and synonym chart
 Summary(pl):   Interaktywna tablica kodów i synonimów ASCII
 Name:          ascii
-Version:       3.1
-Release:       2
+Version:       3.2
+Release:       1
 License:       distributable
 Group:         Applications/Text
-Source0:       ftp://locke.ccil.org/pub/esr/%{name}-%{version}.tar.gz
-# Source0-md5: ea3866df5aedb61413791610dab75193
+Source0:       http://www.catb.org/~esr/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: c87cec846efe6af3c5c88e7e8af24dd6
+URL:           http://www.catb.org/~esr/ascii/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,7 +31,8 @@ zestaw znak
 %setup -q
 
 %build
-%{__make} CC="%{__cc} %{rpmcflags}"
+%{__make} \
+       CC="%{__cc} %{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -44,5 +46,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README ascii.cgi
 %attr(755,root,root) %{_bindir}/ascii
 %{_mandir}/man1/*
This page took 0.107751 seconds and 4 git commands to generate.