- added gcc-c++ as BR
This commit is contained in:
parent
4ad249aec7
commit
7f1d700353
1 changed files with 5 additions and 1 deletions
|
|
@ -5,11 +5,12 @@
|
|||
|
||||
Name: ansifilter
|
||||
Version: 2.10
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: ANSI terminal escape code converter
|
||||
License: GPLv3+
|
||||
URL: http://www.andre-simon.de/doku/ansifilter/ansifilter.php
|
||||
Source0: http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: gcc-c++
|
||||
%if %{with gui}
|
||||
Source1: ansifilter.desktop
|
||||
Source2: http://www.andre-simon.de/img/af_icon.png
|
||||
|
|
@ -87,6 +88,9 @@ rm -frv %{buildroot}%{_docdir}
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Apr 08 2018 Filipe Rosset <rosset.filipe@gmail.com> - 2.10-2
|
||||
- added gcc-c++ as BR
|
||||
|
||||
* Fri Mar 30 2018 Filipe Rosset <rosset.filipe@gmail.com> - 2.10-1
|
||||
- Updated to new 2.10 upstream version, fixes rhbz #1552957
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue