packages: apertium-dict-sv-da/apertium-dict-sv-da-apertium32.patch (NEW), a...

qboosh qboosh at pld-linux.org
Fri Dec 17 20:24:29 CET 2010


Author: qboosh                       Date: Fri Dec 17 19:24:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new package

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

---- Diffs:

================================================================
Index: packages/apertium-dict-sv-da/apertium-dict-sv-da-apertium32.patch
diff -u /dev/null packages/apertium-dict-sv-da/apertium-dict-sv-da-apertium32.patch:1.1
--- /dev/null	Fri Dec 17 20:24:29 2010
+++ packages/apertium-dict-sv-da/apertium-dict-sv-da-apertium32.patch	Fri Dec 17 20:24:24 2010
@@ -0,0 +1,18 @@
+--- apertium-sv-da-0.5.0/configure.ac.orig	2009-09-22 14:47:25.000000000 +0200
++++ apertium-sv-da-0.5.0/configure.ac	2010-12-17 19:51:55.514119421 +0100
+@@ -19,8 +19,14 @@
+     APERTIUM_VER=30
+   ],
+   [
+-    PKG_CHECK_MODULES(APERTIUM, apertium-3.1 >= 3.1.0)
++    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-sv-da/apertium-dict-sv-da-DESTDIR.patch
diff -u /dev/null packages/apertium-dict-sv-da/apertium-dict-sv-da-DESTDIR.patch:1.1
--- /dev/null	Fri Dec 17 20:24:29 2010
+++ packages/apertium-dict-sv-da/apertium-dict-sv-da-DESTDIR.patch	Fri Dec 17 20:24:24 2010
@@ -0,0 +1,17 @@
+--- apertium-sv-da-0.5.0/Makefile.am.orig	2009-09-22 14:53:23.000000000 +0200
++++ apertium-sv-da-0.5.0/Makefile.am	2010-12-17 20:16:55.178115231 +0100
+@@ -82,10 +82,10 @@
+ 
+ install-data-local:
+ 	apertium-gen-modes modes.xml apertium-$(PREFIX1)
+-	$(INSTALL_DATA) $(PREFIX1).mode $(apertium_sv_modesdir)
+-	$(INSTALL_DATA) $(PREFIX2).mode $(apertium_sv_modesdir)
+-	$(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(apertium_sv_dadir)
+-	$(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(apertium_sv_dadir)
++	$(INSTALL_DATA) $(PREFIX1).mode $(DESTDIR)$(apertium_sv_modesdir)
++	$(INSTALL_DATA) $(PREFIX2).mode $(DESTDIR)$(apertium_sv_modesdir)
++	$(INSTALL_DATA) $(BASENAME).$(PREFIX1).t1x $(DESTDIR)$(apertium_sv_dadir)
++	$(INSTALL_DATA) $(BASENAME).$(PREFIX2).t1x $(DESTDIR)$(apertium_sv_dadir)
+ 	cp *.mode modes/
+ 
+ 

================================================================
Index: packages/apertium-dict-sv-da/apertium-dict-sv-da.spec
diff -u /dev/null packages/apertium-dict-sv-da/apertium-dict-sv-da.spec:1.1
--- /dev/null	Fri Dec 17 20:24:29 2010
+++ packages/apertium-dict-sv-da/apertium-dict-sv-da.spec	Fri Dec 17 20:24:24 2010
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+Summary:	Swedish-Danish language pair for Apertium
+Summary(pl.UTF-8):	Para języków szwedzki-duński dla Apertium
+%define	lpair	sv-da
+Name:		apertium-dict-%{lpair}
+Version:	0.5.0
+Release:	1
+License:	GPL v2+
+Group:		Applications/Text
+Source0:	http://downloads.sourceforge.net/apertium/apertium-%{lpair}-%{version}.tar.gz
+# Source0-md5:	23d4247a7eb4835a096737a20251bc78
+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 Swedish and Danish, 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 szwedzkim a duń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 NEWS README TODO
+%{_datadir}/apertium/apertium-%{lpair}
+%{_datadir}/apertium/modes/da-sv.mode
+%{_datadir}/apertium/modes/sv-da.mode
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/12/17 19:24:24  qboosh
+- new package
================================================================


More information about the pld-cvs-commit mailing list