]> git.pld-linux.org Git - packages/apertium-dict-cy-en.git/commitdiff
- updated to 0.1.1 auto/th/apertium-dict-cy-en-0.1.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Dec 2015 21:10:07 +0000 (22:10 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 28 Dec 2015 21:10:07 +0000 (22:10 +0100)
- updated apertium32 patch (now it adds apertium 3.3+ support)

apertium-dict-cy-en-apertium32.patch
apertium-dict-cy-en.spec

index add0f5c65f171a8eb286c00a782e97fd87e498a4..a04f29a19efcd2399c41f2256d051e75610a01b5 100644 (file)
@@ -1,21 +1,17 @@
---- apertium-cy-en-0.1.0/configure.ac.orig     2008-08-01 10:21:25.000000000 +0200
-+++ apertium-cy-en-0.1.0/configure.ac  2010-12-31 12:26:28.346121097 +0100
-@@ -10,10 +10,14 @@
- AC_PROG_AWK
- AC_CONFIG_HEADER([config])
--PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox-3.0 >= 3.0.3)
--PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.9)
--
--APERTIUM_VER=30
-+PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox-3.0 >= 3.0.3,,
-+      [PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox-3.1 >= 3.1.0,,
-+              [PKG_CHECK_MODULES(LTTOOLBOX, lttoolbox-3.2 >= 3.2.0)])])
-+                
-+PKG_CHECK_MODULES(APERTIUM, apertium-3.0 >= 3.0.9, [APERTIUM_VER=30],
-+      [PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0, [APERTIUM_VER=31],
-+              [PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
-+               APERTIUM_VER=32])])
- AC_SUBST(APERTIUM_VER)
+--- apertium-cy-en-0.1.1/configure.ac.orig     2013-05-31 22:40:52.000000000 +0200
++++ apertium-cy-en-0.1.1/configure.ac  2015-12-28 22:06:40.748836882 +0100
+@@ -32,8 +32,13 @@
+                   APERTIUM_VER=31
+               ],
+               [
+-                  PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0)
++                  PKG_CHECK_MODULES(APERTIUM, apertium-3.2 >= 3.2.0,
++                  [
+                   APERTIUM_VER=32
++                ],
++                [PKG_CHECK_MODULES(APERTIUM, apertium >= 3.3.0)
++                 APERTIUM_VER=3
++                ])
+               ])
+           ])
+       ])
index 20255ca518cbb8b650fd21f780a32607a2be3fa8..f704f04f5fd01489a8bd09d63e34acd59136fb98 100644 (file)
@@ -2,12 +2,12 @@ Summary:      Welsh-English language pair for Apertium
 Summary(pl.UTF-8):     Para języków walijski-angielski dla Apertium
 %define        lpair   cy-en
 Name:          apertium-dict-%{lpair}
-Version:       0.1.0
+Version:       0.1.1
 Release:       1
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
-# Source0-md5: 7067869350719ba2347e0a52d0143938
+# Source0-md5: c2b9701e1e6a99a4ff5a2f8006e68c6d
 Patch0:                %{name}-DESTDIR.patch
 Patch1:                %{name}-apertium32.patch
 URL:           http://www.apertium.org/
This page took 0.0893 seconds and 4 git commands to generate.