]> git.pld-linux.org Git - packages/lftp.git/commitdiff
- updated to 2.3.1,
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Sep 2000 13:45:08 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changes for using rpm automation.

Changed files:
    lftp.spec -> 1.67

lftp.spec

index ac9cd0116be4c50cec9fa4995d837d529585dd60..621c798f7d8464daff49a0e2cde9c2123f304a2d 100644 (file)
--- a/lftp.spec
+++ b/lftp.spec
@@ -1,8 +1,8 @@
 Summary:       Commandline ftp client
 Summary(pl):   Zaawansowany klient ftp
 Name:          lftp
-Version:       2.3.0
-Release:       2
+Version:       2.3.1
+Release:       1
 License:       GPL
 Group:         Applications/Networking
 Group(de):     Applikationen/Netzwerkwesen
@@ -42,13 +42,14 @@ do mirrorowania serwer
 
 %build
 gettextize --copy --force
-CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions -fno-implicit-templates"
+CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-rtti -fno-exceptions -fno-implicit-templates"
 %configure \
        --with-modules
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -d $RPM_BUILD_ROOT%{_sysconfdir}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
@@ -57,8 +58,7 @@ install lftp.conf $RPM_BUILD_ROOT%{_sysconfdir}
 
 chmod +x $RPM_BUILD_ROOT%{_libdir}/lftp/*
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
-       README NEWS
+gzip -9nf README NEWS
 
 %find_lang %{name}
 
This page took 0.198941 seconds and 4 git commands to generate.