Author: qboosh                       Date: Mon Dec 20 20:41:35 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: packages/apertium-dict-fr-ca/apertium-dict-fr-ca-apertium32.patch
diff -u /dev/null 
packages/apertium-dict-fr-ca/apertium-dict-fr-ca-apertium32.patch:1.1
--- /dev/null   Mon Dec 20 21:41:35 2010
+++ packages/apertium-dict-fr-ca/apertium-dict-fr-ca-apertium32.patch   Mon Dec 
20 21:41:30 2010
@@ -0,0 +1,19 @@
+--- apertium-fr-ca-1.0.2/configure.ac.orig     2009-03-12 20:55:15.000000000 
+0100
++++ apertium-fr-ca-1.0.2/configure.ac  2010-12-20 17:57:52.754119421 +0100
+@@ -27,8 +27,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
++            ])
+           ])
+       ])
+   ])

================================================================
Index: packages/apertium-dict-fr-ca/apertium-dict-fr-ca-DESTDIR.patch
diff -u /dev/null 
packages/apertium-dict-fr-ca/apertium-dict-fr-ca-DESTDIR.patch:1.1
--- /dev/null   Mon Dec 20 21:41:35 2010
+++ packages/apertium-dict-fr-ca/apertium-dict-fr-ca-DESTDIR.patch      Mon Dec 
20 21:41:30 2010
@@ -0,0 +1,14 @@
+--- apertium-fr-ca-1.0.2/Makefile.am.orig      2009-03-12 20:49:44.000000000 
+0100
++++ apertium-fr-ca-1.0.2/Makefile.am   2010-12-20 17:58:37.094115231 +0100
+@@ -91,8 +91,8 @@
+ 
+ install-data-local:
+       apertium-gen-modes modes.xml apertium-$(PREFIX1)
+-      $(INSTALL_DATA) $(PREFIX1).mode $(apertium_fr_modesdir)
+-      $(INSTALL_DATA) $(PREFIX2).mode $(apertium_fr_modesdir)
+-      $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX1).t1x 
$(apertium_fr_cadir)
++      $(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_fr_modesdir)
++      $(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_fr_modesdir)
++      $(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(BASENAME).$(PREFIX1).t1x 
$(DESTDIR)$(apertium_fr_cadir)
+ 
+ CLEANFILES = -rf $(TARGETS) modes $(BASENAME).$(LANG1).dix *.mode

================================================================
Index: packages/apertium-dict-fr-ca/apertium-dict-fr-ca.spec
diff -u /dev/null packages/apertium-dict-fr-ca/apertium-dict-fr-ca.spec:1.1
--- /dev/null   Mon Dec 20 21:41:35 2010
+++ packages/apertium-dict-fr-ca/apertium-dict-fr-ca.spec       Mon Dec 20 
21:41:30 2010
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary:       French/Catalan language pair for Apertium
+Summary(pl.UTF-8):     Para języków francuski-kataloński dla Apertium
+%define        lpair   fr-ca
+Name:          apertium-dict-%{lpair}
+Version:       1.0.2
+Release:       1
+License:       GPL v2+
+Group:         Applications/Text
+Source0:       
http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
+# Source0-md5: f04cb595c342a623a5d17cd1f5bfa1f3
+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 French and Catalan, 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 francuskim a kataloń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-%{lpair}/*.mode
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%{_datadir}/apertium/apertium-%{lpair}
+%{_datadir}/apertium/modes/ca-fr.mode
+%{_datadir}/apertium/modes/fr-ca.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/20 20:41:30  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to