]> git.pld-linux.org Git - packages/Guppi.git/blobdiff - Guppi.spec
- added using %%{__make} macro.
[packages/Guppi.git] / Guppi.spec
index bc0d107f5d755012973998f7ddfd344f24a3b550..d9f6b163a61fe0b72636daa9c8bf9b2e9dec9027 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       Guppi - GNOME Plotting Engine
 Name:          Guppi
-Version:       0.34.3
+Version:       0.34.5
 Release:       1
 License:       GPL
 Group:         X11/GNOME/Applications
 Group(pl):     X11/GNOME/Aplikacje
 Source0:       ftp://ftp.gnome.org/pub/guppi/%{name}-%{version}.tar.gz
-Patch0:                Guppi-applnk.patch
-Patch1:                Guppi-DESTDIR.patch
+Patch0:                Guppi-DESTDIR.patch
 URL:           http://www.gnome.org/guppi/
-BuildRequires: gnome-print-devel >= 0.1.0
+BuildRequires: gnome-print-devel >= 0.13.0
 BuildRequires: ncurses-devel >= 5.0
 BuildRequires: readline-devel >= 4.1
 BuildRequires: gnome-libs-devel
@@ -18,7 +17,8 @@ BuildRequires:        gtk+-devel > 1.2.0
 BuildRequires: libglade-devel
 BuildRequires: libxml-devel
 BuildRequires: guile-devel
-BuildRequires: automake
+BuildRequires: gettext-devel
+BuildRequires: python-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      guile >= 1.3.4
 
@@ -26,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
@@ -54,10 +54,10 @@ Guppi static libraries.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -p1
 
 %build
+gettextize --copy --force
 automake
 LDFLAGS="-s"; export LDFLAGS
 %configure
@@ -65,14 +65,17 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       appdir=%{_applnkdir}/Graphics
 
 strip --strip-unneede $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.* \
        $RPM_BUILD_ROOT%{_libdir}/guppi/plug-ins/%{version}/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.082796 seconds and 4 git commands to generate.