summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorduddits2008-11-10 20:57:41 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit169aec98c967b49ee803e5ce017818543e6d4deb (patch)
tree0e34d36413e4d7a8bfa8b9b1ed0fb5caf1a2d85f
downloadgmrun-169aec98c967b49ee803e5ce017818543e6d4deb.zip
gmrun-169aec98c967b49ee803e5ce017818543e6d4deb.tar.gz
- initial
Changed files: gmrun.spec -> 1.1
-rw-r--r--gmrun.spec53
1 files changed, 53 insertions, 0 deletions
diff --git a/gmrun.spec b/gmrun.spec
new file mode 100644
index 0000000..b9f5449
--- /dev/null
+++ b/gmrun.spec
@@ -0,0 +1,53 @@
+Summary: A simple program which provides a "run program" window
+Summary(pl.UTF-8): Prosty program prezentujący okienko "uruchom"
+Name: gmrun
+Version: 0.9.2
+Release: 0.1
+License: GPL v2
+Group: X11/Applications
+Source0: http://dl.sourceforge.net/gmrun/%{name}-%{version}.tar.gz
+# Source0-md5: 6cef37a968006d9496fc56a7099c603c
+Patch0: %{name}-gcc4.3.patch
+URL: http://sourceforge.net/projects/gmrun/
+BuildRequires: gtk+2-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A simple program which provides a "run program" window, featuring a
+bash-like TAB completion. It uses GTK+ interface. Also, supports
+CTRL-R / CTRL-S / "!" for searching through history. Running commands
+in a terminal with CTRL-Enter. URL handlers.
+
+%description -l pl.UTF-8
+Prosty program udostępniający okienko "uruchom program", obsługuje
+dopełnianie TAB-em. Wykorzystuje interfejs GTK+. Wspiera również
+przeszukiwanie historii przy użyciu kombinacji CTRL-R / CTRL-S / "!".
+Obsługuje uruchamianie komend w oknie terminala przy użyciu
+CTRL-Enter. Odnośniki URL.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+./configure \
+--prefix=%{_prefix} \
+ --disable-stlport
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/%{name}
+%dir %{_datadir}/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_datadir}/%{name}/gmrunrc