auto-import changelog data from lftp-2.4.0-2.src.rpm
Thu Aug 16 2001 Nalin Dahyabhai <nalin@redhat.com>
- remove the .la files from the final package -- these aren't libraries
people link with anyway
This commit is contained in:
parent
a86b82a615
commit
d847d046f6
18
lftp.spec
18
lftp.spec
@ -1,7 +1,7 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: Applications/Internet
|
||||
Source: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
|
||||
@ -43,14 +43,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/lftp
|
||||
%dir %{_libdir}/lftp
|
||||
%dir %{_libdir}/lftp/%{version}
|
||||
%{_libdir}/lftp/%{version}/cmd-mirror*
|
||||
%{_libdir}/lftp/%{version}/cmd-sleep*
|
||||
%{_libdir}/lftp/%{version}/libnetwork*
|
||||
%{_libdir}/lftp/%{version}/proto-file*
|
||||
%{_libdir}/lftp/%{version}/proto-ftp*
|
||||
%{_libdir}/lftp/%{version}/proto-http*
|
||||
%{_libdir}/lftp/%{version}/cmd-mirror.so
|
||||
%{_libdir}/lftp/%{version}/cmd-sleep.so
|
||||
%{_libdir}/lftp/%{version}/libnetwork.so
|
||||
%{_libdir}/lftp/%{version}/proto-file.so
|
||||
%{_libdir}/lftp/%{version}/proto-ftp.so
|
||||
%{_libdir}/lftp/%{version}/proto-http.so
|
||||
|
||||
%changelog
|
||||
* Thu Aug 16 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- remove the .la files from the final package -- these aren't libraries
|
||||
people link with anyway
|
||||
|
||||
* Mon Aug 6 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||
- update to 2.4.0 (fixes some memory leaks and globbing cases)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user