]> git.pld-linux.org Git - packages/bibtv.git/blame - bibtv.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/bibtv.git] / bibtv.spec
CommitLineData
6e110393
PG
1# TODO:
2# - fix it - seems to be broken
d096325a 3Summary: Text based interactive searching
989d0667 4Summary(pl.UTF-8): Interaktywne przeszukiwanie oparte na tekście
d096325a
PG
5Name: bibtv
6Version: 0.2.7
7Release: 0.9
8License: ???
9Group: Applications
10Source0: http://www.ecst.csuchico.edu/~jacobsd/bib/archives/%{name}
11# Source0-md5: d86e2f751c83e1cf15317a1be45c2941
12URL: http://www.ecst.csuchico.edu/~jacobsd/bib/tools/bibtex.html
13BuildRequires: perl-base
14BuildRequires: rpm-perlprov
15BuildRequires: sed >= 4.0
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
3a50c687
JB
19Text based interactive searching. Stores information in associative
20arrays, so is extremely fast once the database is loaded, but it
21requires a lot of memory for large databases.
22
a1cc320d
JR
23%description -l pl.UTF-8
24Interaktywne przeszukiwanie oparte na tekście. Program zapisuje
25informacje w tablicach asocjacyjnych, więc po załadowaniu bazy jest
26bardzo szybki, ale wymaga dużo pamięci dla dużych baz danych.
d096325a
PG
27
28%prep
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT%{_bindir}
33
34install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}
35sed -i -e 's#/usr/local/bin/perl#/usr/bin/perl#' $RPM_BUILD_ROOT%{_bindir}/%{name}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%attr(755,root,root) %{_bindir}/*
This page took 0.073766 seconds and 4 git commands to generate.