File gmrun.spec of Package gmrun
#
# spec file for the gmrun utility
#
# Copyright (c) 2011 R. Tyler Croy <tyler@linux.com>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: gmrun
Version: 20110418
Release: 1
Summary: a simple gtk-based command runner dialog with auto-complete
Group: Productivity/Other
License: GPLv2
URL: https://github.com/rtyler/gmrun
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: popt-devel glib2-devel gtk2-devel gcc-c++
%description
A smaller and lighter-weight alternative to grun or gnome-run, with auto-completion and ~ expansion.
%prep
%setup -q
%build
./autogen.sh
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc
%{_bindir}/%{name}
%{_datadir}/*
%changelog