]> git.pld-linux.org Git - packages/FaRetSys.git/blame - FaRetSys.spec
- updated gettext BR
[packages/FaRetSys.git] / FaRetSys.spec
CommitLineData
202f4248 1#
2# TODO:
3# locale, icon, desktop file
4#
5%include /usr/lib/rpm/macros.mono
6Summary: Extensible image recognition systems modelling program
7Summary(pl.UTF-8): Rozszerzalny program modelujący systemy rozpoznawania obrazów
8Name: FaRetSys
9Version: 0.4.2
10Release: 1
11License: GPL v2
12Group: X11/Applications
13Source0: http://team.pld-linux.org/~wolf/eithne/res/eithne-%{version}.tar.bz2
14# Source0-md5: 7f06fbf045a51ff06294bdb793d41b59
15URL: http://team.pld-linux.org/~wolf/eithne/
16BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.2
d089b9e0 17BuildRequires: gettext-tools
202f4248 18BuildRequires: mono-csharp >= 1.2.5
07fba330 19Requires: gtk+2 >= 2:2.12.1
202f4248 20Suggests: fftw3
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Extensible image recognition systems modelling program.
25
26%description -l pl.UTF-8
27Rozszerzalny program modelujący systemy rozpoznawania obrazów.
28
29%prep
30%setup -q -n eithne-%{version}
31
32%build
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir},%{_libdir}/eithne/Plugins}
38
39install eithne.exe $RPM_BUILD_ROOT%{_libdir}/eithne
40install *.dll $RPM_BUILD_ROOT%{_libdir}/eithne
41install *.dll.config $RPM_BUILD_ROOT%{_libdir}/eithne
42install Plugins/*.dll $RPM_BUILD_ROOT%{_libdir}/eithne/Plugins
43install Plugins/*.dll.config $RPM_BUILD_ROOT%{_libdir}/eithne/Plugins
44
45cat > $RPM_BUILD_ROOT%{_bindir}/FaRetSys << EOF
46#!/bin/sh
47exec /usr/bin/mono %{_libdir}/eithne/eithne.exe "\$@"
48EOF
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc AUTHORS NEWS
56%attr(755,root,root) %{_bindir}/*
57%{_libdir}/eithne
This page took 0.060264 seconds and 4 git commands to generate.