-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemdros-example-programs.spec.in
53 lines (38 loc) · 1.16 KB
/
emdros-example-programs.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#
# emdros-example-programs.spec made from emdros-example-programs.spec.in
# via the configure script
#
%define prefix /usr
Name: emdros-example-programs
Version: @VERSION@
Release: 1%{?dist}
Summary: Example programs for the Emdros text database engine
License: GPLv2
URL: https://emdros.org/
Source0: https://emdros.org/downloads/emdros/emdros-example-programs-%{version}.tar.gz
BuildRequires: emdros emdros-devel
Requires: emdros
%description
Example programs for Emdros, the text database engine for analyzed or
annotated text. Includes the Emdros Chunking Tool, a GUI tool for
segmenting interlinear text, and an implementation of the
Computational Linguistics method called "Hyperspace Analogue to
Language" (HAL Space).
%prep
%autosetup
%build
%configure --prefix=%{prefix}
%make_build
%install
rm -rf %{buildroot}
%make_install
%files
%{_bindir}/*
%{_datadir}/emdros-example-programs/*
%{prefix}/share/emdros/hal/hal.cfg
%{_mandir}/man1/*
%license COPYING
%doc AUTHORS NEWS README ChangeLog INSTALL
%changelog
* Sat Dec 30 2017 Ulrik Sandborg-Petersen <[email protected]>
- Initial creation.