metacity.spec
author gman
Tue, 19 Aug 2003 09:28:43 +0000
changeset 1080 497903a49ccb
parent 1025 a32d1ed4f10d
child 1113 de8d2db0aaef
permissions -rw-r--r--
2003-08-19 Glynn Foster <[email protected]> * *.spec: Add Prereq's for scrollkeeper and /sbin/ldconfig. Should keep the SuSE build machine happy.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
     1
Name:         metacity
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
     2
License:      GPL
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
     3
Group:        System/GUI/GNOME
918
472a89a56db2 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 868
diff changeset
     4
Version:      2.4.55
1025
a32d1ed4f10d Updated all Release numbers for build 06
dermotm
parents: 918
diff changeset
     5
Release:      6
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
     6
Distribution: Mercury
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
     7
Vendor:       Sun Microsystems, Inc.
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
     8
Summary:      GNOME Window Manager
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
     9
Source:       http://ftp.gnome.org/pub/GNOME/sources/metacity/2.4/metacity-%{version}.tar.bz2
523
d6c177eb8313 Added more .po tarballs
mick
parents: 423
diff changeset
    10
Source1:      metacity-l10n-po.tar.bz2
401
348268aec984 2003-07-02 Mark McLoughlin <[email protected]>
markmc
parents: 399
diff changeset
    11
Patch1:       metacity-01-panel-keybindings.diff
348268aec984 2003-07-02 Mark McLoughlin <[email protected]>
markmc
parents: 399
diff changeset
    12
Patch2:       metacity-02-panel-keybindings.diff
348268aec984 2003-07-02 Mark McLoughlin <[email protected]>
markmc
parents: 399
diff changeset
    13
Patch3:       metacity-03-default-theme.diff
631
cbfa29105a38 2003-07-17 Ghee Teo <[email protected]>
gheet
parents: 575
diff changeset
    14
Patch4:       metacity-04-ctrl-esc-mod4-r.diff
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    15
URL:          http://www.gnome.org
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    16
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    17
Docdir:       %{_defaultdocdir}/doc
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    18
Autoreqprov:  on
1080
497903a49ccb 2003-08-19 Glynn Foster <[email protected]>
gman
parents: 1025
diff changeset
    19
Prereq:       /sbin/ldconfig
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    20
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    21
%define intltool_version 0.25
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    22
%define GConf_version 2.2.0
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    23
%define pkgconfig_version 0.15.0
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    24
%define libglade_version 2.0.1
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    25
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    26
Requires: GConf >= %{GConf_version}
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    27
Requires: libglade >= %{libglade_version}
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    28
BuildRequires: intltool >= %{intltool_version}
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    29
BuildRequires: pkgconfig >= %{pkgconfig_version}
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    30
BuildRequires: GConf >= %{GConf_version}
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    31
BuildRequires: libglade >= %{libglade_version}
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    32
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    33
%description
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    34
Metacity is the window manager for the GNOME Desktop.
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    35
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    36
%prep
631
cbfa29105a38 2003-07-17 Ghee Teo <[email protected]>
gheet
parents: 575
diff changeset
    37
%setup -q
237
1a3716a514e3 2003-05-29 Mark McLoughlin <[email protected]>
markmc
parents: 226
diff changeset
    38
%patch1
1a3716a514e3 2003-05-29 Mark McLoughlin <[email protected]>
markmc
parents: 226
diff changeset
    39
%patch2
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    40
%patch3 
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    41
%patch4
523
d6c177eb8313 Added more .po tarballs
mick
parents: 423
diff changeset
    42
tar -jxf %SOURCE1
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    43
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    44
%build
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    45
CFLAGS="$RPM_OPT_FLAGS"			\
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    46
./configure --prefix=%{_prefix}		\
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    47
	    --mandir=%{_mandir}		\
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    48
	    --sysconfdir=%{_sysconfdir}
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    49
make 
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    50
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    51
%install
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    52
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    53
make DESTDIR=$RPM_BUILD_ROOT install
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    54
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    55
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    56
%post
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    57
/sbin/ldconfig
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    58
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    59
SCHEMAS="metacity.schemas"
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    60
for S in $SCHEMAS; do
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    61
	gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    62
