From 135b9bbee00997a47b67bdb0fcb1272435698b0b Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 27 Sep 2000 13:45:08 +0000 Subject: [PATCH] - updated to 2.3.1, - changes for using rpm automation. Changed files: lftp.spec -> 1.67 --- lftp.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lftp.spec b/lftp.spec index ac9cd01..621c798 100644 --- 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} -- 2.44.0