sun-gdm-themes.spec
author dermotm
Mon, 22 Mar 2004 12:28:38 +0000
changeset 2280 8e749eca2b37
parent 2159 3613e9792e23
child 2350 9adca2a8c84f
permissions -rw-r--r--
Incremented release numbers for build 06
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
346
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     1
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     2
#
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     3
# spec file for package sun-gdm-themes
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     4
#
667
0cf5b014900e *** empty log message ***
erwannc
parents: 601
diff changeset
     5
# Copyright (c) 2003 Sun Microsystems Inc.
346
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     6
# This file and all modifications and additions to the pristine
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     7
# package are under the same license as the package itself.
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     8
#
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
     9
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    10
354
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    11
Name:			sun-gdm-themes
1116
234a4cdec668 2003-09-03 Erwann Chenede - <[email protected]>
erwannc
parents: 1115
diff changeset
    12
License:		LGPL
354
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    13
Group:			System/GUI/GNOME
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    14
BuildArchitectures:	noarch
1349
aaa5cef7ff23 Changeed remaining text -> stock entries in sun-mercury.xml - Carl
cig
parents: 1347
diff changeset
    15
Version:		0.13
2280
8e749eca2b37 Incremented release numbers for build 06
dermotm
parents: 2159
diff changeset
    16
Release:		225
1631
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    17
Distribution:		Cinnabar
667
0cf5b014900e *** empty log message ***
erwannc
parents: 601
diff changeset
    18
Vendor:			Sun Microsystems Inc.
354
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    19
Summary:		Sun branded GNOME login manager theme
1013
f087d4e5294d 2003-08-08 Erwann Chenede - <[email protected]>
erwannc
parents: 831
diff changeset
    20
