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