[libkkc-data] Initial import

Daiki Ueno ueno at fedoraproject.org
Fri Sep 20 03:42:02 UTC 2013


commit 1b5793de926f6a43fe972833bbd5698a76888810
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Fri Sep 20 12:41:48 2013 +0900

    Initial import

 libkkc-data.spec |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 2 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/libkkc-data.spec b/libkkc-data.spec
new file mode 100644
index 0000000..bd5c88f
--- /dev/null
+++ b/libkkc-data.spec
@@ -0,0 +1,48 @@
+%global debug_package %{nil}
+
+Name:		libkkc-data
+Version:	0.2.7
+Release:	1%{?dist}
+Epoch:		1
+Summary:	Language model data for libkkc
+
+License:	GPLv3+
+Group:		System Environment/Libraries
+URL:		https://bitbucket.org/libkkc
+Source0:	https://bitbucket.org/libkkc/libkkc-data/downloads/%{name}-%{version}.tar.xz
+
+BuildRequires:	python2-devel
+BuildRequires:	marisa-python
+
+%description
+The %{name} package contains the language model data that libkkc uses
+at run time.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-static
+make %{?_smp_mflags}
+
+
+%install
+%make_install INSTALL="install -p"
+
+
+%files
+%doc COPYING
+%{_libdir}/libkkc
+
+
+%changelog
+* Fri Sep 20 2013 Daiki Ueno <dueno at redhat.com> - 1:0.2.7-1
+- add COPYING to %%doc
+- disable debuginfo
+- add Epoch to avoid conflict with the libkkc package
+
+* Tue Sep 17 2013 Daiki Ueno <dueno at redhat.com> - 0.2.7-1
+- initial packaging for Fedora, splitting from libkkc
+
diff --git a/sources b/sources
index e69de29..5586a66 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1ada8f434c3f642f457a7ac18fc3b554  libkkc-data-0.2.7.tar.xz


More information about the scm-commits mailing list