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