SPECS: FaRetSys.spec (NEW) - new

wolf wolf at pld-linux.org
Mon Oct 22 00:22:05 CEST 2007


Author: wolf                         Date: Sun Oct 21 22:22:05 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   FaRetSys.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/FaRetSys.spec
diff -u /dev/null SPECS/FaRetSys.spec:1.1
--- /dev/null	Mon Oct 22 00:22:05 2007
+++ SPECS/FaRetSys.spec	Mon Oct 22 00:22:00 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# TODO:
+#  locale, icon, desktop file
+#
+%include	/usr/lib/rpm/macros.mono
+Summary:	Extensible image recognition systems modelling program
+Summary(pl.UTF-8):	Rozszerzalny program modelujący systemy rozpoznawania obrazów
+Name:		FaRetSys
+Version:	0.4.2
+Release:	1
+License:	GPL v2
+Group:		X11/Applications
+Source0:	http://team.pld-linux.org/~wolf/eithne/res/eithne-%{version}.tar.bz2
+# Source0-md5:	7f06fbf045a51ff06294bdb793d41b59
+URL:		http://team.pld-linux.org/~wolf/eithne/
+BuildRequires:	dotnet-gtk-sharp2-devel >= 2.10.2
+BuildRequires:	gettext-devel
+BuildRequires:	mono-csharp >= 1.2.5
+Requires:	gtk+2 >= 2.12.1
+Suggests:	fftw3
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Extensible image recognition systems modelling program.
+
+%description -l pl.UTF-8
+Rozszerzalny program modelujący systemy rozpoznawania obrazów.
+
+%prep
+%setup -q -n eithne-%{version}
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{_desktopdir},%{_libdir}/eithne/Plugins}
+
+install eithne.exe		$RPM_BUILD_ROOT%{_libdir}/eithne
+install *.dll			$RPM_BUILD_ROOT%{_libdir}/eithne
+install *.dll.config		$RPM_BUILD_ROOT%{_libdir}/eithne
+install Plugins/*.dll		$RPM_BUILD_ROOT%{_libdir}/eithne/Plugins
+install Plugins/*.dll.config	$RPM_BUILD_ROOT%{_libdir}/eithne/Plugins
+
+cat > $RPM_BUILD_ROOT%{_bindir}/FaRetSys << EOF
+#!/bin/sh
+exec /usr/bin/mono %{_libdir}/eithne/eithne.exe "\$@"
+EOF
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/eithne
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/10/21 22:22:00  wolf
+- new
+
================================================================


More information about the pld-cvs-commit mailing list