1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Summary: Small GTK program to set X resources.
Name: grdb
Version: 0.2.4
Release: 1
Copyright: GPL
Group: User Interface/Desktops
URL: http://bucket.pp.ualr.edu/~bit/grdb.html
Vendor: Sam Hunter <shunter@bigsky.net>
Source: http://bucket.pp.ualr.edu/~bit/download/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Prefix: %{_prefix}
Packager: Chris Ausbrooks <weed@bucket.pp.ualr.edu>
%description
grdb provides a simple way to set the X resources of legacy applications
consistently with your chosen gtk theme. You must run grdb each time you
change themes or add new app-defaults config files.
%prep
%setup -q -n %{name}-%{version}
%build
./configure --prefix=%{prefix} --sysconfdir=/etc
make
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} install
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root)
%doc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
%{prefix}/share/%{name}
%{prefix}/share/control-center/*/*
%{prefix}/share/gnome/*/*/*/*
%{prefix}/share/pixmaps/*
%{prefix}/bin/*
%changelog
* Mon Jun 12 2000 Chris Ausbrooks <weed@bucket.pp.ualr.edu>
- updated to 0.2.1
* Fri Jun 09 2000 Chris Ausbrooks <weed@bucket.pp.ualr.edu>
- updated to 0.2.0
* Thu Jun 08 2000 Chris Ausbrooks <weed@bucket.pp.ualr.edu>
- changed "configure" to "./configure"
* Tue Apr 25 2000 Chris Ausbrooks <weed@bucket.pp.ualr.edu>
- updated to 0.1.0
- made grdb.spec.in for autoconf
- changed URL and Source tags
* Sun Mar 12 2000 Chris Ausbrooks <weed@bucket.pp.ualr.edu>
- updated to 0.0.3
* Thu Feb 24 2000 Chris Ausbrooks <weed@bucket.pp.ualr.edu>
- original rpm
|