~ubuntu-branches/ubuntu/natty/lftp/natty

« back to all changes in this revision

Viewing changes to lftp.spec

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2006-06-05 13:17:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060605131703-q5ehgd52jmyn6crf
Tags: 3.4.7-1
* new upstream release from 2006-05-18
* updated Standards-Version to 3.7.2
* tls glibc double-free problem fixed since 3.4.x
  (closes: Bug#326914)
* gnutls handshake problem fixed since 3.4.x
  (closes: Bug#327643)
* segfault problem fixed (closes: Bug#336408)
* using gnutls 1.3 (closes: Bug#369197)
* made lftp-config-dns-inet6_before_inet patch nicer

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%define version 3.4.0
 
1
%define version 3.4.7
2
2
%define release 1
3
3
%define use_modules 0
4
4
 
43
43
%install
44
44
rm -rf %{buildroot}
45
45
make install DESTDIR=%{buildroot}
46
 
rm -f %{buildroot}%{_libdir}/*.{so,la}
 
46
rm -f %{buildroot}%{_libdir}/*.{so,la,a}
47
47
 
48
48
%clean
49
49
rm -rf %{buildroot}