12606N/A#
12606N/A# spec file for package SUNWtgnome-tsoljdsselmgr
12606N/A#
12606N/A# Copyright (c) 2005 Sun Microsystems, Inc.
12606N/A# This file and all modifications and additions to the pristine
12606N/A# package are under the same license as the package itself.
12606N/A#
17185N/A%define owner stephen
12606N/A
18644N/A%define OSR 6160:n/a
17182N/A
12747N/A# NOTE: If the version is bumped the new tarball must be uploaded to the
12747N/A# Sun Download Center. Contact GNOME RE for assistance.
13056N/A%define tsoljdsselmgr_version 0.6.2
12606N/A
12606N/A%include Solaris.inc
12606N/A
12606N/AName: SUNWtgnome-tsoljdsselmgr
18688N/AIPS_package_name: gnome/trusted/selection-manager
18688N/AMeta(info.classification): %{classification_prefix}:Desktop (GNOME)/Trusted Extensions
12606N/ASummary: GNOME Trusted Extensions Selection Manager
18970N/ALicense: cr_Oracle
19013N/AVersion: %{tsoljdsselmgr_version}
12606N/ASource: http://dlc.sun.com/osol/jds/downloads/extras/tjds/tsoljdsselmgr-%{tsoljdsselmgr_version}.tar.bz2
13535N/A# date:2008-07-10 owner:dcarbery type:bug
13535N/APatch1: tsoljdsselmgr-01-gtk-disable-deprecated.diff
20814N/A# date:2011-07-19 owner:stephen type:bug
20814N/APatch2: tsoljdsselmgr-02-au_close.diff
12773N/ASource1: l10n-configure.sh
12606N/ASUNW_BaseDir: %{_basedir}
12771N/ASUNW_Copyright: %{name}.copyright
12606N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
12606N/A
12606N/A%include default-depend.inc
20857N/A%include gnome-incorporation.inc
16401N/ABuildRequires: SUNWlibgnomecanvas-devel
12606N/ABuildRequires: SUNWtsu
12606N/ABuildRequires: SUNWtgnome-tsol-libs-devel
12606N/ABuildRequires: SUNWgnome-component-devel
12606N/ABuildRequires: SUNWgnome-config-devel
12606N/ABuildRequires: SUNWgnome-libs-devel
12606N/ABuildRequires: SUNWgnome-vfs-devel
18993N/ABuildRequires: SUNWgnome-keyring
18993N/ABuildRequires: SUNWlibgnome-keyring
20342N/ABuildRequires: x11/trusted/libxtsol
16401N/ARequires: SUNWlibgnomecanvas
12606N/ARequires: SUNWtsu
12606N/ARequires: SUNWtgnome-tsol-libs
12606N/ARequires: SUNWgnome-component
12606N/ARequires: SUNWgnome-config
12606N/ARequires: SUNWgnome-libs
12606N/ARequires: SUNWgnome-vfs
12606N/A
12606N/A%package l10n
12606N/ASummary: %{summary} - l10n files
12606N/ARequires: %{name}
12606N/A
12606N/A%prep
12606N/A%setup -q -n tsoljdsselmgr-%{tsoljdsselmgr_version}
13535N/A%patch1 -p1
20814N/A%patch2 -p1
12606N/A
12606N/A%build
12606N/Aexport ACLOCAL_FLAGS="-I /usr/share/aclocal"
12606N/A
12606N/Alibtoolize -f
12648N/Aintltoolize --copy --force --automake
12773N/A
12773N/Abash -x %SOURCE1 --enable-copyright
12773N/A
12606N/Aaclocal $ACLOCAL_FLAGS
12606N/Aautoconf
12606N/Aautoheader
12606N/Aautomake -acf
12606N/A
12606N/A./configure --with-gnome-prefix=%{_prefix} \
12606N/A --prefix=%{_prefix} \
12606N/A --sysconfdir=%{_sysconfdir} \
12606N/A --mandir=%{_mandir}
12606N/A
12606N/A%install
12606N/Amake install DESTDIR=$RPM_BUILD_ROOT
12606N/A
12606N/A%clean
12606N/Arm -rf $RPM_BUILD_ROOT
12606N/A
12606N/A%files
12606N/A%defattr (-, root, other)
12606N/A%dir %attr (0755, root, bin) %{_bindir}
12606N/A%{_bindir}/tsoljdsselmgr
12606N/A%dir %attr (0755, root, sys) %{_datadir}
12606N/A%dir %attr(0755, root, other) %{_datadir}/locale
12606N/A%dir %attr (0755, root, other) %{_datadir}/gnome
12606N/A%{_datadir}/gnome/sel_config
12606N/A
12606N/A%files l10n
12606N/A%defattr (-, root, other)
12606N/A%dir %attr (0755, root, sys) %{_datadir}
12606N/A%{_datadir}/locale
12606N/A
12606N/A%changelog
13535N/A* Thu Jul 10 2008 - damien.carbery@sun.com
13535N/A- Add 01-gtk-disable-deprecated to get module to build with new gtk+ tarball.
13535N/A
13535N/A* Fri May 16 2008 - stephen.browne@sun.com
13056N/A- Uprev version, remove upstream patch, remove conditional build
13056N/A
13015N/A* Thu May 08 2008 - takao.fujiwara@sun.com
13015N/A- Add SUNWtgnome-tsoljdsselmgr-01-po.diff for cs.po
13015N/A Contributed l10n from Hana Zalska <Hana.Zalska@sun.com>
13015N/A
12648N/A* Tue Mar 25 2008 - takao.fujiwara@sun.com
12648N/A- Remove upstreamed scripts.
12648N/A
12606N/A* Fri Mar 14 2008 - stephen.browne@sun.com
12606N/A- update version point source at dlc.sun.com
12606N/A
12606N/A* Wed Oct 17 2007 - stephen.browne@sun.com
12606N/A- remove damiens patch. Fix is now in source
12606N/A
12606N/A* Wed Jul 25 2007 - damien.carbery@sun.com
12606N/A- Add patch, 01-gtk-tooltips, to build with latest gtk+.
12606N/A
12606N/A* Fri Sep 15 2006 - takao.fujiwara@sun.com
12606N/A- Add *-10n package.
12606N/A
12606N/A* Sun Jul 30 2006 - damien.carbery@sun.com
12606N/A- Always use nightly tarballs as source.
12606N/A
12606N/A* Wed Jul 19 2006 - damien.carbery@sun.com
12606N/A- Update Build/BuildRequires after check-deps.pl run.
12606N/A
12606N/A* Thu Jul 13 2006 - damien.carbery@sun.com
12606N/A- Add %{_datadir}/locale to %files, a byproduct of intltool up-rev.
12606N/A
12606N/A* Tue Jul 11 2006 - damien.carbery@sun.com
12606N/A- Add autogen.sh commands to %prep to permit building from 'cvs co' tarballs.
12606N/A
12606N/A* Wed May 24 2006 - stephen.browne@sun.com
12606N/A- remove man page from files and shorten summary
12606N/A
12606N/A* Wed Mar 29 2006 - damien.carbery@sun.com
12606N/A- Add Build/Requires SUNWtsu.
12606N/A
12606N/A* Tue Jan 31 2006 - <stephen.browne@sun.com>
12606N/A- created
16401N/A
19445N/A
19762N/A