summaryrefslogtreecommitdiff
path: root/glark.spec
diff options
context:
space:
mode:
authorundefine2003-08-27 16:46:15 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitf0d8536377d2036d2b6543d6fa97745fc098126c (patch)
treef6e7c02283492c54e7d885bc1b746c14d278bed0 /glark.spec
downloadglark-f0d8536377d2036d2b6543d6fa97745fc098126c.zip
glark-f0d8536377d2036d2b6543d6fa97745fc098126c.tar.gz
- initital pld version
Changed files: glark.spec -> 1.1
Notes
Notes: - initital pld version * Mon May 05 2003 Jeff Pace - Implemented correct usage of macros. (Thanks, Andre.)
Diffstat (limited to 'glark.spec')
-rw-r--r--glark.spec35
1 files changed, 35 insertions, 0 deletions
diff --git a/glark.spec b/glark.spec
new file mode 100644
index 0000000..d6cd0be
--- /dev/null
+++ b/glark.spec
@@ -0,0 +1,35 @@
+Summary: Text search application
+Name: glark
+Version: 1.6.5
+Release: 1
+License: LGPL
+Group: Applications/System
+Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
+Requires: ruby
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Similar to grep, glark performs searching of text files, using
+Perl/Ruby regular expressions, highlighting of matches, context around
+matches, complex expressions (``and'' and ``or''), and automatic
+exclusion of non-text files.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
+install -D %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/glark
+%{_mandir}/man1/glark.1*