]> git.pld-linux.org Git - packages/bibcursed.git/blame - bibcursed.spec
- tabs in preamble
[packages/bibcursed.git] / bibcursed.spec
CommitLineData
d313313a
PG
1# TODO:
2# - fix makefile to build it TheRightWay(TM)
3Summary: Maintain BibTeX files
dfbb2a29 4Summary(pl.UTF-8): Zarządzanie plikami BibTeXa
d313313a
PG
5Name: bibcursed
6Version: 2.0.0
7Release: 1
8License: GPL v2
9Group: Daemons
10Source0: http://dl.sourceforge.net/bibcursed/%{name}_%{version}.tar.gz
11# Source0-md5: 2579457724f17c23cdac408e4271f2d9
12URL: http://sourceforge.net/projects/bibcursed/
13BuildRequires: ncurses-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17Bibcursed is a simple curses-based editor for BibTeX bibliography
18files, especially useful for those who have to maintain a large number
19of references for a major piece of documentation, like a PhD thesis.
20It performs everyday functions such as adding, removing and viewing
21reference entries. Intelligent prompting for fields is used when
22adding entries so that authors do not have to rely on memory for
23knowing which fields can and cannot be used for different entry types.
24
758d2752
JR
25%description -l pl.UTF-8
26Bibcursed to prosty oparty o curses edytor do plików bibliografii
27BibTeXa, przydatny szczególnie dla tych, którzy muszą utrzymywać dużą
28liczbę odniesień w większej części dokumentacji, jak na przykład
fa6a0f99 29pracach dyplomowych. Program wykonuje codzienne funkcje, takie jak
758d2752
JR
30dodawanie, usuwanie i przeglądanie wpisów z odniesieniami. Przy
31dodawaniu wpisów używane są inteligentne pytania dla pól, przez co
32autorzy nie muszą polegać na swojej pamięci, żeby wiedzieć, które pola
33mogą, a które nie mogą być użyte dla różnych rodzajów wpisów.
fa6a0f99 34
d313313a 35%prep
0611fd46 36%setup -q -n %{name}
d313313a
PG
37
38%build
2ffe4267 39%{__cc} %{rpmcflags} -I/usr/include/ncurses -lncurses -o %{name} bibcursed.c
d313313a
PG
40
41%install
42rm -rf $RPM_BUILD_ROOT
43install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
44
45install %{name} $RPM_BUILD_ROOT%{_bindir}
46install %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc README INSTALL
54%attr(755,root,root) %{_bindir}/*
55%{_mandir}/man1/*.1*
This page took 0.133762 seconds and 4 git commands to generate.