]> git.pld-linux.org Git - packages/Guppi.git/blobdiff - Guppi.spec
- added using %%{__make} macro.
[packages/Guppi.git] / Guppi.spec
index 5c4e79a74f6566e71faa1f2c9f7d049f1ec27e02..d9f6b163a61fe0b72636daa9c8bf9b2e9dec9027 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       Guppi - GNOME Plotting Engine
 Name:          Guppi
-Version:       0.34.4
+Version:       0.34.5
 Release:       1
 License:       GPL
 Group:         X11/GNOME/Applications
@@ -17,6 +17,8 @@ BuildRequires:        gtk+-devel > 1.2.0
 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
 
@@ -24,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
@@ -55,6 +57,7 @@ Guppi static libraries.
 %patch -p1
 
 %build
+gettextize --copy --force
 automake
 LDFLAGS="-s"; export LDFLAGS
 %configure
@@ -63,7 +66,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        appdir=%{_applnkdir}/Graphics
 
@@ -72,7 +75,7 @@ strip --strip-unneede $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* \
 
 gzip -9nf AUTHORS BIBLIOGRAPHY ChangeLog NEWS README
 
-%find_lang %{name} --with-gnome
+%find_lang %{name} --with-gnome --all-name
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.106721 seconds and 4 git commands to generate.