Source:			%{name}-%{version}.tar.gz
1631
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    21
Source1: sun-gdm-themes-l10n-po-0.7.tar.bz2
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    22
Patch1:  sun-gdm-themes-01-trans_desktop.diff
354
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    23
URL:			http://sun.com
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    24
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    25
Docdir:			%{_defaultdocdir}/%{name}
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    26
Autoreqprov:		on
346
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    27
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    28
%define intltool_version 0.25
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    29
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    30
BuildRequires:  intltool >= %{intltool_version}
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    31
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    32
%description
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    33
This package contains Sun branded GNOME login manager [GDM] themes 
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    34
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    35
%prep
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    36
%setup -q
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    37
/usr/bin/bzcat -dc %SOURCE1|tar xf -
1631
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    38
%patch1 -p1
346
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    39
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    40
%build
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    41
CFLAGS="$RPM_OPT_FLAGS" \
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    42
./configure \
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    43
	--prefix=%{_prefix} \
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    44
	--sysconfdir=%{_sysconfdir} \
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    45
	--localstatedir=/var/lib
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    46
make
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    47
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    48
%install
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    49
make DESTDIR=$RPM_BUILD_ROOT install
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    50
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    51
%clean
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    52
rm -rf $RPM_BUILD_ROOT
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    53
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    54
%post
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    55
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    56
%files
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    57
%defattr (-, root, root)
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    58
%{_datadir}/gdm/themes/*
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    59
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    60
%changelog
1714
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    61
* Mon Feb 16 2004 - <[email protected]>
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    62
- replace tar jxf with the more solaris friendly
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    63
  bzcat piped through tar
d34c2c5987ec 2004-02-16 Niall Power <[email protected]>
niall
parents: 1631
diff changeset
    64
1631
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    65
* Mon Jan 19 2004 - [email protected]
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    66
- Updated l10n content to sun-gdm-themes-l10n-po-0.7.tar.bz2
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    67
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    68
* Mon Dec 22 2003 - [email protected]
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    69
- Adding sun-gdm-themes-01-trans_desktop.diff
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    70
* Fri Oct 31 2003 - [email protected]
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    71
- Adding sun-gdm-themes-l10n-po-0.6.tar.bz2 l10n content
b625afb74b79 2004-02-12 Erwann Chenede - <[email protected]>
erwannc
parents: 1609
diff changeset
    72
1347
65d2903d3e79 2nd iteration of Sun-blueprint gdm theme - Carl
cig
parents: 1344
diff changeset
    73
* Sun Oct 26 2003 - <[email protected]>
65d2903d3e79 2nd iteration of Sun-blueprint gdm theme - Carl
cig
parents: 1344
diff changeset
    74
- Bolder and Blue JDS banner
65d2903d3e79 2nd iteration of Sun-blueprint gdm theme - Carl
cig
parents: 1344
diff changeset
    75
- Improved button alignment to handle all resolutions
65d2903d3e79 2nd iteration of Sun-blueprint gdm theme - Carl
cig
parents: 1344
diff changeset
    76
- Offset panel 5% right/down according to Chester
65d2903d3e79 2nd iteration of Sun-blueprint gdm theme - Carl
cig
parents: 1344
diff changeset
    77
- Changed order of buttons left-to-right with right most important
1344
1fce906d2511 * Wed Oct 23 2003 - <[email protected]>
cig
parents: 1327
diff changeset
    78
* Wed Oct 23 2003 - <[email protected]>
1fce906d2511 * Wed Oct 23 2003 - <[email protected]>
cig
parents: 1327
diff changeset
    79
- Bolder Java Desktop System banner
1fce906d2511 * Wed Oct 23 2003 - <[email protected]>
cig
parents: 1327
diff changeset
    80
- Sun Font on JDS
1fce906d2511 * Wed Oct 23 2003 - <[email protected]>
cig
parents: 1327
diff changeset
    81
- Color Java Logo
1327
9b833cc1a492 2003-10-21 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
    82
* Tue Oct 21 2003 - [email protected]
9b833cc1a492 2003-10-21 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
    83
- Updated tarball
1344
1fce906d2511 * Wed Oct 23 2003 - <[email protected]>
cig
parents: 1327
diff changeset
    84
* Sun Oct 19 2003 - [email protected]
1fce906d2511 * Wed Oct 23 2003 - <[email protected]>
cig
parents: 1327
diff changeset
    85
- Adding sun-gdm-themes-l10n-po-0.4.tar.bz2 l10n content
1116
234a4cdec668 2003-09-03 Erwann Chenede - <[email protected]>
erwannc
parents: 1115
diff changeset
    86
* Tue Sep 02 2003 - <[email protected]>
234a4cdec668 2003-09-03 Erwann Chenede - <[email protected]>
erwannc
parents: 1115
diff changeset
    87
- Added the new Sun default theme 
234a4cdec668 2003-09-03 Erwann Chenede - <[email protected]>
erwannc
parents: 1115
diff changeset
    88
- renamed the others to meaningful names
1013
f087d4e5294d 2003-08-08 Erwann Chenede - <[email protected]>
erwannc
parents: 831
diff changeset
    89
* Fri Aug 08 2003 - <[email protected]>
f087d4e5294d 2003-08-08 Erwann Chenede - <[email protected]>
erwannc
parents: 831
diff changeset
    90
- bumped release for the new icons
724
650558e37c63 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 667
diff changeset
    91
* Tue Jul 22 2003 - <[email protected]>
650558e37c63 2003-07-22 Mark McLoughlin <[email protected]>
markmc
parents: 667
diff changeset
    92
- update to 0.8.9.1
346
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    93
* Fri Jun 26 2003 - [email protected]
354
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    94
- It's a no architecture package
9bf7a6b863d2 2003-07-01 Glynn Foster <[email protected]>
gman
parents: 353
diff changeset
    95
* Fri Jun 26 2003 - [email protected]
346
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    96
- Initial Sun release
0bd0f4069a63 2003-06-30 Glynn Foster <[email protected]>
gman
parents:
diff changeset
    97