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