SUNWgftp.spec revision 19092
10139N/A#
10139N/A# spec file for package SUNWgftp
10139N/A#
12198N/A#
10139N/A# includes module(s): gftp
10139N/A#
10139N/A# Copyright 2008 Sun Microsystems, Inc.
10139N/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
17125N/A%include Solaris.inc
12578N/A
10139N/A%define OSR 10474:2.x
10139N/A
10139N/AName: SUNWgftp
16975N/AIPS_package_name: desktop/gftp
11419N/AMeta(info.classification): %{classification_prefix}:Applications/System Utilities
10139N/ASummary: gFTP - Multithreaded FTP client for *NIX based machines
11419N/AVendor: www.gftp.org
10139N/AURL: http://gftp.seul.org/
10142N/AVersion: 2.0.19
10142N/ASource: http://gftp.seul.org/gftp-%{version}.tar.bz2
10244N/ASource1: %{name}-manpages-0.1.tar.gz
14429N/ASUNW_BaseDir: %{_basedir}
14429N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
12773N/ASUNW_Copyright: SUNWgftp.copyright
14444N/ALicense: GPL v3
12773N/A# date:2008-09-23 owner:alfred type:bug state:upstream
11419N/APatch1: gftp-01-solaris-in-trunk.diff
10139N/A# date:2008-11-27 owner:alfred type:branding
10139N/APatch2: gftp-02-profile-dir.diff
11419N/A# date:2008-12-09 owner:fujiwara type:feature bugzilla:563814 bugster:6782004
11437N/APatch3: gftp-03-g11n-charset.diff
11962N/A# date:2008-12-09 owner:fujiwara type:feature bugzilla:563816 bugster:6782004
11437N/APatch4: gftp-04-g11n-lc-time.diff
11437N/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
10803N/APatch7: gftp-07-g11n-cli-utf8.diff
10139N/A# date:2008-12-23 owner:alfred type:bug bugzilla:565430
10139N/APatch8: gftp-08-url_prefix-null.diff
10139N/A
10139N/A%include default-depend.inc
10139N/A
13462N/ARequires: SUNWgtk2
16479N/ARequires: SUNWxwplt
13462N/ARequires: SUNWlibmsr
13462N/ARequires: SUNWmlib
11419N/ARequires: SUNWxorg-clientlibs
10139N/ARequires: SUNWfreetype2
10139N/ARequires: SUNWfontconfig
10139N/ARequires: SUNWopensslr
10139N/ABuildRequires: SUNWgtk2-devel
11419N/A
10139N/A%if %build_l10n
13901N/A%package l10n
10139N/ASummary: %{summary} - l10n files
13901N/ASUNW_BaseDir: %{_basedir}
16463N/A%include default-depend.inc
16463N/ARequires: %{name}
16463N/A%endif
16463N/A
16463N/A%prep
13901N/A%setup -q -n gftp-%version
14048N/A%patch1 -p1
15733N/A%patch2 -p1
14151N/A%patch3 -p1
15733N/A%patch4 -p1
14151N/A%patch5 -p1
15733N/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
10244N/A* Thu Feb 19 2009 - alfred.peng@sun.com
12754N/A- New manpage tarball.
10139N/A* Mon Feb 02 2009 - alfred.peng@sun.com
11855N/A- Fix the package dependency issue. bugster CR#6798920.
10139N/A* Wed Dec 31 2008 - alferd.peng@sun.com
11855N/A- Add gftp-08-url_prefix-null.diff to fix GNOME bugzilla 565430.
11855N/A* Mon Dec 08 2008 - takao.fujiwara@.sun.com
11855N/A- Add gftp-03-g11n-charset.diff to avoid a crash.
11855N/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.
10139N/A- Add gftp-05-g11n-ssh-login.diff to be able to login with ssh.
10139N/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
13462N/A- Update gftp-01-solaris-in-trunk.diff for trunk.
13462N/A* Thu Nov 27 2008 - alfred.peng@sun.com
13462N/A- As ARC recommended, add patch profile-dir.diff to move the profile
11419N/A to $HOME/.gnome/gftp.
12524N/A* Thu Nov 17 2008 - alfred.peng@sun.com
10139N/A- Move from SFE.
11419N/A Add copyright file, update group bit for %{_datadir}/doc.
13901N/A Remove --disable-sm and extra flags.
13901N/A* Sun Sep 28 2008 - alfred.peng@sun.com
13901N/A- Update group bit for %{_datadir}/man.
13901N/A* Wed Sep 24 2008 - alfred.peng@sun.com
14048N/A- Backport the patch gftp-01-solaris-in-trunk.diff from trunk to build
14151N/A with Sun Studio.
12316N/A* Tue Sep 04 2007 - Thomas Wagner
10142N/A- bump to 0.15.1, add %{version} to Download-Dir (might change again)
14429N/A- conditional !%build_l10n rmdir $RPM_BUILD_ROOT/%{_datadir}/locale
14429N/A* Sat May 26 2007 - Thomas Wagner
11419N/A- bump to 0.15.0
10139N/A- set compiler to gcc
11419N/A- builds with Avahi, if present
10139N/A* Thu Apr 06 2007 - Thomas Wagner
10139N/A- Initial spec
10142N/A
10139N/A