Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4be73a87c1 | ||
|
|
b261bc5ac8 |
3 changed files with 11 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/aha-0.4.10.6.tar.gz
|
||||
/aha-0.5.tar.gz
|
||||
/aha-0.5.1.tar.gz
|
||||
|
|
|
|||
10
aha.spec
10
aha.spec
|
|
@ -1,5 +1,5 @@
|
|||
Name: aha
|
||||
Version: 0.5
|
||||
Version: 0.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Convert terminal output to HTML
|
||||
|
||||
|
|
@ -20,6 +20,8 @@ and produces an HTML rendition of the original text.
|
|||
%setup -q
|
||||
# Extract license header from source code
|
||||
cat aha.c | awk '1;/\*\//{exit}' > LICENSE
|
||||
# Fix EPEL6 compile errors - remove #pragma directives
|
||||
sed -e '/[ \t]*#pragma GCC diagnostic.*/d' -i aha.c
|
||||
|
||||
|
||||
%build
|
||||
|
|
@ -38,6 +40,12 @@ cat aha.c | awk '1;/\*\//{exit}' > LICENSE
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 14 2020 Artur Frenszek-Iwicki <fedora@svgames.pl> - 0.5.1-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Wed Nov 08 2018 Artur Iwicki <fedora@svgames.pl> - 0.5-1
|
||||
- Fix EPEL6 compilation errors
|
||||
|
||||
* Sat Oct 27 2018 Artur Iwicki <fedora@svgames.pl> - 0.5-1
|
||||
- Update to latest upstream release
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (aha-0.5.tar.gz) = 2fbf0be928d8ea0491f6710d96eddd135253cadce6cc8c00f342e03e030ee16a3ff1eb6a559740cdd642b074c9e4e3fd9a76412272ffeb0b7bb419b0dcb6dbc1
|
||||
SHA512 (aha-0.5.1.tar.gz) = 0eb88e681208c0956e344d6574f9d7ba155d38bfb386d0a9f17022c5e925fb16d0efb6aa04804191b4cac1697a87a0f16ba51bcd97b6135cc7606046eaf89288
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue