packages: apertium-dict-es-pt/apertium-dict-es-pt-DESTDIR.patch, apertium-d...

qboosh qboosh at pld-linux.org
Wed Sep 21 18:39:22 CEST 2011


Author: qboosh                       Date: Wed Sep 21 16:39:21 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.1.0
- updated DESTDIR patch
- removed obsolete apertium32 patch

---- Files affected:
packages/apertium-dict-es-pt:
   apertium-dict-es-pt-DESTDIR.patch (1.1 -> 1.2) , apertium-dict-es-pt.spec (1.1 -> 1.2) , apertium-dict-es-pt-apertium32.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/apertium-dict-es-pt/apertium-dict-es-pt-DESTDIR.patch
diff -u packages/apertium-dict-es-pt/apertium-dict-es-pt-DESTDIR.patch:1.1 packages/apertium-dict-es-pt/apertium-dict-es-pt-DESTDIR.patch:1.2
--- packages/apertium-dict-es-pt/apertium-dict-es-pt-DESTDIR.patch:1.1	Sun Jan  2 16:29:06 2011
+++ packages/apertium-dict-es-pt/apertium-dict-es-pt-DESTDIR.patch	Wed Sep 21 18:39:16 2011
@@ -1,17 +1,22 @@
---- apertium-es-pt-1.0.3/Makefile.am.orig	2007-10-02 10:38:51.000000000 +0200
-+++ apertium-es-pt-1.0.3/Makefile.am	2011-01-02 16:14:23.185906558 +0100
-@@ -128,10 +128,10 @@
+--- apertium-es-pt-1.1.0/Makefile.am.orig	2011-06-10 14:34:50.000000000 +0200
++++ apertium-es-pt-1.1.0/Makefile.am	2011-09-21 17:12:13.150058167 +0200
+@@ -128,14 +128,14 @@
+ 	$(PREFIX1).prob $(PREFIX2).prob \
+ 	$(PREFIX2).t1x $(PREFIX1).t1x \
+ 	$(PREFIX1b).t1x $(PREFIX1b).t1x.bin \
+-	$(PREFIX2).t1x.bin $(PREFIX1).t1x.bin $(PREFIX1).mode $(PREFIX2).mode $(PREFIX1b).mode
++	$(PREFIX2).t1x.bin $(PREFIX1).t1x.bin
  
  install-data-local:
- 	$(prefix)/bin/apertium-gen-modes modes.xml apertium-$(PREFIX1)
+ 	apertium-gen-modes modes.xml apertium-$(PREFIX1)
 -	$(INSTALL_DATA) $(PREFIX1).mode $(apertium_es_modesdir)
 -	$(INSTALL_DATA) $(PREFIX1b).mode $(apertium_es_modesdir)
 -	$(INSTALL_DATA) $(PREFIX2).mode $(apertium_es_modesdir)
--	$(INSTALL_DATA) $(BASENAME).trules-$(PREFIX2).xml $(BASENAME).trules-$(PREFIX1).xml trules-$(PREFIX1b).xml $(apertium_es_ptdir)
+-	$(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX1).t1x $(PREFIX1b).t1x $(apertium_es_ptdir)
 +	$(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_es_modesdir)
 +	$(INSTALL_DATA) $(PREFIX1b).mode $(DESTDIR)$(apertium_es_modesdir)
 +	$(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_es_modesdir)
-+	$(INSTALL_DATA) $(BASENAME).trules-$(PREFIX2).xml $(BASENAME).trules-$(PREFIX1).xml trules-$(PREFIX1b).xml $(DESTDIR)$(apertium_es_ptdir)
++	$(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX1).t1x $(PREFIX1b).t1x $(DESTDIR)$(apertium_es_ptdir)
  
  
  CLEANFILES = -rf $(TARGETS) pt.dix pt_BR.dix es-pt.dix es-pt_BR.dix  modes

================================================================
Index: packages/apertium-dict-es-pt/apertium-dict-es-pt.spec
diff -u packages/apertium-dict-es-pt/apertium-dict-es-pt.spec:1.1 packages/apertium-dict-es-pt/apertium-dict-es-pt.spec:1.2
--- packages/apertium-dict-es-pt/apertium-dict-es-pt.spec:1.1	Tue Sep 20 21:06:58 2011
+++ packages/apertium-dict-es-pt/apertium-dict-es-pt.spec	Wed Sep 21 18:39:16 2011
@@ -3,14 +3,13 @@
 Summary(pl.UTF-8):	Para języków hiszpański-portugalski dla Apertium
 %define	lpair	es-pt
 Name:		apertium-dict-%{lpair}
-Version:	1.0.3
+Version:	1.1.0
 Release:	1
 License:	GPL v2+
 Group:		Applications/Text
 Source0:	http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
-# Source0-md5:	0549493582ed682c6369b6a3ab3f09b5
+# Source0-md5:	10a20c2b9737f89fbb0d878d790a4dda
 Patch0:		%{name}-DESTDIR.patch
-Patch1:		%{name}-apertium32.patch
 URL:		http://www.apertium.org/
 BuildRequires:	apertium-devel >= 3.2.0
 BuildRequires:	autoconf >= 2.52
@@ -34,7 +33,6 @@
 %prep
 %setup -q -n apertium-%{lpair}-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__aclocal}
@@ -52,9 +50,6 @@
 %{__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
 
@@ -72,5 +67,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/09/21 16:39:16  qboosh
+- updated to 1.1.0
+- updated DESTDIR patch
+- removed obsolete apertium32 patch
+
 Revision 1.1  2011/09/20 19:06:58  qboosh
 - added missing file
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apertium-dict-es-pt/apertium-dict-es-pt-DESTDIR.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apertium-dict-es-pt/apertium-dict-es-pt.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list