Package gtk2-themes-water-luna: Specfile

%define base gtk2-themes
%define _name water-luna
%define _bname Water-Luna

Name: %base-%_name
Version: 0.0
Release: alt1

Summary: A GTK+2 theme - %_bname
License: GPL
Group: Graphical desktop/GNOME
Url: ftp://ftp.gnome.org/pub/gnome/teams/art.gnome.org/themes/gtk2/

Source: %name.tar.bz2

BuildArch: noarch
Requires: gtk-engines-pixmap

%description
GTK2 theme Water-Luna.

%package -n metacity-themes-%_name
Summary: Metacity theme - %_bname
Group: Graphical desktop/GNOME

%description -n metacity-themes-%_name
This package contains a theme for Metacity named %_bname.

%package -n galeon-themes-%_name 
Group: Graphical desktop/GNOME
Summary: Galeon theme - Water-Luna

%description -n galeon-themes-%_name
This package contains a theme for Galeon named %_bname.

%prep
%setup -q -n %_bname

%install
%__rm -fr ./*/{.xvpics,*~}
%__chmod 644 ./*/*
%__mkdir_p %buildroot%_datadir/themes/%_bname
%__cp -r gtk-2* metacity* Galeon %buildroot%_datadir/themes/%_bname

%files
%_datadir/themes/%_bname/gtk-2*

%files -n metacity-themes-%_name
%_datadir/themes/%_bname/metacity*

%files -n galeon-themes-%_name
%_datadir/themes/%_bname/Galeon

%changelog
* Wed Oct 09 2002 Yuri N. Sedunov <aris@altlinux.ru> 0.0-alt1
- First build for Sisyphus.