Prettify spec some more and remove trailing space
This commit is contained in:
parent
a93372c814
commit
81c6ecabf7
7
ftp.spec
7
ftp.spec
@ -43,7 +43,7 @@ The ftp package provides the standard UNIX command-line FTP (File
|
|||||||
Transfer Protocol) client. FTP is a widely used protocol for
|
Transfer Protocol) client. FTP is a widely used protocol for
|
||||||
transferring files over the Internet and for archiving files.
|
transferring files over the Internet and for archiving files.
|
||||||
|
|
||||||
If your system is on a network, you should install ftp in order to do
|
If your system is on a network, you should install ftp in order to do
|
||||||
file transfers.
|
file transfers.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user