]> git.pld-linux.org Git - packages/bibgrep.git/blame - bibgrep.spec
- tabs in preamble
[packages/bibgrep.git] / bibgrep.spec
CommitLineData
c0ea5256
PG
1# TODO:
2# - fix against home_etc
3# - simply... finish it..
ef885367 4Summary: Indexes and searches BibTeX files using Google-like queries
9490f925 5Summary(pl.UTF-8): Indeksowanie i przeszukiwanie plików BibTeXa przy użyciu zapytań w stylu Googli
c0ea5256
PG
6Name: bibgrep
7Version: 0.51
8Release: 0.1
9License: ??
10Group: Applications
11Source0: http://dl.sourceforge.net/bibgrep/%{name}-src-%{version}.tgz
12# Source0-md5: e13320753a513a7c8ce91836375c3249
13URL: http://www.sourceforge.net/projects/bibgrep/
14#BuildRequires: btparse
15BuildRequires: ocaml
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
ef885367 19Bibgrep indexes and efficiently searches BibTeX files. Its usage is
c0ea5256 20similar to the command grep and the queries use a Google-like syntax.
ef885367 21Bibgrep will create an index for each BibTeX file it touches, and keep
c0ea5256 22the result within "~/.bibgrep.idx" (by defaults). It watches the
ef885367 23modification date and the size of the original BibTeX file, and will
c0ea5256
PG
24update (and delete) its index as needed.
25
296e2635
JR
26%description -l pl.UTF-8
27Bibgrep indeksuje i wydajnie przeszukuje pliki BibTeXa. Użycie go jest
28podobne do polecenia grep, a polecenia wykorzystują składnię w stylu
29Googli. Bibgrep tworzy indeks dla każdego przetwarzanego pliku BibTeXa
30i utrzymuje wynik w ~/.bibgrep.idx (domyślnie). Kontroluje datę
ef885367
JB
31modyfikacji i rozmiar oryginalnego pliku BibTeXa i uaktualnia (lub
32kasuje) jego indeks w razie potrzeby.
33
c0ea5256
PG
34%prep
35%setup -q -T -c -a0
36
37%build
38%{__make}
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man8}
43
44install bibgrep $RPM_BUILD_ROOT%{_bindir}
45install bibgrep.8 $RPM_BUILD_ROOT%{_mandir}/man8
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc README
53%attr(755,root,root) %{_bindir}/*
54%{_mandir}/man?/*
This page took 0.139539 seconds and 4 git commands to generate.