Name: gmrun Version: 0.9.2 Release: 8.n0i.13%{?dist} Summary: Small GTK based 'Run application' Group: Applications/System License: GPL URL: http://sourceforge.net/projects/%{name}/ Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRequires: gtk2-devel >= 2.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description A full featured 'Run' application, GTK based. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/%{name} %doc AUTHORS COPYING INSTALL README NEWS ChangeLog %{_datadir}/%{name} %changelog * Mon Feb 05 2007 Marius FERARU - 0.9.2-8.n0i.13 - rebuild (FC7) * Mon Aug 21 2006 Marius FERARU - 0.9.2-7.n0i.12 - Dist macro - spec revisited * Thu Aug 25 2005 Marius FERARU - 0.9.2-6.n0i.11 - rebuild * Wed Jul 27 2005 Marius FERARU - 0.9.2-5.n0i.10 - rebuild * Wed Nov 24 2004 Marius FERARU - 0.9.2-0.n0i.9 - automatic rebuild * Mon Dec 29 2003 Marius FERARU - 0.9.2-0.n0i.8 - gmrun version 0.9.2 - Fedora-ized spec * Sun Jun 22 2003 Marius FERARU - 0.9-0.n0i.7 - version 0.9 * Sat Jun 14 2003 Marius FERARU - 0.8.1-1.n0i.6 - rebuild on RHL9 * Thu Nov 21 2002 Marius FERARU - 0.8.1-0.n0i.5 - removed duplicate 'configure' - 'files' section tweaks - eliminated useles 'prefix' macro - added smp flags to make - changed 'group' to a more standardized one - changed the-too-obstinate 'description' - change the 'install' section to correctly install files - added 'buildroot' macro * Sat Aug 17 2002 Mihai Bazon - Some bugs fixed, specifically the behavior of END/HOME keys (or C-E, C-A), and the major one: you could not run a file that has an extension handler with some other program than the extension handler :) * Fri Aug 16 2002 Mihai Bazon - Fixed bug: filenames can now contain white spaces (will be backslash-ed) - New feature: can specify application handler per file extension, so you can directly type the name of some .cpp file and emacs will show up :) see config file for details. - New feature: can automatically simulate a TAB press after some timeout. Check config file for details, key "TabTimeout" (0 to disable). - New feature: you can now always use "system" for running programs (specify --enable-system at configure). * Fri Oct 19 2001 Mihai Bazon - Fixed bug with sorting of completion list - Fixed bug with URL handling - New parameter: list of execs to be always run in terminal - New feature: last history line appears directly in edit line, selected * Wed Aug 01 2001 Mihai Bazon - Programs are now executed using execv. We don't use system anymore, thus avoiding forking another shell. - gmrun.spec gets now generated automagically, at ./configure. * Sun Jul 22 2001 Mihai Bazon - added "!" history backward search; like in bash, it finds the last command which begins with the entered text. - CTRL-R / CTRL-S don't show two identical consecutive records. * Thu Jul 19 2001 Mihai Bazon - added history search capabilities (CTRL-R / CTRL-S, like in bash / Emacs) - small bug fixes * Fri Jun 29 2001 Mihai Bazon - history size configurable from config file - window appears directly where it should (no more flicker) * Wed May 14 2001 Mihai Bazon - added default configuration file (goes to /usr/share/gmrun) * Wed May 07 2001 Marius Feraru - 0.5.3.1-1.n0i.4 - updated to version 0.5.3 and took over to 0.5.31 * Wed May 03 2001 Marius Feraru - 0.2.5-1.n0i.3 - updated to version 0.2.5 and took over to 0.2.51: * configuration file with 2 options for now: 'Terminal' and 'Width' * added some more (and hopefully more useful) documentation: README.hints, README.gmrunrc and README.icewm * Wed May 03 2001 Marius Feraru - 0.2.2-1.n0i.2 - updated to version 0.2.2: * Ctrl-Enter spawns a terminal * Wed May 02 2001 Marius Feraru - 0.2.1-1.n0i.1 - initial RPM build