]> git.pld-linux.org Git - packages/Narval-pda.git/blob - Narval-pda.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/Narval-pda.git] / Narval-pda.spec
1 %define short_name pda
2
3 Summary:        Personal Digital Asistant
4 Summary(pl):    Cyfrowy asystent osobisty
5 Name:           Narval-%{short_name}
6 Version:        20011016
7 Release:        1
8 Source0:        ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
9 License:        GPL
10 Group:          Applications
11 Group(de):      Applikationen
12 Group(pl):      Aplikacje
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 Requires:       Narval
15 Url:            http://www.logilab.org/narval/app.html
16
17 %description
18 The PDA recipe is an example of how Narval can be used as a simple web
19 server to manage your agenda and contact lists. It also shows some of
20 Narval introspection features, with recipes showing available recipes,
21 actions and transformations, as well as how to instanciate a new plan
22 from with a recipe.
23
24 %description -l pl
25 Recepta PDA to przyk³±d jak NArval mo¿e byæ wykorzystany jako prosty
26 werwer WWW do zarz±dzania twoim czasem i list± kontaktów.
27
28 %prep
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT/%{_datadir}/narval/apps
33 install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %{_datadir}/narval/apps/*
This page took 0.05578 seconds and 3 git commands to generate.