rpms/gmrun/FC-6 gmrun-gmrunrc.patch, NONE, 1.1 gmrun.spec, NONE, 1.1 sources, 1.1, 1.2

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Fri Feb 16 01:02:09 UTC 2007


Author: gilboa

Update of /cvs/extras/rpms/gmrun/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25167/FC-6

Modified Files:
	sources 
Added Files:
	gmrun-gmrunrc.patch gmrun.spec 
Log Message:
Missing files in the FC-6 branch

gmrun-gmrunrc.patch:

--- NEW FILE gmrun-gmrunrc.patch ---
--- gmrun-0.9.2/config/gmrunrc.old	2003-11-16 12:43:41.000000000 +0200
+++ gmrun-0.9.2/config/gmrunrc	2007-01-18 16:05:47.000000000 +0200
@@ -3,7 +3,7 @@
 # GPL v2.0 applies
 
 # Set terminal
-Terminal = gnome-terminal --start-factory-server --use-factory
+Terminal = xterm
 TermExec = ${Terminal} -e
 AlwaysInTerm = ssh telnet ftp lynx mc vi vim pine centericq perldoc man
 
@@ -32,18 +32,13 @@
 #   - %u gets replaced with the whole URL ("http://www.google.com")
 #   - %s gets replaced with "//www.google.com".  This is useful for URL-s
 #     like "man:printf" --> %s will get replaced with "printf"
-URL_http = mozilla -remote "openURL(%u, new-window)"
-URL_mailto = mozilla -remote "mailto(%s)"
+URL_http = htmlview %u
+URL_mailto = htmlview %u
+URL_file = xdg-open %s
 URL_man = ${TermExec} 'man %s'
 URL_info = ${TermExec} 'info %s'
-URL_pd = ${TermExec} 'perldoc %s'
-URL_file = nautilus %s
-URL_readme = ${TermExec} 'less /usr/doc/%s/README'
-URL_info = ${TermExec} 'info %s'
-URL_sh = sh -c '%s'
+URL_search = htmlview 'http://www.google.co.il/search?q=%s'
 
 # extension handlers
-EXT:doc,rtf = AbiWord %s
-EXT:txt,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am = emacs %s
-EXT:ps = gv %s
-EXT:pdf = xpdf %s
+# Customize your own extension handler.
+EXT:doc,rtf,txt,cc,cpp,h,java,html,htm,epl,tex,latex,js,css,xml,xsl,am,ps,pdf = xdg-open %s
+


--- NEW FILE gmrun.spec ---
Name:			gmrun
Version:		0.9.2
Release:		7%{?dist}
Summary:		Lightweight "Run program" dialog box with search history and tab completion

Group:			User Interface/Desktops
License:		GPL
URL:			http://sourceforge.net/projects/gmrun
Source0:		http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
Patch0:			gmrun-gmrunrc.patch
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	gtk2-devel
BuildRequires:	popt
Requires:		htmlview
Requires:		xterm
Requires:		man
Requires:		info
Requires:		xdg-utils


%description
A simple GTK program which provides a "run program" window.
It features a bash-like TAB completion, Ctrl-R/Ctrl-S for 
searching through the history and URL handlers for any user defined
prefix.


%prep
%setup -q
%patch0 -p1 -b .gmrunrc


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog AUTHORS COPYING README NEWS
%{_datadir}/gmrun/
%{_bindir}/gmrun


%changelog
* Sat Feb 10 2007 <gilboad AT gmail DOT com> - 0.9.2-7
- Preserve the source time-stamp.

* Sun Feb 04 2007 <gilboad AT gmail DOT com> - 0.9.2-6
- Fixed summery.
- Remove redundant fileattr.

* Sun Jan 28 2007 <gilboad AT gmail DOT com> - 0.9.2-5
- Missing REQ: man.
- Missing REQ: info.
- Missing REQ: xdg-open.
- Use xdg-open to handle files.

* Sat Jan 20 2007 <gilboad AT gmail DOT com> - 0.9.2-4
- Add missing NEWS to %%doc.

* Thu Jan 18 2007 <gilboad AT gmail DOT com> - 0.9.2-3
- Fix wrong group and project URLs.
- Fix summery, description.
- Remove BR: glib2-devel. (REQ by gtk2-devel).
- Add BR: popt
- Remove gmrunrc from %%config section.
- Set gmrunrc to 0644 (by default it's 0600)
- Configure gmrunrc to better handle Fedora URI's.
- Add REQ: htmlview. (gmrunrc)
- Add REQ: xterm. (gmrunrc)

* Sat Jan 13 2007 <gilboad AT gmail DOT com> - 0.9.2-2
- Fix Source0 URL.
- Remove redundant %%doc files.

* Sat Jan 13 2007 <gilboad AT gmail DOT com> - 0.9.2-1
- Initial release.



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gmrun/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2007 19:37:33 -0000	1.1
+++ sources	16 Feb 2007 01:01:37 -0000	1.2
@@ -0,0 +1 @@
+6cef37a968006d9496fc56a7099c603c  gmrun-0.9.2.tar.gz




More information about the fedora-extras-commits mailing list