Hello community, here is the log from the commit of package ncftp for openSUSE:Factory checked in at 2015-06-06 09:53:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ncftp (Old) and /work/SRC/openSUSE:Factory/.ncftp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ncftp" Changes: -------- --- /work/SRC/openSUSE:Factory/ncftp/ncftp.changes 2014-02-20 06:22:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ncftp.new/ncftp.changes 2015-06-06 09:53:14.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 2 07:21:22 UTC 2015 - [email protected] + +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ncftp.spec ++++++ --- /var/tmp/diff_new_pack.MvR14B/_old 2015-06-06 09:53:14.000000000 +0200 +++ /var/tmp/diff_new_pack.MvR14B/_new 2015-06-06 09:53:14.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ncftp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,36 +17,30 @@ Name: ncftp -Url: http://www.ncftp.com/ Version: 3.2.5 Release: 0 Summary: A Comfortable FTP Program License: ClArtistic Group: Productivity/Networking/Ftp/Clients +Url: http://www.ncftp.com/ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 -Patch: ncftp-3.1.8-locale.diff +Patch0: ncftp-3.1.8-locale.diff Patch2: ncftp-3.1.8-implicit_decl.diff Patch3: ncftp-3.2.5-no-date.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: dos2unix BuildRequires: ncurses-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This program has been in service on UNIX systems since 1991 and is a -popular alternative to the standard FTP program, /usr/bin/ftp. NcFTP +popular alternative to the standard FTP program, %{_bindir}/ftp. NcFTP offers many ease-of-use and performance enhancements over the stock FTP client and runs on a wide variety of UNIX platforms as well as operating systems like Microsoft Windows and Apple Mac OS X. - - -Authors: --------- - Mike Gleason <[email protected]> - %prep %setup -q -%patch -p1 +%patch0 -p1 %patch2 %patch3 -p1 @@ -54,14 +48,11 @@ export CFLAGS="%{optflags} -D_LARGEFILE64_SOURCE" %configure \ --enable-ssp -%__make %{?jobs:-j%{jobs}} STRIP=/bin/touch +make %{?_smp_mflags} STRIP=/bin/touch %install dos2unix doc/*.txt -%makeinstall STRIP=/bin/touch - -%clean -%__rm -rf "$RPM_BUILD_ROOT" +make DESTDIR=%{buildroot} install %{?_smp_mflags} STRIP=/bin/touch %files %defattr(-,root,root) @@ -75,11 +66,11 @@ %{_bindir}/ncftpls %{_bindir}/ncftpput %{_bindir}/ncftpspooler -%doc %{_mandir}/man1/ncftp.1* -%doc %{_mandir}/man1/ncftpbatch.1* -%doc %{_mandir}/man1/ncftpget.1* -%doc %{_mandir}/man1/ncftpls.1* -%doc %{_mandir}/man1/ncftpput.1* -%doc %{_mandir}/man1/ncftpspooler.1* +%{_mandir}/man1/ncftp.1* +%{_mandir}/man1/ncftpbatch.1* +%{_mandir}/man1/ncftpget.1* +%{_mandir}/man1/ncftpls.1* +%{_mandir}/man1/ncftpput.1* +%{_mandir}/man1/ncftpspooler.1* %changelog
