]> git.pld-linux.org Git - packages/Narval-pda.git/blob - Narval-pda.spec
- tabs in preamble
[packages/Narval-pda.git] / Narval-pda.spec
1 %define short_name pda
2
3 Summary:        Personal Digital Asistant
4 Summary(pl.UTF-8):      Cyfrowy asystent osobisty
5 Name:           Narval-%{short_name}
6 Version:        20011016
7 Release:        1
8 License:        GPL
9 Group:          Applications
10 Source0:        ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
11 # Source0-md5:  00dbc153f05108e55117e524b5e36947
12 URL:            http://www.logilab.org/narval/app.html
13 Requires:       Narval
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The PDA recipe is an example of how Narval can be used as a simple web
18 server to manage your agenda and contact lists. It also shows some of
19 Narval introspection features, with recipes showing available recipes,
20 actions and transformations, as well as how to instanciate a new plan
21 from with a recipe.
22
23 %description -l pl.UTF-8
24 Recepta PDA to przykład jak Narval może być wykorzystany jako prosty
25 serwer WWW do zarządzania twoim czasem i listą kontaktów. Pokazuje
26 także część możliwości samoobserwacji Narvala, z recepturami
27 pokazującymi dostępne receptury, akcje i przekształcenia, a także jak
28 dziedziczyć nowy plan z receptury.
29
30 %prep
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -D %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/narval/apps/%{short_name}-%{version}.npm
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %{_datadir}/narval/apps/*
This page took 0.148614 seconds and 3 git commands to generate.