[packages/apertium-dict-mk-en] - updated to 0.1.1 - removed obsolete missing patch

qboosh qboosh at pld-linux.org
Tue Jul 2 16:21:43 CEST 2013


commit d74e5142036c6043a095d3991c941764c83cbc56
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 2 16:21:11 2013 +0200

    - updated to 0.1.1
    - removed obsolete missing patch

 apertium-dict-mk-en-missing.patch | 141 --------------------------------------
 apertium-dict-mk-en.spec          |   6 +-
 2 files changed, 2 insertions(+), 145 deletions(-)
---
diff --git a/apertium-dict-mk-en.spec b/apertium-dict-mk-en.spec
index 472e5ae..3201928 100644
--- a/apertium-dict-mk-en.spec
+++ b/apertium-dict-mk-en.spec
@@ -2,14 +2,13 @@ Summary:	Macedonian-English language pair for Apertium
 Summary(pl.UTF-8):	Para języków macedoński-angielski dla Apertium
 %define	lpair	mk-en
 Name:		apertium-dict-%{lpair}
-Version:	0.1.0
+Version:	0.1.1
 Release:	1
 License:	GPL v3
 Group:		Applications/Text
 Source0:	http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
-# Source0-md5:	622842068b69a91b946f7581c849b06c
+# Source0-md5:	46bd7cfcb16afeea7a731b574ae439d8
 Patch0:		%{name}-DESTDIR.patch
-Patch1:		%{name}-missing.patch
 URL:		http://www.apertium.org/
 BuildRequires:	apertium-devel >= 3.2.0
 BuildRequires:	autoconf >= 2.52
@@ -34,7 +33,6 @@ oznaczania części mowy w obu językach.
 %prep
 %setup -q -n apertium-%{lpair}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__aclocal}
diff --git a/apertium-dict-mk-en-missing.patch b/apertium-dict-mk-en-missing.patch
deleted file mode 100644
index f17b7d8..0000000
--- a/apertium-dict-mk-en-missing.patch
+++ /dev/null
@@ -1,141 +0,0 @@
---- apertium-mk-en-0.1.0/lexchoicebil.xsl.orig	1970-01-01 01:00:00.000000000 +0100
-+++ apertium-mk-en-0.1.0/lexchoicebil.xsl	2010-12-04 15:36:26.938122774 +0100
-@@ -0,0 +1,138 @@
-+<?xml version="1.0" encoding="UTF-8"?> <!-- -*- nxml -*- -->
-+<!--
-+ Copyright (C) 2005 Universitat d'Alacant / Universidad de Alicante
-+
-+ This program is free software; you can redistribute it and/or
-+ modify it under the terms of the GNU General Public License as
-+ published by the Free Software Foundation; either version 2 of the
-+ License, or (at your option) any later version.
-+
-+ This program is distributed in the hope that it will be useful, but
-+ WITHOUT ANY WARRANTY; without even the implied warranty of
-+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-+ General Public License for more details.
-+
-+ You should have received a copy of the GNU General Public License
-+ along with this program; if not, write to the Free Software
-+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+ 02111-1307, USA.
-+-->
-+<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-+  <xsl:output method="xml" encoding="UTF-8"/>
-+<xsl:param name="r2l"/>
-+
-+<xsl:template match="s">
-+  <s n="{./@n}"/>
-+</xsl:template>
-+
-+<xsl:template match="b">
-+  <b/>
-+</xsl:template>
-+
-+<xsl:template match="g">
-+  <g><xsl:apply-templates/></g>
-+</xsl:template>
-+
-+<xsl:template match="a">
-+  <a/>
-+</xsl:template>
-+
-+<xsl:template match="j">
-+  <j/>
-+</xsl:template>
-+
-+<xsl:template match="l">
-+  <xsl:apply-templates select="./*|text()"/>
-+</xsl:template>
-+
-+<xsl:template match="r">
-+  <xsl:apply-templates select="./*|text()"/>
-+</xsl:template>
-+
-+<xsl:template match="par">
-+  <par n="{./@n}"/>
-+</xsl:template>
-+
-+<xsl:template match="re">
-+  <re><xsl:apply-templates/></re>
-+</xsl:template>
-+
-+<xsl:template match="p">
-+  <p>
-+      <xsl:choose>
-+        <xsl:when test="not(count(../@slr)=0)">
-+          <l><xsl:apply-templates select="./l/text()|./l/*[not(name(.)=string('s'))]"/>:<xsl:apply-templates select="../@slr"/><xsl:apply-templates select="./l/*[name(.)=string('s')]"/></l>
-+        </xsl:when>
-+        <xsl:otherwise>
-+	  <l><xsl:apply-templates select="./l/*|./l/text()"/></l>
-+        </xsl:otherwise>
-+      </xsl:choose>
-+      <r><xsl:apply-templates select="./r/*|./r/text()"/></r>
-+  </p>
-+</xsl:template>
-+
-+
-+<xsl:template match="i">
-+  <p>
-+      <xsl:choose>
-+        <xsl:when test="not(count(../@slr)=0)">
-+          <l><xsl:apply-templates select="text()|*[not(name(.)=string('s'))]"/>:<xsl:apply-templates select="../@slr"/><xsl:apply-templates select="*[name(.)=string('s')]"/></l>
-+        </xsl:when>
-+        <xsl:otherwise>
-+	  <l><xsl:apply-templates select="*|text()"/></l>
-+        </xsl:otherwise>
-+      </xsl:choose>
-+      <r><xsl:apply-templates select="*|text()"/></r>
-+  </p>
-+</xsl:template>
-+
-+
-+<xsl:template match="e">
-+      <xsl:choose>
-+        <xsl:when test="not(count(./@r)=0)">
-+          <e r="{./@r}"><xsl:apply-templates select="./*"/></e>
-+        </xsl:when>
-+        <xsl:otherwise>
-+          <e><xsl:apply-templates select="./*"/></e>
-+        </xsl:otherwise>
-+      </xsl:choose>
-+</xsl:template>
-+
-+
-+<xsl:template match="dictionary">
-+<dictionary>
-+  <xsl:value-of select="string('&#xA;')"/>
-+  <xsl:copy-of select="./alphabet"/>
-+  <xsl:value-of select="string('&#xA;')"/>
-+  <xsl:copy-of select="./sdefs"/>
-+  <xsl:value-of select="string('&#xA;')"/>
-+  <xsl:if test="not(count(./pardefs/pardef)=0)">
-+    <pardefs>
-+  <xsl:value-of select="string('&#xA;')"/>
-+
-+      <xsl:for-each select="./pardefs/pardef">
-+  <xsl:value-of select="string('&#xA;')"/>
-+
-+	<pardef n="{./@n}">
-+	  <xsl:apply-templates/>
-+	</pardef>
-+      </xsl:for-each>
-+  <xsl:value-of select="string('&#xA;')"/>
-+
-+    </pardefs>
-+  </xsl:if>
-+  <xsl:value-of select="string('&#xA;')"/>
-+
-+  <xsl:for-each select="./section">
-+    <section id="{./@id}" type="{./@type}">
-+      <xsl:apply-templates/>
-+    </section>
-+
-+  </xsl:for-each>
-+
-+</dictionary>
-+
-+</xsl:template>
-+
-+
-+</xsl:stylesheet>
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apertium-dict-mk-en.git/commitdiff/d74e5142036c6043a095d3991c941764c83cbc56



More information about the pld-cvs-commit mailing list