]> git.pld-linux.org Git - packages/Narval.git/commitdiff
- new spec
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 19 Oct 2001 17:52:37 +0000 (17:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Narval.spec -> 1.1

Narval.spec [new file with mode: 0644]

diff --git a/Narval.spec b/Narval.spec
new file mode 100644 (file)
index 0000000..adc7f2e
--- /dev/null
@@ -0,0 +1,70 @@
+%define python_sitepkgsdir %(echo `python -c "import sys; print (sys.prefix + '/lib/python' + sys.version[:3] + '/site-packages/')"`)
+
+Summary:       Python XMLTools
+Name:          Narval
+Version:       1.1
+Release:       1
+Source0:       http://www.logilab.org/ftp/pub/narval/Narval-1.1.tar.gz
+License:       GPL
+Group:         Development/Libraries
+Group(de):     Entwicklung/Libraries
+Group(es):     Desarrollo/Bibliotecas
+Group(fr):     Development/Librairies
+Group(pl):     Programowanie/Biblioteki
+Group(pt_BR):  Desenvolvimento/Bibliotecas
+Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
+Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+BuildRequires: python >= 2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Requires:      python-PyXML
+Requires:      python-4Suite
+Requires:      python-xmlrpc
+Requires:      python-xmltools
+Requires:      python-pygtk
+Url:           http://www.logilab.org/narval/index.html
+
+%description
+NARVAL is the first software agent available as free software (Gnu Public
+License).
+
+Narval is the acronym of "Network Assistant Reasoning with a Validating Agent
+Language".
+
+Narval is a framework (language + interpreter + GUI/IDE) dedicated to the
+setting up of intelligent personal assistants (IPAs). An Intelligent Personal
+Assitant is a companion that will help you in your daily work in the
+information world.
+
+%description -l pl
+NARVAL to pierwszy programowy agent dostêpny jako Wolne Oprogramowanie.
+
+Narval to skrót od "Network Assistant Reasoning with a Validating Agent
+Language".
+
+Narval to szkielet (jêzyk + interpreter + GUI/IDE) dedykowany tworzeniu
+inteligentnych osobistych asystentów. Inteligentny osobisty asystent 
+to towarzysz, który pomo¿e ci w codziennej pracy w ¶wiecie informacji.
+
+%prep
+%setup -q
+
+%build
+CFLAGS="%{rpmcflags}" python setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+
+gzip -9fn PKG-INFO README doc/ANNOUNCE* doc/CHANGELOG doc/CONTRIBUTORS doc/README.UNIX
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz doc/*.gz doc/*.xml doc/howtos doc/manuals
+%attr(755,root,root) %{_bindir}/*
+%{python_sitepkgsdir}/narval
+%{_datadir}/narval
+%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
This page took 0.098486 seconds and 4 git commands to generate.