]> git.pld-linux.org Git - packages/Narval-pia.git/blob - Narval-pia.spec
- converted to UTF-8
[packages/Narval-pia.git] / Narval-pia.spec
1 %define short_name pia
2
3 Summary:        Personal information assistant
4 Summary(pl.UTF-8):   Asystent informacji osobistych
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:  2e1a3f673a82637c1d6acfeadea13d9c
12 URL:            http://www.logilab.org/narval/app.html
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14 Requires:       Narval
15
16 %description
17 Pia is an extension set for Narval.
18
19 It let one set up a personal information assistant that manages
20 appointments and meetings, contact information, etc.
21
22 %description -l pl.UTF-8
23 Pia to zestaw rozszerzeń dla Narvala.
24
25 Pozwala na skonfigurowanie osobistego asystenta, który zarządza
26 spotkaniami, informacjami kontaktowymi itp.
27
28 %prep
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -D %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/narval/apps/%{short_name}-%{version}.npm
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %{_datadir}/narval/apps/*
This page took 0.07039 seconds and 3 git commands to generate.