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