Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 39c1a7bafcfc98f1c189211bb6d214b5 > files > 2

gtk-chtheme-0.2-1mdk.src.rpm

Summary: Utility to preview and change GTK 2 themes
Name:    gtk-chtheme
Version: 0.2
Release: 1mdk
Source:  %name-%version.tar.bz2
URL:     http://plasmasturm.org/programs/gtk-chtheme/
Group:   Graphical desktop/GNOME
License: GPL
BuildRoot: %_tmppath/%name-%version-build

%description
Gtk-chtheme enable to change the Gtk+ 2.0 theme.

%prep
%setup -q

%build
export CFLAGS=$RPM_OPT_FLAGS
%make PREFIX=%_prefix

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%_bindir
install -s -m 755 gtk-chtheme $RPM_BUILD_ROOT%_bindir

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING
%_bindir/*

%changelog
* Fri Jan 30 2004 Thierry Vignaud <tvignaud@mandrakesoft.com> 0.2-1mdk
- initial release