[packages/mate-applets: 56/311] - updated to 1.4.0.4, - replace use_AM_GNU_GETTEXT patch by run sed on top %build.
glen
glen at pld-linux.org
Thu Dec 27 20:27:50 CET 2012
commit 1d50ea90385d2c4077b870418632ee762d842fbd
Author: kloczek <kloczek at pld-linux.org>
Date: Thu Sep 6 18:19:09 2001 +0000
- updated to 1.4.0.4,
- replace use_AM_GNU_GETTEXT patch by run sed on top %build.
Changed files:
gnome-applets.spec -> 1.49
gnome-applets.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 9e5b352..9e0c2bb 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -1,7 +1,7 @@
Summary: Small applications which embed themselves in the GNOME panel
Summary(pl): GNOME - Applety
Name: gnome-applets
-Version: 1.4.0.3
+Version: 1.4.0.4
Release: 1
Epoch: 1
License: GPL
@@ -10,8 +10,7 @@ Group(de): X11/Applikationen
Group(pl): X11/Aplikacje
Source0: ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-applets/%{name}-%{version}.tar.bz2
Patch0: %{name}-applet-docs.make.patch
-Patch1: %{name}-use_AM_GNU_GETTEXT.patch
-Patch2: %{name}-ISDN.patch
+Patch1: %{name}-ISDN.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: esound-devel >= 0.2.7
@@ -47,9 +46,10 @@ Applety pod GNOME.
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
%build
+sed -e s/AM_GNOME_GETTEXT/AM_GNU_GETTEXT/ configure.in > configure.in.tmp
+mv -f configure.in.tmp configure.in
rm missing
libtoolize --copy --force
gettextize --copy --force
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mate-applets.git/commitdiff/65c1b73f8721e2c1dd8f5b7d875df06b87ad8453
More information about the pld-cvs-commit
mailing list