]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- updated to 2.4.5 lftp-2_4_5-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 18 Oct 2001 22:17:54 +0000 (22:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added hack in install section to get all plugins installed

Changed files:
    lftp.spec -> 1.107

lftp.spec

index 6ce98c63fd53f3dbf7d2b30ed82b3038e4b7fc4b..a69efc9bca3bf3ac26934a329a609b645443268c 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -6,14 +6,13 @@ Summary:      Commandline ftp client
 Summary(pl):   Zaawansowany klient ftp
 Summary(pt_BR):        Sofisticado programa de transferência de arquivos (cliente ftp/http)
 Name:          lftp
-Version:       2.4.4
-Release:       3
+Version:       2.4.5
+Release:       1
 License:       GPL
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
 Group(pl):     Aplikacje/Sieciowe
 Source0:       ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/%{name}-%{version}.tar.bz2
-Patch0:                %{name}-readline.patch
 Icon:          ftp.gif
 URL:           http://ftp.yars.free.net/projects/lftp/
 BuildRequires: ncurses-devel >= 5.2
@@ -54,7 +53,6 @@ Veja o arquivo FEATURES para uma lista mais detalhada.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 rm -f missing
@@ -73,6 +71,10 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -fno-implicit-templates"
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 
+# Ugly hack --misiek
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+rm src/*.la
+
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 install lftp.conf $RPM_BUILD_ROOT%{_sysconfdir}
This page took 0.048417 seconds and 4 git commands to generate.