gtk2-engines.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 6862 bf0dd1605887
child 7706 2582c8fc8329
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package gtk2-engines
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
     8
Name:         gtk2-engines
154
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
     9
License:      GPL
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    10
Group:        System/GUI/GNOME
6701
57b76c5d27ea Typo - had wrong version number, corrected to 2.7.4.
dc144907
parents: 6697
diff changeset
    11
Version:      2.7.4
6364
b42a9b994653 2005-12-08 Muktha <[email protected]>
muktha
parents: 6297
diff changeset
    12
Release:      2
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 567
diff changeset
    14
Vendor:	      Sun Microsystems, Inc.
154
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    15
Summary:      Engines for GTK2 Themes
6862
bf0dd1605887 2006-02-28 Damien Carbery <[email protected]>
dc144907
parents: 6701
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/2.7/gtk-engines-%{version}.tar.bz2
154
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    17
URL:          http://www.gnome.org
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    18
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
154
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    19
Docdir:       %{_defaultdocdir}/doc
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    20
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1058
diff changeset
    21
Prereq:       /sbin/ldconfig
154
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    22
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    23
%define       gtk2_version 2.4.0
154
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    24
172
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 154
diff changeset
    25
BuildRequires: gtk2-devel >= %{gtk2_version}
f7c4adad9454 2003-05-27 Ghee Teo <[email protected]>
gheet
parents: 154
diff changeset
    26
Requires:      gtk2 >= %{gtk2_version}
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    27
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    28
%description
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    29
This packages contains Theme-Engine libraries for GTK2
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    30
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    31
%prep
1308
7af50eae84e2 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
    32
%setup -q -n gtk-engines-%{version}
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    33
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    34
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    35
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    36
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    37
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    38
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    39
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    40
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    41
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    42
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    43
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    44
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    45
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    46
libtoolize --copy --force
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    47
aclocal $ACLOCAL_FLAGS
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    48
automake -a -c -f
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    49
autoconf
215
575131f9c7b9 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    50
CFLAGS="$RPM_OPT_FLAGS"			\
575131f9c7b9 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    51
./configure --prefix=%{_prefix}		\
575131f9c7b9 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    52
	    --libdir=%{_libdir}
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    53
make -j $CPUS
215
575131f9c7b9 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    54
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    55
%install
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    56
make DESTDIR=$RPM_BUILD_ROOT install
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    57
#Clean up unpackaged files
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
    58
rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/2.4.0/engines/*.la
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    59
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    60
%clean
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    61
rm -rf $RPM_BUILD_ROOT
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    62
154
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    63
%post
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    64
/sbin/ldconfig
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    65
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    66
%postun
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    67
/sbin/ldconfig
f09cdeb7d7b5 2003-05-26 Ghee Teo <[email protected]>
gheet
parents: 24
diff changeset
    68
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    69
%files
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    70
%defattr(-, root, root)
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
    71
%{_libdir}/gtk-2.0/*/engines/*.so
419
0c40dd7b053a 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
    72
%{_datadir}/themes/*
215
575131f9c7b9 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 172
diff changeset
    73
%{_libdir}/pkgconfig/*.pc
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    74
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
    75
%changelog -n gtk2-engines
6697
a8d15aa6e5a7 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
    76
* Tue Jan 31 2006 - [email protected]
a8d15aa6e5a7 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
    77
- Bump to 2.7.4.
a8d15aa6e5a7 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
    78
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6455
diff changeset
    79
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6455
diff changeset
    80
- Bump to 2.7.2
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6455
diff changeset
    81
6453
22beb9d506e1 * icon-naming-utils.spec: Bump to 0.6.2
dc144907
parents: 6364
diff changeset
    82
* Wed Dec 21 2005 - [email protected]
6455
0b5f443f0ca6 * gtk2-engines.spec: Bump to 2.7.1 Remove upstream patch, 01-crux-theme-crash.
dc144907
parents: 6453
diff changeset
    83
- Bump to 2.7.1. Remove upstream patch, 01-crux-theme-crash.
6453
22beb9d506e1 * icon-naming-utils.spec: Bump to 0.6.2
dc144907
parents: 6364
diff changeset
    84
6364
b42a9b994653 2005-12-08 Muktha <[email protected]>
muktha
parents: 6297
diff changeset
    85
* Thu Dec 08 2005 - [email protected]
b42a9b994653 2005-12-08 Muktha <[email protected]>
muktha
parents: 6297
diff changeset
    86
- Added patch gtk-engines-01-crux-theme-crash.diff
b42a9b994653 2005-12-08 Muktha <[email protected]>
muktha
parents: 6297
diff changeset
    87
  to fix the crash when theme is changed from Crux.
b42a9b994653 2005-12-08 Muktha <[email protected]>
muktha
parents: 6297
diff changeset
    88
  Fixes bug #6359039.
b42a9b994653 2005-12-08 Muktha <[email protected]>
muktha
parents: 6297
diff changeset
    89
6297
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5918
diff changeset
    90
* Tue Nov 29 2005 - [email protected]
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5918
diff changeset
    91
- Bump to 2.6.6.
325024482887 * eel.spec eog.spec evolution.spec evolution-data-server.spec
dc144907
parents: 5918
diff changeset
    92
5918
cc5171716995 2005-09-18 Glynn Foster <[email protected]>
gman
parents: 5565
diff changeset
    93
* Sun Sep 18 2005 - [email protected]
cc5171716995 2005-09-18 Glynn Foster <[email protected]>
gman
parents: 5565
diff changeset
    94
- Bump to 2.6.5
cc5171716995 2005-09-18 Glynn Foster <[email protected]>
gman
parents: 5565
diff changeset
    95
5529
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    96
* Mon Aug 15 2005 - [email protected]
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    97
- Bump to 2.6.4.
9133a916e53a * *.spec: More bumping to latest versions for 2.11 work.
dc144907
parents: 5518
diff changeset
    98
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    99
* Sat May 14 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   100
- Update to 2.6.3
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   101
3628
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   102
* Wed Jul 07 2004 - [email protected]
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   103
- port to rpm4
cf6118e136d2 Merged from cinnabar-suse91 branch back into HEAD
mattk
parents: 3519
diff changeset
   104
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   105
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   106
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   107
2029
457c84e5891f Uprevved release to 230 so there is a clean upgrade from quicksilver.
mick
parents: 1876
diff changeset
   108
* Thu Feb 26 2004 - [email protected]
457c84e5891f Uprevved release to 230 so there is a clean upgrade from quicksilver.
mick
parents: 1876
diff changeset
   109
- Uprevved release to 230 so there is a clean upgrade from quicksilver.
457c84e5891f Uprevved release to 230 so there is a clean upgrade from quicksilver.
mick
parents: 1876
diff changeset
   110
1503
f20c0f5f5d1d 2004-01-08 Niall Power <[email protected]>
niall
parents: 1492
diff changeset
   111
* Wed Jan 07 2004 - [email protected]
1492
54bf7c1f6ccf 2004-01-08 Glynn Foster <[email protected]>
gman
parents: 1308
diff changeset
   112
- Remove pixbuf static patch since it's upstream
54bf7c1f6ccf 2004-01-08 Glynn Foster <[email protected]>
gman
parents: 1308
diff changeset
   113
1308
7af50eae84e2 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   114
* Tue Oct 20 2003 - [email protected]
7af50eae84e2 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   115
- remove the thinice engine, since it's part of gnome-themes now
7af50eae84e2 2003-10-20 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   116
1058
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   117
* Thu Aug 14 2003 - <[email protected]>
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   118
- remove *.a, *.la
219c9b3fae9f 2003-08-14 Laszlo Peter <[email protected]>
laca
parents: 1025
diff changeset
   119
567
bb56c61c664f 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
   120
* Tue Jul 15 2003 - <[email protected]>
bb56c61c664f 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
   121
- Make pixbuf_cache static so it doesn't conflict with other
bb56c61c664f 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
   122
  global symbols of the same name.
bb56c61c664f 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
   123
bb56c61c664f 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
   124
* Thu Jul 02 2003 - <[email protected]>
419
0c40dd7b053a 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
   125
- Make sure that we install the thinice engine
0c40dd7b053a 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 290
diff changeset
   126
567
bb56c61c664f 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
   127
* Tue May 13 2003 - <[email protected]>
24
5a21ba881e34 Added gtk2-engines.spec
stephen
parents:
diff changeset
   128
- initial release