]> git.pld-linux.org Git - packages/bibgrep.git/commitdiff
- ocaml.... bleee..... who wants to finish it?
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 12 Jul 2004 18:18:44 +0000 (18:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bibgrep.spec -> 1.1

bibgrep.spec [new file with mode: 0644]

diff --git a/bibgrep.spec b/bibgrep.spec
new file mode 100644 (file)
index 0000000..4401c39
--- /dev/null
@@ -0,0 +1,45 @@
+# TODO:
+# - fix against home_etc
+# - simply... finish it..
+Summary:       Indexes and searches BibTex files using Google-like queries
+Name:          bibgrep
+Version:       0.51
+Release:       0.1
+License:       ??
+Group:         Applications
+Source0:       http://dl.sourceforge.net/bibgrep/%{name}-src-%{version}.tgz
+# Source0-md5: e13320753a513a7c8ce91836375c3249
+URL:           http://www.sourceforge.net/projects/bibgrep/
+#BuildRequires:        btparse
+BuildRequires: ocaml
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Bibgrep indexes and efficiently searches BibTex files. Its usage is
+similar to the command grep and the queries use a Google-like syntax.
+Bibgrep will create an index for each BibTex file it touches, and keep
+the result within "~/.bibgrep.idx" (by defaults). It watches the
+modification date and the size of the original BibTex file, and will
+update (and delete) its index as needed.
+
+%prep
+%setup -q -T -c -a0
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
+
+install bibgrep $RPM_BUILD_ROOT%{_bindir}
+install bibgrep.8 $RPM_BUILD_ROOT%{_mandir}/man8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/*
This page took 0.076099 seconds and 4 git commands to generate.