]> git.pld-linux.org Git - packages/apertium-dict-mk-en.git/commitdiff
- updated to 0.1.1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Jul 2013 14:21:11 +0000 (16:21 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Jul 2013 14:21:11 +0000 (16:21 +0200)
- removed obsolete missing patch

apertium-dict-mk-en-missing.patch [deleted file]
apertium-dict-mk-en.spec

diff --git a/apertium-dict-mk-en-missing.patch b/apertium-dict-mk-en-missing.patch
deleted file mode 100644 (file)
index f17b7d8..0000000
+++ /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>
index 472e5ae9a05c323280e5ad4a6d30fdf4e02f297b..32019282b11bbea522dde24e8790aec5fe063d85 100644 (file)
@@ -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}
This page took 0.08897 seconds and 4 git commands to generate.