Prettify spec some more and remove trailing space

This commit is contained in:
Jan Synacek 2012-08-03 12:06:07 +02:00
parent a93372c814
commit 81c6ecabf7

View File

@ -91,16 +91,12 @@ perl -pi -e '
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_bindir} mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man5
make INSTALLROOT=${RPM_BUILD_ROOT} install make INSTALLROOT=${RPM_BUILD_ROOT} install
%clean
rm -rf ${RPM_BUILD_ROOT}
%files %files
%{_bindir}/ftp %{_bindir}/ftp
%{_bindir}/pftp %{_bindir}/pftp
@ -111,6 +107,7 @@ rm -rf ${RPM_BUILD_ROOT}
%changelog %changelog
* Fri Aug 03 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-58 * Fri Aug 03 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-58
- Extend the input line buffer and the argument storage buffer - Extend the input line buffer and the argument storage buffer
- Prettify spec some more and remove trailing space
* Fri Jul 20 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-57 * Fri Jul 20 2012 Jan Synáček <jsynacek@redhat.com> - 0.17-57
- Remove nested include (fix compilation in rawhide) - Remove nested include (fix compilation in rawhide)