Author: qboosh                       Date: Thu Dec  9 18:48:47 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/apertium-dict-eo-es/apertium-dict-eo-es-apertium32.patch
diff -u /dev/null 
packages/apertium-dict-eo-es/apertium-dict-eo-es-apertium32.patch:1.1
--- /dev/null   Thu Dec  9 19:48:47 2010
+++ packages/apertium-dict-eo-es/apertium-dict-eo-es-apertium32.patch   Thu Dec 
 9 19:48:42 2010
@@ -0,0 +1,19 @@
+--- apertium-eo-es-1.0.0/configure.ac.orig     2009-11-18 19:58:54.000000000 
+0100
++++ apertium-eo-es-1.0.0/configure.ac  2010-12-09 19:33:27.006117745 +0100
+@@ -19,8 +19,14 @@
+     APERTIUM_VER=30
+   ],
+   [
+-    PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0)
+-    APERTIUM_VER=31
++    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)
+ ])

================================================================
Index: packages/apertium-dict-eo-es/apertium-dict-eo-es-DESTDIR.patch
diff -u /dev/null 
packages/apertium-dict-eo-es/apertium-dict-eo-es-DESTDIR.patch:1.1
--- /dev/null   Thu Dec  9 19:48:47 2010
+++ packages/apertium-dict-eo-es/apertium-dict-eo-es-DESTDIR.patch      Thu Dec 
 9 19:48:42 2010
@@ -0,0 +1,19 @@
+--- apertium-eo-es-1.0.0/Makefile.am.orig      2009-11-18 19:58:26.000000000 
+0100
++++ apertium-eo-es-1.0.0/Makefile.am   2010-12-09 19:27:56.978114393 +0100
+@@ -121,11 +121,11 @@
+ 
+ install-data-local:
+       apertium-gen-modes modes.xml apertium-$(PREFIX1)
+-      $(INSTALL_DATA) $(PREFIX1).mode $(apertium_eo_esmodesdir)
+-      $(INSTALL_DATA) $(PREFIX2).mode $(apertium_eo_esmodesdir)
+-      $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x 
$(apertium_eo_esdir)
+-      $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t3x 
$(BASENAME).$(PREFIX1).t1x.translit $(apertium_eo_esdir)
+-      $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t2x.translit 
$(BASENAME).$(PREFIX1).t3x.translit $(apertium_eo_esdir)
++      $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_eo_esmodesdir)
++      $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_eo_esmodesdir)
++      $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(BASENAME).$(PREFIX1).t2x 
$(DESTDIR)$(apertium_eo_esdir)
++      $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t3x 
$(BASENAME).$(PREFIX1).t1x.translit $(DESTDIR)$(apertium_eo_esdir)
++      $(INSTALL_DATA) $(BASENAME).$(PREFIX1).t2x.translit 
$(BASENAME).$(PREFIX1).t3x.translit $(DESTDIR)$(apertium_eo_esdir)
+ 
+ 
+ CLEANFILES = -rf $(TARGETS) *.translit modes 

================================================================
Index: packages/apertium-dict-eo-es/apertium-dict-eo-es.spec
diff -u /dev/null packages/apertium-dict-eo-es/apertium-dict-eo-es.spec:1.1
--- /dev/null   Thu Dec  9 19:48:47 2010
+++ packages/apertium-dict-eo-es/apertium-dict-eo-es.spec       Thu Dec  9 
19:48:42 2010
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary:       Esperanto-Spanish language pair for Apertium
+Summary(pl.UTF-8):     Para języków esperanto-hiszpański dla Apertium
+%define        lpair   eo-es
+Name:          apertium-dict-%{lpair}
+Version:       1.0.0
+Release:       1
+License:       GPL v2+
+Group:         Applications/Text
+Source0:       
http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
+# Source0-md5: 92db1e1e1cae12b93f300dbb1f1138c0
+Patch0:                %{name}-DESTDIR.patch
+Patch1:                %{name}-apertium32.patch
+URL:           http://www.apertium.org/
+BuildRequires: apertium-devel >= 3.2.0
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
+BuildRequires: libxslt-progs
+BuildRequires: lttoolbox >= 3.2.0
+BuildRequires: pkgconfig
+Requires:      apertium >= 3.2.0
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an Apertium language pair, which can be used for translating
+between Esperanto and Spanish, morphological analysis or
+part-of-speech tagging of both languages.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera parę języków dla Apertium służącą do tłumaczenia
+między esperanto a hiszpańskim, a także analizy morfologicznej lub
+oznaczania części mowy w obu językach.
+
+%prep
+%setup -q -n apertium-%{lpair}-%{version}
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+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-es-eo/*.mode
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%{_datadir}/apertium/apertium-es-eo
+%{_datadir}/apertium/modes/es-eo.mode
+%{_datadir}/apertium/modes/es-eo-translit.mode
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/12/09 18:48:42  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to