]> git.pld-linux.org Git - packages/Narval.git/blob - Narval.spec
- new spec
[packages/Narval.git] / Narval.spec
1 %define python_sitepkgsdir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/site-packages/')"`)
2
3 Summary:        Python XMLTools
4 Name:           Narval
5 Version:        1.1
6 Release:        1
7 Source0:        http://www.logilab.org/ftp/pub/narval/Narval-1.1.tar.gz
8 License:        GPL
9 Group:          Development/Libraries
10 Group(de):      Entwicklung/Libraries
11 Group(es):      Desarrollo/Bibliotecas
12 Group(fr):      Development/Librairies
13 Group(pl):      Programowanie/Biblioteki
14 Group(pt_BR):   Desenvolvimento/Bibliotecas
15 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
16 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
17 BuildRequires:  python >= 2.0
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19 Requires:       python-PyXML
20 Requires:       python-4Suite
21 Requires:       python-xmlrpc
22 Requires:       python-xmltools
23 Requires:       python-pygtk
24 Url:            http://www.logilab.org/narval/index.html
25
26 %description
27 NARVAL is the first software agent available as free software (Gnu Public
28 License).
29
30 Narval is the acronym of "Network Assistant Reasoning with a Validating Agent
31 Language".
32
33 Narval is a framework (language + interpreter + GUI/IDE) dedicated to the
34 setting up of intelligent personal assistants (IPAs). An Intelligent Personal
35 Assitant is a companion that will help you in your daily work in the
36 information world.
37
38 %description -l pl
39 NARVAL to pierwszy programowy agent dostêpny jako Wolne Oprogramowanie.
40
41 Narval to skrót od "Network Assistant Reasoning with a Validating Agent
42 Language".
43
44 Narval to szkielet (jêzyk + interpreter + GUI/IDE) dedykowany tworzeniu
45 inteligentnych osobistych asystentów. Inteligentny osobisty asystent 
46 to towarzysz, który pomo¿e ci w codziennej pracy w ¶wiecie informacji.
47
48 %prep
49 %setup -q
50
51 %build
52 CFLAGS="%{rpmcflags}" python setup.py build
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
57
58 gzip -9fn PKG-INFO README doc/ANNOUNCE* doc/CHANGELOG doc/CONTRIBUTORS doc/README.UNIX
59
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc *.gz doc/*.gz doc/*.xml doc/howtos doc/manuals
67 %attr(755,root,root) %{_bindir}/*
68 %{python_sitepkgsdir}/narval
69 %{_datadir}/narval
70 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
This page took 0.043658 seconds and 3 git commands to generate.