- fix build failure of the last build
This commit is contained in:
parent
481dc203af
commit
afa065e1bb
@ -1,7 +1,7 @@
|
||||
Summary: A small text editor
|
||||
Name: nano
|
||||
Version: 2.0.9
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Editors
|
||||
URL: http://www.nano-editor.org
|
||||
@ -36,6 +36,8 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
||||
ln -s ../../bin/nano ${RPM_BUILD_ROOT}%{_bindir}/nano
|
||||
ln -s ../../bin/rnano ${RPM_BUILD_ROOT}%{_bindir}/rnano
|
||||
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
||||
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/nanorc
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -70,6 +72,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/nano
|
||||
|
||||
%changelog
|
||||
* Tue Oct 13 2009 Kamil Dudka <kdudka@redhat.com> - 2.0.9-5
|
||||
- fix build failure of the last build
|
||||
|
||||
* Tue Oct 13 2009 Kamil Dudka <kdudka@redhat.com> - 2.0.9-4
|
||||
- ship a system-wide configuration file along with the nano package
|
||||
- disable line wrapping by default (#528359)
|
||||
|
Loading…
Reference in New Issue
Block a user