Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 6b806b62c7a5f6c97fd89fb7af0f90c1 > files > 2

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

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

%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 Nov 05 2004 Christiaan Welvaart <cjw@daneel.dyndns.org> 0.2-2mdk
- add BuildRequires: libgtk+2-devel

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