]> git.pld-linux.org Git - packages/apertium-dict-es-an.git/commitdiff
- updated to 0.2.0
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Sep 2011 18:52:03 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated DESTDIR patch

Changed files:
    apertium-dict-es-an-DESTDIR.patch -> 1.2
    apertium-dict-es-an.spec -> 1.2

apertium-dict-es-an-DESTDIR.patch
apertium-dict-es-an.spec

index 9c0bc5fbb8accda207bd91c3576ecdf81b3a16de..6f4c5185bb23a26929751d28e1afcde9cae21b99 100644 (file)
@@ -1,12 +1,24 @@
---- apertium-es-an-0.1.0/Makefile.am.orig      2010-09-26 20:18:24.000000000 +0200
-+++ apertium-es-an-0.1.0/Makefile.am   2010-12-04 11:18:43.762121936 +0100
-@@ -159,8 +159,8 @@
+--- apertium-es-an-0.2.0/Makefile.am.orig      2011-03-21 20:31:35.000000000 +0100
++++ apertium-es-an-0.2.0/Makefile.am   2011-09-21 20:13:13.187088467 +0200
+@@ -178,17 +178,15 @@
+       trules-$(PREFIX2).xml  \
+       trules-$(PREFIX2).bin \
+       trules-$(PREFIX1).xml  \
+-      trules-$(PREFIX1).bin \
+-      $(PREFIX1).mode \
+-      $(PREFVAR1)$(PREFIX2).mode 
++      trules-$(PREFIX1).bin
  install-data-local:
        apertium-gen-modes modes.xml apertium-$(PREFIX1)
        cp *.mode modes/
 -      $(INSTALL_DATA) $(PREFVAR1)$(PREFIX2).mode $(apertium_es_modesdir)
+-      $(INSTALL_DATA) $(PREFIX1).mode $(apertium_es_modesdir)
+-      $(INSTALL_DATA) $(BASENAME).trules-$(PREFIX1).xml $(apertium_es_andir)
 -      $(INSTALL_DATA) $(BASENAME).trules-$(PREFIX2).xml $(apertium_es_andir)
 +      $(INSTALL_DATA) $(PREFVAR1)$(PREFIX2).mode $(DESTDIR)$(apertium_es_modesdir)
++      $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_es_modesdir)
++      $(INSTALL_DATA) $(BASENAME).trules-$(PREFIX1).xml $(DESTDIR)$(apertium_es_andir)
 +      $(INSTALL_DATA) $(BASENAME).trules-$(PREFIX2).xml $(DESTDIR)$(apertium_es_andir)
  
  CLEANFILES = -rf $(TARGETS) modes .deps/ 
index 99e6fd0e39f8690066a1e60621e7dfa34d6cc0da..dc823f0b538102db36abc35827fbedd706a000b7 100644 (file)
@@ -2,12 +2,12 @@ Summary:      Spanish-Aragonese language pair for Apertium
 Summary(pl.UTF-8):     Para języków hiszpański-aragoński dla Apertium
 %define        lpair   es-an
 Name:          apertium-dict-%{lpair}
-Version:       0.1.0
+Version:       0.2.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/Text
 Source0:       http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
-# Source0-md5: 18837050a5e603bb1af2d7d39c053bf3
+# Source0-md5: 3e7c9e5c1425e43a2c896f4daa7ff4fb
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://www.apertium.org/
 BuildRequires: apertium-devel >= 3.2.0
@@ -49,9 +49,6 @@ install -d $RPM_BUILD_ROOT%{_datadir}/apertium/modes
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-# not needed here (see modes subdir) and contain wrong (builddir) paths
-%{__rm} $RPM_BUILD_ROOT%{_datadir}/apertium/apertium-%{lpair}/*.mode
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -60,3 +57,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README
 %{_datadir}/apertium/apertium-%{lpair}
 %{_datadir}/apertium/modes/an-es.mode
+%{_datadir}/apertium/modes/es-an.mode
This page took 0.0857599999999999 seconds and 4 git commands to generate.