[packages/ascii] - updated to 3.32
qboosh
qboosh at pld-linux.org
Sat Apr 25 12:56:36 CEST 2026
commit 2b8b6e16cc6947e805b3d535d3895a413332914c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Apr 25 12:57:19 2026 +0200
- updated to 3.32
ascii.spec | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/ascii.spec b/ascii.spec
index 3e52af1..7f3e4ef 100644
--- a/ascii.spec
+++ b/ascii.spec
@@ -1,13 +1,14 @@
Summary: Interactive ASCII name and synonym chart
Summary(pl.UTF-8): Interaktywna tablica kodów i synonimów ASCII
Name: ascii
-Version: 3.30
+Version: 3.32
Release: 1
License: BSD
Group: Applications/Text
Source0: http://www.catb.org/~esr/ascii/%{name}-%{version}.tar.gz
-# Source0-md5: 6268c89a81638c7a6ce9101de6046c93
+# Source0-md5: 5cef94c0335833d726a80c9748f004bb
URL: http://www.catb.org/~esr/ascii/
+BuildRequires: ruby-asciidoctor
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -33,20 +34,22 @@ zestaw znaków ASCII.
%build
%{__make} \
CC="%{__cc}" \
- CFLAGS="%{rpmcflags} %{rpmcppflags}"
+ CFLAGS="%{rpmcflags} -Wall -Wextra -Werror" \
+ CPPFLAGS="%{rpmcppflags}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
-install ascii $RPM_BUILD_ROOT%{_bindir}
-cp -p ascii.1 $RPM_BUILD_ROOT%{_mandir}/man1
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT \
+ PREFIX=%{_prefix}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc COPYING NEWS.adoc README
+%doc COPYING NEWS.adoc README.adoc
%attr(755,root,root) %{_bindir}/ascii
%{_mandir}/man1/ascii.1*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ascii.git/commitdiff/2b8b6e16cc6947e805b3d535d3895a413332914c
More information about the pld-cvs-commit
mailing list