done
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    63
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    64
%postun
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    65
/sbin/ldconfig
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    66
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    67
%clean
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    68
rm -rf $RPM_BUILD_ROOT
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    69
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    70
%files
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    71
%defattr (-, root, root)
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    72
%{_bindir}/*
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    73
%{_datadir}/locale/*/LC_MESSAGES/*.mo
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    74
%{_sysconfdir}/gconf/schemas/metacity.schemas
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    75
%{_libexecdir}/*
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    76
%{_libdir}/*.so*
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    77
%{_libdir}/pkgconfig/*.pc
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    78
%{_includedir}/metacity-1/metacity-private
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    79
%{_datadir}/gnome/wm-properties/metacity.desktop
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    80
%{_datadir}/metacity
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    81
%{_datadir}/pixmaps/metacity-properties.png
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    82
%{_datadir}/themes/*/metacity-1/*
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
    83
226
9fb26844a575 2003-05-29 Glynn Foster <[email protected]>
gman
parents: 125
diff changeset
    84
%changelog
918
472a89a56db2 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 868
diff changeset
    85
* Fri Aug 01 2003 - <[email protected]> 2.4.55-1
472a89a56db2 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 868
diff changeset
    86
- Update to 2.4.55
472a89a56db2 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 868
diff changeset
    87
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    88
* Thu Jul 31 2003 - <[email protected]> 2.4.34-11
918
472a89a56db2 2003-08-01 Mark McLoughlin <[email protected]>
markmc
parents: 868
diff changeset
    89
- Add patch to fix workspace names not retained after
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    90
  logging out.
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    91
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    92
* Thu Jul 17 2003 - <[email protected]>
631
cbfa29105a38 2003-07-17 Ghee Teo <[email protected]>
gheet
parents: 575
diff changeset
    93
- Combined the esc-ctrl patch with Mod4 (window) R key
cbfa29105a38 2003-07-17 Ghee Teo <[email protected]>
gheet
parents: 575
diff changeset
    94
  patch.
cbfa29105a38 2003-07-17 Ghee Teo <[email protected]>
gheet
parents: 575
diff changeset
    95
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    96
* Thu Jul 10 2003 - <[email protected]>
523
d6c177eb8313 Added more .po tarballs
mick
parents: 423
diff changeset
    97
- Added .po tarball
d6c177eb8313 Added more .po tarballs
mick
parents: 423
diff changeset
    98
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
    99
* Thu Jul 03 2003 - <[email protected]>
423
6583e024b489 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 401
diff changeset
   100
- redo default window border theme patch
6583e024b489 2003-07-03 Glynn Foster <[email protected]>
gman
parents: 401
diff changeset
   101
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
   102
* Wed Jul 02 2003 - <[email protected]>
401
348268aec984 2003-07-02 Mark McLoughlin <[email protected]>
markmc
parents: 399
diff changeset
   103
- add metacity-04-ctrl-escape.diff
348268aec984 2003-07-02 Mark McLoughlin <[email protected]>
markmc
parents: 399
diff changeset
   104
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
   105
* Wed Jul 02 2003 - <[email protected]>
399
0f2096cdd552 2003-07-02 Mark McLoughlin <[email protected]>
markmc
parents: 290
diff changeset
   106
- new version of metacity-01-panel-keybindings.diff
0f2096cdd552 2003-07-02 Mark McLoughlin <[email protected]>
markmc
parents: 290
diff changeset
   107
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
   108
* Fri May 30 2003 - <[email protected]>
241
3b17e5eeccd9 changelogs
markmc
parents: 237
diff changeset
   109
- Backport panel keybindings patches.
3b17e5eeccd9 changelogs
markmc
parents: 237
diff changeset
   110
868
e26cb65bf792 2003-07-31 Mark McLoughlin <[email protected]>
markmc
parents: 831
diff changeset
   111
* Tue May 13 2003 - <[email protected]>
47
73a0f4237093 new file metacity.spec
stephen
parents:
diff changeset
   112
- initial release