sun-gdm-themes.spec
author dermotm
Mon, 12 Jul 2004 09:46:45 +0000
changeset 3320 1b6af4da604e
parent 3287 0f2845959d3f
child 3387 216b24bd5c8c
permissions -rw-r--r--
Incremented release numbers for build 14


#
# spec file for package sun-gdm-themes
#
# Copyright (c) 2003 Sun Microsystems Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#


Name:			sun-gdm-themes
License:		LGPL
Group:			System/GUI/GNOME
BuildArchitectures:	noarch
Version:		0.14
Release:		237
Distribution:		Cinnabar
Vendor:			Sun Microsystems Inc.
Summary:		Sun branded GNOME login manager theme
Source:			%{name}-%{version}.tar.gz
Source1: sun-gdm-themes-l10n-po-1.2.tar.bz2
Patch1:  sun-gdm-themes-01-text-misalignment-in-sun-blueprint.diff
URL:			http://sun.com
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
Docdir:			%{_defaultdocdir}/%{name}
Autoreqprov:		on

%define intltool_version 0.25

BuildRequires:  intltool >= %{intltool_version}

%description
This package contains Sun branded GNOME login manager [GDM] themes 

%prep
%setup -q
/usr/bin/bzcat -dc %SOURCE1|tar xf -
%patch1 -p1

%build
%ifos linux
if [ -x /usr/bin/getconf ]; then
  CPUS=`getconf _NPROCESSORS_ONLN`
fi
%else
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l`
%endif
if test "x$CPUS" = "x" -o $CPUS = 0; then
  CPUS=1
fi

CFLAGS="$RPM_OPT_FLAGS" \
./configure \
	--prefix=%{_prefix} \
	--sysconfdir=%{_sysconfdir} \
	--localstatedir=/var/lib
make -j $CPUS

%install
make DESTDIR=$RPM_BUILD_ROOT install

%clean
rm -rf $RPM_BUILD_ROOT

%post

%files
%defattr (-, root, root)
%{_datadir}/gdm/themes/*

%changelog
* Fri Jul 9 2004 - [email protected]
- Add patch from Vinay M R  to fix text misalignment in gdm login screen. 

* Thu Jul 08 2004 - [email protected]
- Updated l10n content to sun-gdm-themes-l10n-po-1.2.tar.bz2

* Wed Jul 07 2004 - [email protected]
- added "-j $CPUS" to make to speed up builds

* Wed May 12 2004 - [email protected]
- Updated l10n content to sun-gdm-themes-l10n-po-1.1.tar.bz2

* Tue Apr 20 2004 - [email protected]
- moved 2 patches (sun-gdm-themes-01-trans_desktop.diff,
  sun-gdm-themes-02-g11n-truncated-username.diff) to sun-gdm-themes CVS
  and bumped the spec version to pick up sun-gdm-themes-0.14.tar.gz.

* Sat Apr 03 2004 - [email protected]
- added sun-gdm-themes-02-g11n-truncated-username.diff to fix 4955151

* Mon Mar 29 2004 - [email protected]
- Updated l10n content to sun-gdm-themes-l10n-po-1.0.tar.bz2

* Mon Feb 16 2004 - <[email protected]>
- replace tar jxf with the more solaris friendly
  bzcat piped through tar

* Mon Jan 19 2004 - [email protected]
- Updated l10n content to sun-gdm-themes-l10n-po-0.7.tar.bz2

* Mon Dec 22 2003 - [email protected]
- Adding sun-gdm-themes-01-trans_desktop.diff
* Fri Oct 31 2003 - [email protected]
- Adding sun-gdm-themes-l10n-po-0.6.tar.bz2 l10n content

* Sun Oct 26 2003 - <[email protected]>
- Bolder and Blue JDS banner
- Improved button alignment to handle all resolutions
- Offset panel 5% right/down according to Chester
- Changed order of buttons left-to-right with right most important
* Wed Oct 23 2003 - <[email protected]>
- Bolder Java Desktop System banner
- Sun Font on JDS
- Color Java Logo
* Tue Oct 21 2003 - [email protected]
- Updated tarball
* Sun Oct 19 2003 - [email protected]
- Adding sun-gdm-themes-l10n-po-0.4.tar.bz2 l10n content
* Tue Sep 02 2003 - <[email protected]>
- Added the new Sun default theme 
- renamed the others to meaningful names
* Fri Aug 08 2003 - <[email protected]>
- bumped release for the new icons
* Tue Jul 22 2003 - <[email protected]>
- update to 0.8.9.1
* Fri Jun 26 2003 - [email protected]
- It's a no architecture package
* Fri Jun 26 2003 - [email protected]
- Initial Sun release