12606N/A#
12606N/A# spec file for package SUNWtgnome-tsol-libs
12606N/A#
12606N/A# includes module(s): libgnometsol
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 libgnometsol_version 0.6.2
12606N/A
12606N/A%include Solaris.inc
12606N/A
12606N/AName: SUNWtgnome-tsol-libs
18688N/AIPS_package_name: gnome/trusted/libgnometsol
18688N/AMeta(info.classification): %{classification_prefix}:Desktop (GNOME)/Trusted Extensions
12606N/ASummary: GNOME Trusted Extensions Libraries - platform dependent
18970N/ALicense: cr_Oracle
19013N/AVersion: %{libgnometsol_version}
12606N/ASource: http://dlc.sun.com/osol/jds/downloads/extras/tjds/libgnometsol-%{libgnometsol_version}.tar.bz2
12773N/ASource1: l10n-configure.sh
17258N/APatch1: libgnometsol-01-LB_CLI.diff
17489N/APatch2: libgnometsol-02-invalid-sl.diff
18518N/APatch3: libgnometsol-03-perzoneauth.diff
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/ARequires: SUNWgtk2
12606N/ARequires: SUNWgnome-libs
16401N/ABuildRequires: SUNWgtk2-devel
12606N/ABuildRequires: SUNWgnome-libs-devel
18993N/ABuildRequires: SUNWlibgnome-keyring
20343N/ABuildRequires: x11/trusted/libxtsol
20857N/ABuildRequires: consolidation/desktop/desktop-incorporation
12606N/A
12606N/A%package l10n
12606N/ASummary: %{summary} - l10n files
12606N/ARequires: %{name}
12606N/A
12606N/A%package devel
12606N/ASummary: GNOME Trusted Extensions Libraries - platform independent
12606N/ASUNW_BaseDir: %{_basedir}
12606N/A%include default-depend.inc
20857N/A%include gnome-incorporation.inc
12606N/ARequires: SUNWtgnome-tsol-libs
12606N/A
12606N/A%prep
12606N/A%setup -q -n libgnometsol-%{libgnometsol_version}
17258N/A%patch1
17489N/A%patch2
18518N/A%patch3 -p1
12606N/A
12606N/A%build
12606N/Aexport ACLOCAL_FLAGS="-I /usr/share/aclocal"
18628N/Aexport LDFLAGS="%_ldflags"
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
12606N/A%install
12606N/Amake install DESTDIR=$RPM_BUILD_ROOT
12606N/Arm $RPM_BUILD_ROOT%{_libdir}/libgnometsol.la
12606N/Arm $RPM_BUILD_ROOT%{_libdir}/libgnometsol.a
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) %{_libdir}
12606N/A%{_libdir}/libgnometsol.so*
17258N/A%dir %attr (0755, root, bin) %{_bindir}
17258N/A%{_bindir}/tgnome-selectlabel
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%files devel
12606N/A%defattr (-, root, other)
12606N/A%dir %attr (0755, root, bin) %{_includedir}
12606N/A%{_includedir}/*
12606N/A%dir %attr (0755, root, bin) %{_libdir}
12606N/A%{_libdir}/pkgconfig
12606N/A
13056N/A%changelog
18628N/A* Tue Apr 20 2010 - christian.kelly@oracle.com
18628N/A- Set LDFLAGS.
13056N/A* Fri May 16 2008 - stephen.browne@sun.com
13056N/A- Uprev version, remove upstream patch, remove conditional build
12606N/A
13015N/A* Thu May 08 2008 - takao.fujiwara@sun.com
13015N/A- Add SUNWtgnome-tsol-libs-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* 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* 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* Fri Jun 30 2006 - <stephen.browne@sun.com>
12606N/A- changed version to default for port to vermillion
12606N/A
12606N/A* Tue Feb 14 2006 - <ghee.teo@sun.com>
12606N/A- Added Build/BuildRequires for SUNWgnome-base-libs/-devel.
12606N/A
12606N/A* Mon Feb 13 2006 - <ghee.teo@sun.com>
12606N/A- Added Build/BuildRequires for SUNWxwts
12606N/A
12606N/A* Thu Aug 25 2005 - <stephen.browne@sun.com>
12606N/A- created
16401N/A
19442N/A
19759N/A