From dd99bdb942f1e1db91d1855fbb7804b28b769f0e Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sat, 9 Mar 2024 07:35:23 +0100 Subject: [PATCH] - updated to 3.20 --- ascii.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ascii.spec b/ascii.spec index d85ad78..95c7a9c 100644 --- a/ascii.spec +++ b/ascii.spec @@ -1,12 +1,12 @@ Summary: Interactive ASCII name and synonym chart Summary(pl.UTF-8): Interaktywna tablica kodów i synonimów ASCII Name: ascii -Version: 3.18 +Version: 3.20 Release: 1 License: BSD Group: Applications/Text Source0: http://www.catb.org/~esr/ascii/%{name}-%{version}.tar.gz -# Source0-md5: e5a559a5b820ab20c630525ca5f7383b +# Source0-md5: 6c11d2b6ad0c5758236cacbf6916e810 URL: http://www.catb.org/~esr/ascii/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,20 +32,21 @@ zestaw znaków ASCII. %build %{__make} \ - CC="%{__cc} %{rpmcflags}" + CC="%{__cc}" \ + CFLAGS="%{rpmcflags} %{rpmcppflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} install ascii $RPM_BUILD_ROOT%{_bindir} -install ascii.1 $RPM_BUILD_ROOT%{_mandir}/man1 +cp -p ascii.1 $RPM_BUILD_ROOT%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc COPYING README +%doc COPYING NEWS.adoc README %attr(755,root,root) %{_bindir}/ascii %{_mandir}/man1/ascii.1* -- 2.44.0