]> git.pld-linux.org Git - packages/Narval-pia.git/blob - Narval-pia.spec
perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
[packages/Narval-pia.git] / Narval-pia.spec
1 %define short_name pia
2
3 Summary:        Personal information assistant
4 Summary(pl):    Asystent informacji osobistych
5 Name:           Narval-%{short_name}
6 Version:        20011016        
7 Release:        1
8 License:        GPL
9 Group:          Applications
10 Group(de):      Applikationen
11 Group(pl):      Aplikacje
12 Source0:        ftp://ftp.logilab.org/pub/narval/applications/%{short_name}-%{version}.npm
13 URL:            http://www.logilab.org/narval/app.html
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 Requires:       Narval
16
17 %description
18 Pia is an extension set for Narval.
19
20 It let one set up a personal information assistant that manages
21 appointments and meetings, contact information, etc.
22
23 %description -l pl
24 Pia to zestaw rozszerzeñ dla Narval-a.
25
26 Pozwala na skonfigurowanie osobistego asystenta, który zarz±dza
27 spotkaniami, informacjami kontaktowymi itp.
28
29 %prep
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT/%{_datadir}/narval/apps
34 install %{SOURCE0} $RPM_BUILD_ROOT/%{_datadir}/narval/apps
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.103963 seconds and 3 git commands to generate.