]> git.pld-linux.org Git - packages/dasher.git/commitdiff
- dasher-iconv.patch: removed AM_ICONV which breaks automake and is
authorqrczak <qrczak@pld-linux.org>
Sun, 4 Mar 2007 13:38:36 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  unnecessary on modern Linux.
- Release 2

Changed files:
    dasher-iconv.patch -> 1.1
    dasher.spec -> 1.36

dasher-iconv.patch [new file with mode: 0644]
dasher.spec

diff --git a/dasher-iconv.patch b/dasher-iconv.patch
new file mode 100644 (file)
index 0000000..3bf37ae
--- /dev/null
@@ -0,0 +1,11 @@
+--- dasher-4.2.1/configure.in~ 2007-03-04 14:22:41.000000000 +0100
++++ dasher-4.2.1/configure.in  2007-03-04 14:25:40.000000000 +0100
+@@ -24,8 +24,6 @@
+ fi
+ changequote([,])dnl
+-AM_ICONV
+-
+ GETTEXT_PACKAGE=dasher
+ AC_SUBST(GETTEXT_PACKAGE)
+ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package])
index 0cba642f54544204b898370bd0c9bf21c45702de..6d8701c234eeee4072e2437b0f649669f6afff24 100644 (file)
@@ -2,13 +2,14 @@ Summary:      Predictive text entry application
 Summary(pl.UTF-8):     Przewidująca aplikacja do wprowadzania tekstu
 Name:          dasher
 Version:       4.2.1
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/gnome/sources/dasher/4.2/%{name}-%{version}.tar.bz2
 # Source0-md5: bb231a7afb424ad97264da67e5d24620
 Patch0:                %{name}-ac.patch
 Patch1:                %{name}-as-needed.patch
+Patch2:                %{name}-iconv.patch
 URL:           http://www.inference.phy.cam.ac.uk/dasher/
 BuildRequires: GConf2-devel >= 2.16.0
 BuildRequires: ORBit2-devel >= 2.14.3
@@ -58,6 +59,7 @@ minutę.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.081494 seconds and 4 git commands to generate.