Add BR: gcc

This commit is contained in:
Akira TAGOH 2018-02-19 22:34:05 +09:00
parent 182b2b8842
commit 26dbe30a78
1 changed files with 7 additions and 2 deletions

View File

@ -2,10 +2,11 @@
Name: lv
Version: 4.51
Release: 32%{?dist}
Release: 33%{?dist}
License: GPLv2+
URL: http://www.ff.iij4u.or.jp/~nrt/lv/
BuildRequires: ncurses-devel autoconf
BuildRequires: gcc
Source: http://www.ff.iij4u.or.jp/~nrt/freeware/%{name}%{vver}.tar.gz
Patch1: lv-4.49.4-nonstrip.patch
@ -51,7 +52,8 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
make install bindir=$RPM_BUILD_ROOT%{_bindir} libdir=$RPM_BUILD_ROOT%{_libdir} mandir=$RPM_BUILD_ROOT%{_mandir} INSTALL="install -p"
%files
%doc GPL.txt README build hello.sample hello.sample.gif index.html
%license GPL.txt
%doc README build hello.sample hello.sample.gif index.html
%doc relnote.html
%{_bindir}/lv
%{_bindir}/lgrep
@ -60,6 +62,9 @@ make install bindir=$RPM_BUILD_ROOT%{_bindir} libdir=$RPM_BUILD_ROOT%{_libdir} m
%changelog
* Mon Feb 19 2018 Akira TAGOH <tagoh@redhat.com> - 4.51-33
- Add BR: gcc
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.51-32
- Escape macros in %%changelog