[packages/mecab-jumandic] - new

qboosh qboosh at pld-linux.org
Sat Nov 24 10:23:10 CET 2012


commit fdadd65cbda29a869f39f52affc6898c7e5936f0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Nov 24 10:23:16 2012 +0100

    - new

 mecab-jumandic.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
---
diff --git a/mecab-jumandic.spec b/mecab-jumandic.spec
new file mode 100644
index 0000000..1371cc3
--- /dev/null
+++ b/mecab-jumandic.spec
@@ -0,0 +1,43 @@
+Summary:	Juman dictionary for Mecab
+Summary(pl.UTF-8):	Słownik Juman dla biblioteki Mecab
+Name:		mecab-jumandic
+Version:	5.1
+%define	subver	20070304
+# base 1 as it's post-release, not pre-release
+Release:	1.%{subver}.1
+License:	BSD
+Group:		Libraries
+#Source0Download: http://code.google.com/p/mecab/downloads/list
+Source0:	http://mecab.googlecode.com/files/%{name}-%{version}-%{subver}.tar.gz
+# Source0-md5:	803da9a299712ef68316911a9c7d865e
+URL:		http://code.google.com/p/mecab/
+BuildRequires:	mecab-devel >= 0.994
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Juman dictionary for Mecab.
+
+%description -l pl.UTF-8
+Słownik Juman dla biblioteki Mecab.
+
+%prep
+%setup -q -n %{name}-%{version}-%{subver}
+
+%build
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS COPYING
+%{_libdir}/mecab/dic/jumandic
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mecab-jumandic.git/commitdiff/fdadd65cbda29a869f39f52affc6898c7e5936f0



More information about the pld-cvs-commit mailing list