[cuneiform/f14] Initial import (#693275).

Dmitrij S. Kryzhevich krege at fedoraproject.org
Tue Jun 14 09:29:49 UTC 2011


commit f47826a0ea377bc822088a5cdaa519c5b352985f
Author: Dmitrij S. Kryzhevich <krege at land.ru>
Date:   Tue Jun 14 16:29:34 2011 +0700

    Initial import (#693275).

 .gitignore     |    1 +
 cuneiform.spec |   80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 82 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..c99823a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/cuneiform-linux-1.1.0.tar.bz2
diff --git a/cuneiform.spec b/cuneiform.spec
new file mode 100644
index 0000000..8157e9b
--- /dev/null
+++ b/cuneiform.spec
@@ -0,0 +1,80 @@
+Name:           cuneiform
+License:        BSD
+Group:          Applications/Productivity
+Version:        1.1.0
+Release:        3%{?dist}
+Summary:        Command-line OCR system
+
+Source:         http://launchpad.net/cuneiform-linux/1.1/1.1/+download/%{name}-linux-%{version}.tar.bz2
+URL:            http://launchpad.net/cuneiform-linux
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  ImageMagick-c++-devel
+BuildRequires:  cmake
+
+%description
+Cuneiform is an multi-language OCR system originally developed
+and open sourced by Cognitive Technologies. Cuneiform was
+originally a Windows program, which was ported to Linux
+by Jussi Pakkanen.
+
+%package devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+%description devel
+%{summary}.
+
+%prep
+%setup -qn %{name}-linux-%{version}
+
+%build
+mkdir builddir
+cd builddir
+%{cmake} -DCMAKE_BUILD_TYPE=relwithdebinfo ..
+make
+
+%install
+rm -rf %{buildroot}
+make -C builddir install DESTDIR=%{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+# cuneiform_src/Kern/license.txt is in Russian
+%doc readme.txt issues.txt original\ russian\ readme.rtf cuneiform_src/Kern/license.txt
+%{_bindir}/cuneiform
+%{_libdir}/lib*.so.*
+%{_datadir}/cuneiform
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/cuneiform.h
+%{_libdir}/lib*.so
+
+%changelog
+* Mon Jun 06 2011 Dmitrij S. Kryzhevich <krege at land.ru> - 1.1.0-3
+- Fix -devel Requires.
+* Thu Apr 21 2011 Dmitrij S. Kryzhevich <krege at land.ru> - 1.1.0-2
+- Switch build type to relwithdebinfo (optimization with debug info).
+* Thu Apr 21 2011 Dmitrij S. Kryzhevich <krege at land.ru> - 1.1.0-1
+- Update to 1.1.0.
+- All patches are in upstream now. Drop them.
+* Mon Apr 04 2011 Dmitrij S. Kryzhevich <krege at land.ru> - 1.0.0-2
+- Make -devel subpackage.
+- Add patch for Slovenian language code fix (from Debian).
+- Add upstream soname patch.
+- Add patch to fix enums gemeral used items (from Debian).
+- Add Kern/license.txt (in Russian).
+- Remove ExclusiveArch, ppc arch is not major arch any more.
+* Sun Jul 25 2010 Sergey Raspopov <sergey.linux at gmail.com> - 1.0.0-1
+- Version 1.0.0-1
+* Sun Apr 25 2010 Sergey Raspopov <sergey.linux at gmail.com> - 0.9.0-1
+- Version 0.9.0-1 
diff --git a/sources b/sources
index e69de29..9b71cc2 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+09fd160cdfc512f26442a7e91246598d  cuneiform-linux-1.1.0.tar.bz2


More information about the scm-commits mailing list