]> git.pld-linux.org Git - packages/calcurse.git/blame_incremental - calcurse.spec
- works fine, rel 1
[packages/calcurse.git] / calcurse.spec
... / ...
CommitLineData
1Summary: Calcurse - text-based personal organizer
2Summary(pl.UTF-8): Calcurse - tekstowy organizer
3Name: calcurse
4Version: 2.9.2
5Release: 1
6License: GPL v2+
7Group: Applications
8Source0: http://calcurse.org/files/%{name}-%{version}.tar.gz
9# Source0-md5: 5cb7d9c9edddc551fc62c9c5733591c5
10URL: http://calcurse.org/
11BuildRequires: ncurses-devel
12BuildRequires: sed >= 4.0
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
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
29online.
30
31%prep
32%setup -q
33
34%build
35%configure \
36 CPPFLAGS="%{rpmcppflags} $(pkg-config --cflags ncursesw)"
37 LDFLAGS="%{rpmldflags} $(pkg-config --libs ncursesw)"
38
39%{__make}
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%find_lang %{name}
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52%files -f %{name}.lang
53%defattr(644,root,root,755)
54%doc AUTHORS doc/* TODO NEWS README
55%attr(755,root,root) %{_bindir}/*
56%{_mandir}/man*/*
This page took 0.086959 seconds and 4 git commands to generate.