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