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