SUNWgftp.spec revision 19201
10139N/A#
10139N/A# spec file for package SUNWgftp
10139N/A#
12158N/A#
10139N/A# includes module(s): gftp
10139N/A#
10139N/A# Copyright 2008 Sun Microsystems, Inc.
14375N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
10139N/A%define owner jouby
10139N/A#
10139N/A
15440N/A%include Solaris.inc
10139N/A
10139N/A%define OSR 10474:2.x
10139N/A
10139N/AName: SUNWgftp
10139N/AIPS_package_name: desktop/gftp
14545N/AMeta(info.classification): %{classification_prefix}:Applications/System Utilities
10142N/ASummary: gFTP - Multithreaded FTP client for *NIX based machines
12132N/AVendor: www.gftp.org
12132N/AURL: http://gftp.seul.org/
10142N/AVersion: 2.0.19
12773N/ASource: http://gftp.seul.org/gftp-%{version}.tar.bz2
14434N/ASource1: %{name}-manpages-0.1.tar.gz
12773N/ASUNW_BaseDir: %{_basedir}
14434N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
15440N/ASUNW_Copyright: SUNWgftp.copyright
15440N/ALicense: GPL v3
10139N/A# date:2008-09-23 owner:alfred type:bug state:upstream
12107N/APatch1: gftp-01-solaris-in-trunk.diff
10139N/A# date:2008-11-27 owner:alfred type:branding
10139N/APatch2: gftp-02-profile-dir.diff
10139N/A# date:2008-12-09 owner:fujiwara type:feature bugzilla:563814 bugster:6782004
12796N/APatch3: gftp-03-g11n-charset.diff
10139N/A# date:2008-12-09 owner:fujiwara type:feature bugzilla:563816 bugster:6782004
10139N/APatch4: gftp-04-g11n-lc-time.diff
10139N/A# date:2008-12-09 owner:fujiwara type:feature bugzilla:563818 bugster:6782004
10139N/APatch5: gftp-05-g11n-im-filter.diff
10139N/A# date:2008-12-09 owner:fujiwara type:feature bugzilla:563819 bugster:6782004
10139N/APatch6: gftp-06-g11n-ssh-login.diff
10139N/A# date:2008-12-09 owner:fujiwara type:feature bugzilla:563820 bugster:6782004
12107N/APatch7: gftp-07-g11n-cli-utf8.diff
13969N/A# date:2008-12-23 owner:alfred type:bug bugzilla:565430
12107N/APatch8: gftp-08-url_prefix-null.diff
14181N/A
14181N/A%include default-depend.inc
14181N/A%include gnome-consolidation.inc
14181N/A
14181N/ARequires: SUNWgtk2
14181N/ARequires: SUNWxwplt
15440N/ARequires: SUNWlibmsr
14181N/ARequires: SUNWmlib
14532N/ARequires: SUNWxorg-clientlibs
10139N/ARequires: SUNWfreetype2
14181N/ARequires: SUNWfontconfig
11419N/ARequires: SUNWopensslr
14532N/ABuildRequires: SUNWgtk2-devel
12174N/A
14181N/A%if %build_l10n
11419N/A%package l10n
10139N/AIPS_package_name: desktop/gftp/l10n
10139N/ASummary: %{summary} - l10n files
10139N/ASUNW_BaseDir(relocate_from:%{_prefix}): %{_dto_il10n_basedir}
10139N/A%include default-depend.inc
10139N/A%include gnome-consolidation.inc
10139N/ARequires: %{name}
10139N/A%endif
10139N/A
10139N/A%prep
10139N/A%setup -q -n gftp-%version
10139N/A%patch1 -p1
10139N/A%patch2 -p1
10139N/A%patch3 -p1
10139N/A%patch4 -p1
10139N/A%patch5 -p1
10139N/A%patch6 -p1
10139N/A%patch7 -p1
10139N/A%patch8 -p1
10139N/Agzcat %SOURCE1 | tar xf -
10139N/A
10139N/A%build
10139N/A./configure --prefix=%{_prefix} --mandir=%{_mandir}
10139N/Amake
10139N/A
10139N/A%install
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/Amake install DESTDIR=$RPM_BUILD_ROOT
10139N/A
10139N/Arm -rf $RPM_BUILD_ROOT%{_mandir}
10139N/Acd %{_builddir}/gftp-%version/sun-manpages
10139N/Amake install DESTDIR=$RPM_BUILD_ROOT
10139N/A
10139N/A%if %{build_l10n}
10139N/A%else
10139N/Arm -rf $RPM_BUILD_ROOT/%{_datadir}/locale
10139N/A%endif
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%files
10139N/A%defattr(-, root, bin)
10139N/A%doc(bzip2) README ChangeLog COPYING INSTALL
10139N/A%dir %attr (0755, root, bin) %{_bindir}
10139N/A%{_bindir}/*
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%dir %attr (0755, root, other) %{_datadir}/applications
10139N/A%{_datadir}/applications/*
10139N/A%dir %attr (0755, root, other) %{_datadir}/gftp
10139N/A%{_datadir}/gftp/*
10139N/A%dir %attr (0755, root, bin) %{_datadir}/man
10139N/A%{_datadir}/man/*
10139N/A%dir %attr (0755, root, other) %{_datadir}/pixmaps
10139N/A%{_datadir}/pixmaps/*
10139N/A%dir %attr (0755, root, other) %{_datadir}/doc
10139N/A
10139N/A%if %build_l10n
10139N/A%files l10n
10139N/A%defattr (-, root, bin)
10139N/A%dir %attr (0755, root, sys) %{_datadir}
10139N/A%attr (-, root, other) %{_datadir}/locale
10139N/A%endif
10139N/A
10139N/A%changelog
10139N/A* Fri Aug 38 2009 - yuntong.jin@sun.com
10139N/A- Change owner to jouby
10139N/A* Thu Feb 19 2009 - alfred.peng@sun.com
10139N/A- New manpage tarball.
10139N/A* Mon Feb 02 2009 - alfred.peng@sun.com
10139N/A- Fix the package dependency issue. bugster CR#6798920.
10139N/A* Wed Dec 31 2008 - alferd.peng@sun.com
10142N/A- Add gftp-08-url_prefix-null.diff to fix GNOME bugzilla 565430.
10139N/A* Mon Dec 08 2008 - takao.fujiwara@.sun.com
10139N/A- Add gftp-03-g11n-charset.diff to avoid a crash.
12176N/A- Add gftp-03-g11n-lc-time.diff to work with localized "ls -l" on Solaris.
10139N/A- Add gftp-04-g11n-im-filter.diff to work IM in filespec.
12796N/A- Add gftp-05-g11n-ssh-login.diff to be able to login with ssh.
12125N/A- Add gftp-06-g11n-cli-utf8.diff to show UTF-8 strings with CLI.
10139N/A* Mon Dec 08 2008 - takao.fujiwara@sun.com
10139N/A- Bumped to 2.0.19
12886N/A- Update gftp-01-solaris-in-trunk.diff for trunk.
12886N/A* Thu Nov 27 2008 - alfred.peng@sun.com
12886N/A- As ARC recommended, add patch profile-dir.diff to move the profile
13367N/A to $HOME/.gnome/gftp.
12127N/A* Thu Nov 17 2008 - alfred.peng@sun.com
14169N/A- Move from SFE.
14181N/A Add copyright file, update group bit for %{_datadir}/doc.
14181N/A Remove --disable-sm and extra flags.
14181N/A* Sun Sep 28 2008 - alfred.peng@sun.com
14181N/A- Update group bit for %{_datadir}/man.
14181N/A* Wed Sep 24 2008 - alfred.peng@sun.com
14181N/A- Backport the patch gftp-01-solaris-in-trunk.diff from trunk to build
10139N/A with Sun Studio.
14434N/A* Tue Sep 04 2007 - Thomas Wagner
15440N/A- bump to 0.15.1, add %{version} to Download-Dir (might change again)
15440N/A- conditional !%build_l10n rmdir $RPM_BUILD_ROOT/%{_datadir}/locale
14434N/A* Sat May 26 2007 - Thomas Wagner
10139N/A- bump to 0.15.0
10139N/A- set compiler to gcc
10139N/A- builds with Avahi, if present
10139N/A* Thu Apr 06 2007 - Thomas Wagner
10142N/A- Initial spec
10139N/A
10139N/A
10139N/A