]> git.pld-linux.org Git - packages/malaga.git/blame - malaga.spec
- updated URLs
[packages/malaga.git] / malaga.spec
CommitLineData
b15d17ed
JB
1Summary: Malaga - a Natural Language Analysis System
2Summary(pl.UTF-8): Malaga - system analizy języków naturalnych
3Name: malaga
4Version: 7.12
658421fb 5Release: 6
b15d17ed
JB
6License: GPL v2+
7Group: Libraries
4376eb29
JB
8#Source0: http://home.arcor.de/bjoern-beutel/malaga/%{name}-%{version}.tgz
9Source0: http://dynalabs.de/mxp/assets/%{name}-%{version}.tgz
b15d17ed
JB
10# Source0-md5: 873b292d923e2d1c0643769aa58c1882
11Patch0: %{name}-info.patch
12Patch1: %{name}-verbose.patch
13da051d 13Patch2: link.patch
4376eb29
JB
14# defunct
15#URL: http://home.arcor.de/bjoern-beutel/malaga/
16URL: http://dynalabs.de/mxp/malaga
b15d17ed
JB
17BuildRequires: glib2-devel >= 2.0
18BuildRequires: gtk+2-devel >= 2:2.8
19BuildRequires: pkgconfig
20BuildRequires: readline-devel
21BuildRequires: texinfo
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Malaga is a software package for the development and application of
26grammars that are used for the analysis of words and sentences of
27natural languages. It is a language-independent system that offers a
28programming language for the modelling of the language-dependent
29grammatical information. This language is also called Malaga.
30
31Malaga is based on the grammatical theory of the "Left Associative
4376eb29
JB
32Grammar" (LAG), developed by Roland Hausser, professor for
33Computational Linguistics at University of Erlangen, Germany.
b15d17ed
JB
34
35%description -l pl.UTF-8
36Malaga to pakiet do programowania i stosowania gramatyk używawnych
37przy analizie słów i zdań w językach naturalnych. Jest to system
38niezależny od języka, oferujący język programowania do modelowania
39informacji gramatycznych zależnych od języka. Ten język programowania
40także nazywa się Malaga.
41
42Malaga jest oparta na teorii gramatycznej LAG (Left Associative
43Grammar - gramatyka wiązana lewostronnie), opracowanej przez Rolanda
44Haussera, profesora lingwistyki obliczeniowej na uniwersytecie w
45Erlagen w Niemczech.
46
47%package devel
48Summary: Header files for Malaga library
49Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Malaga
50Group: Development/Libraries
51Requires: %{name} = %{version}-%{release}
52Requires: glib2-devel >= 2.0
53
54%description devel
55Header files for Malaga library.
56
57%description devel -l pl.UTF-8
58Pliki nagłówkowe biblioteki Malaga.
59
60%package static
61Summary: Static Malaga library
62Summary(pl.UTF-8): Statyczna biblioteka Malaga
63Group: Development/Libraries
64Requires: %{name}-devel = %{version}-%{release}
65
66%description static
67Static Malaga library.
68
69%description static -l pl.UTF-8
70Statyczna biblioteka Malaga.
71
72%package gtk
73Summary: GUI to display Malaga results or debugging states
74Summary(pl.UTF-8): Graficzny interfejs wyświetlający wyniki i stany diagnostyczne Malagi
75Group: X11/Applications
76Requires: %{name} = %{version}-%{release}
77Requires: gtk+2 >= 2:2.8
78
79%description gtk
80GUI to display Malaga results or debugging states.
81
82%description gtk -l pl.UTF-8
83Graficzny interfejs wyświetlający wyniki i stany diagnostyczne Malagi.
84
85%prep
86%setup -q
87%patch0 -p1
88%patch1 -p1
13da051d 89%patch2 -p1
b15d17ed
JB
90
91%build
92%configure
93%{__make}
94
95%install
96rm -rf $RPM_BUILD_ROOT
97
98%{__make} install \
8f716e1b
JB
99 DESTDIR=$RPM_BUILD_ROOT \
100 INSTALL_INFO=true
b15d17ed
JB
101
102%clean
103rm -rf $RPM_BUILD_ROOT
104
105%post -p /sbin/postshell
106/sbin/ldconfig
107-/usr/sbin/fix-info-dir -c %{_infodir}
108
109%postun -p /sbin/postshell
110/sbin/ldconfig
111-/usr/sbin/fix-info-dir -c %{_infodir}
112
113%files
114%defattr(644,root,root,755)
115%doc CHANGES.txt README.txt
116%attr(755,root,root) %{_bindir}/malaga
117%attr(755,root,root) %{_bindir}/mallex
118%attr(755,root,root) %{_bindir}/malmake
119%attr(755,root,root) %{_bindir}/malrul
b15d17ed
JB
120%attr(755,root,root) %{_bindir}/malsym
121%attr(755,root,root) %{_libdir}/libmalaga.so.*.*.*
122%attr(755,root,root) %ghost %{_libdir}/libmalaga.so.7
123%{_datadir}/malaga
124%{_mandir}/man1/malaga.1*
125%{_mandir}/man1/mallex.1*
126%{_mandir}/man1/malmake.1*
127%{_mandir}/man1/malrul.1*
128%{_mandir}/man1/malsym.1*
129%{_infodir}/malaga.info*
130
131%files devel
132%defattr(644,root,root,755)
133%attr(755,root,root) %{_libdir}/libmalaga.so
134%{_libdir}/libmalaga.la
135%{_includedir}/malaga.h
136
137%files static
138%defattr(644,root,root,755)
139%{_libdir}/libmalaga.a
140
141%files gtk
142%defattr(644,root,root,755)
143%attr(755,root,root) %{_bindir}/malshow
144%{_mandir}/man1/malshow.1*
This page took 0.118086 seconds and 4 git commands to generate.