]> git.pld-linux.org Git - packages/calcurse.git/blame - calcurse.spec
- 2.9.0
[packages/calcurse.git] / calcurse.spec
CommitLineData
1508bd1f 1Summary: Calcurse - text-based personal organizer
9355cfbb 2Summary(pl.UTF-8): Calcurse - tekstowy organizer
1508bd1f 3Name: calcurse
2e447832
ZU
4Version: 2.9.0
5Release: 0.1
1508bd1f 6License: GPL v2
7Group: Applications
2e447832
ZU
8Source0: http://calcurse.org/files/%{name}-%{version}.tar.gz
9# Source0-md5: 3ff0229581060d43232a6fb56b0cd07a
10URL: http://calcurse.org/
1508bd1f 11BuildRequires: ncurses-devel
8d8a79fa 12BuildRequires: sed >= 4.0
1508bd1f 13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16Calcurse is a text-based personal organizer which helps keeping track
17of events and everyday tasks. It contains a calendar, a 'todo' list,
18and puts your appointments in order. The user interface is
19configurable, and one can choose between different color schemes and
20layouts. All of the commands are documented within an online help
21system.
22
93ebb595
JR
23%description -l pl.UTF-8
24Calcurse jest tekstowym organizerem, który pomaga w śledzeniu
25codziennych czynności. Zawiera kalendarz, listę zadań do zrobienia
26"todo", potrafi uporządkować listę spotkań. Interfejs użytkownika jest
27konfigurowalny i można wybrać jeden ze schematów kolorowania i układu
28okien. Wszystkie komendy programu są udokumentowane w systemie pomocy
1508bd1f 29online.
30
31%prep
32%setup -q
ab3e32f7 33
1508bd1f 34%build
2e447832
ZU
35%configure \
36 LDFLAGS="%{rpmldflags} $(pkg-config --libs ncursesw)"
37%{__make}
1508bd1f 38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%find_lang %{name}
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files -f %{name}.lang
51%defattr(644,root,root,755)
0ff4517a 52%doc AUTHORS doc/* ChangeLog TODO NEWS README
1508bd1f 53%attr(755,root,root) %{_bindir}/*
54%{_mandir}/man*/*
This page took 0.093617 seconds and 4 git commands to generate.