b293016
Name:			gmrun
b293016
Version:		0.9.2
b293016
Release:		7%{?dist}
b293016
Summary:		Lightweight "Run program" dialog box with search history and tab completion
b293016
b293016
Group:			User Interface/Desktops
b293016
License:		GPL
b293016
URL:			http://sourceforge.net/projects/gmrun
b293016
Source0:		http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
b293016
Patch0:			gmrun-gmrunrc.patch
b293016
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b293016
b293016
BuildRequires:	gtk2-devel
b293016
BuildRequires:	popt
b293016
Requires:		htmlview
b293016
Requires:		xterm
b293016
Requires:		man
b293016
Requires:		info
b293016
Requires:		xdg-utils
b293016
b293016
b293016
%description
b293016
A simple GTK program which provides a "run program" window.
b293016
It features a bash-like TAB completion, Ctrl-R/Ctrl-S for 
b293016
searching through the history and URL handlers for any user defined
b293016
prefix.
b293016
b293016
b293016
%prep
b293016
%setup -q
b293016
%patch0 -p1 -b .gmrunrc
b293016
b293016
b293016
%build
b293016
%configure
b293016
make %{?_smp_mflags}
b293016
b293016
b293016
%install
b293016
rm -rf $RPM_BUILD_ROOT
b293016
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
b293016
b293016
b293016
%clean
b293016
rm -rf $RPM_BUILD_ROOT
b293016
b293016
b293016
%files
b293016
%defattr(-,root,root,-)
b293016
%doc ChangeLog AUTHORS COPYING README NEWS
b293016
%{_datadir}/gmrun/
b293016
%{_bindir}/gmrun
b293016
b293016
b293016
%changelog
b293016
* Sat Feb 10 2007 <gilboad AT gmail DOT com> - 0.9.2-7
b293016
- Preserve the source time-stamp.
b293016
b293016
* Sun Feb 04 2007 <gilboad AT gmail DOT com> - 0.9.2-6
b293016
- Fixed summery.
b293016
- Remove redundant fileattr.
b293016
b293016
* Sun Jan 28 2007 <gilboad AT gmail DOT com> - 0.9.2-5
b293016
- Missing REQ: man.
b293016
- Missing REQ: info.
b293016
- Missing REQ: xdg-open.
b293016
- Use xdg-open to handle files.
b293016
b293016
* Sat Jan 20 2007 <gilboad AT gmail DOT com> - 0.9.2-4
b293016
- Add missing NEWS to %%doc.
b293016
b293016
* Thu Jan 18 2007 <gilboad AT gmail DOT com> - 0.9.2-3
b293016
- Fix wrong group and project URLs.
b293016
- Fix summery, description.
b293016
- Remove BR: glib2-devel. (REQ by gtk2-devel).
b293016
- Add BR: popt
b293016
- Remove gmrunrc from %%config section.
b293016
- Set gmrunrc to 0644 (by default it's 0600)
b293016
- Configure gmrunrc to better handle Fedora URI's.
b293016
- Add REQ: htmlview. (gmrunrc)
b293016
- Add REQ: xterm. (gmrunrc)
b293016
b293016
* Sat Jan 13 2007 <gilboad AT gmail DOT com> - 0.9.2-2
b293016
- Fix Source0 URL.
b293016
- Remove redundant %%doc files.
b293016
b293016
* Sat Jan 13 2007 <gilboad AT gmail DOT com> - 0.9.2-1
b293016
- Initial release.
b293016