]> git.pld-linux.org Git - packages/Guppi.git/blobdiff - Guppi.spec
- added using %%{__make} macro.
[packages/Guppi.git] / Guppi.spec
index 48c85274e0782dae784f8b798e9d310a1384a296..d9f6b163a61fe0b72636daa9c8bf9b2e9dec9027 100644 (file)
@@ -18,6 +18,7 @@ BuildRequires:        libglade-devel
 BuildRequires: libxml-devel
 BuildRequires: guile-devel
 BuildRequires: gettext-devel
+BuildRequires: python-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      guile >= 1.3.4
 
@@ -25,8 +26,8 @@ Requires:     guile >= 1.3.4
 %define                _mandir         %{_prefix}/man
 
 %description
-Guppi is an easy-to-use graphical interface for plotting data and performing
-statistical manipulations.
+Guppi is an easy-to-use graphical interface for plotting data and
+performing statistical manipulations.
 
 %package devel
 Summary:       Guppi libraries, includes, etc
@@ -65,7 +66,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        appdir=%{_applnkdir}/Graphics
 
This page took 0.067803 seconds and 4 git commands to generate.