]> git.pld-linux.org Git - packages/Narval.git/commitdiff
- many small fixes, mostly inpired by kloczek
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 6 Jul 2003 23:27:14 +0000 (23:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Narval.spec -> 1.11

Narval.spec

index 3e65bc5522c46bf52cc472f73c1adabfb73fc43a..162c88a55bbb722b3cac2259acfdb4be63b16936 100644 (file)
@@ -13,12 +13,12 @@ Source1:    horn.desktop
 Patch0:                %{name}-apps_dir.patch
 URL:           http://www.logilab.org/narval/index.html
 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
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 NARVAL is the first software agent available as free software (Gnu
@@ -35,7 +35,6 @@ 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".
 
@@ -54,7 +53,10 @@ CFLAGS="%{rpmcflags}" python setup.py build
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_datadir}/narval/apps,%{_applnkdir}/Applications}
-python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
+
+python setup.py install \
+       --root=$RPM_BUILD_ROOT \
+       --record=INSTALLED_FILES
 
 # these files seem missing after installation, so install them here
 install share/dtd/* $RPM_BUILD_ROOT%{_datadir}/narval/dtd/
This page took 0.068558 seconds and 4 git commands to generate.