]> git.pld-linux.org Git - packages/Guppi.git/commitdiff
- updated to 0.34.5,
authorkloczek <kloczek@pld-linux.org>
Mon, 8 May 2000 23:45:05 +0000 (23:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added --all-name to %%find_lanf,
- use gettextize for fix problems on DESTDIR style install .mo files.

Changed files:
    Guppi.spec -> 1.7

Guppi.spec

index 5c4e79a74f6566e71faa1f2c9f7d049f1ec27e02..48c85274e0782dae784f8b798e9d310a1384a296 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,7 @@ BuildRequires:        gtk+-devel > 1.2.0
 BuildRequires: libglade-devel
 BuildRequires: libxml-devel
 BuildRequires: guile-devel
+BuildRequires: gettext-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      guile >= 1.3.4
 
@@ -55,6 +56,7 @@ Guppi static libraries.
 %patch -p1
 
 %build
+gettextize --copy --force
 automake
 LDFLAGS="-s"; export LDFLAGS
 %configure
@@ -72,7 +74,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.057112 seconds and 4 git commands to generate.