]> git.pld-linux.org Git - packages/denise.git/blame_incremental - denise.spec
- converted to UTF-8
[packages/denise.git] / denise.spec
... / ...
CommitLineData
1# project is suspended now
2Summary: Denise(R)-MYTH Artificial Intelligence
3Summary(pl.UTF-8): Denise(R)-MYTH - sztuczna inteligencja
4Name: denise
5Version: 5.1.1
6Release: 1
7License: GPL v2
8Group: Applications/Emulators
9Source0: http://denise.union.pl/download/source/%{name}-%{version}.tar.gz
10# Source0-md5: 2d2f01a0ef379424d29ee0ad1975310a
11Source1: http://denise.union.pl/download/doc/Denise5_0doc.pdf
12# Source1-md5: bc8a67583369db0859e7fa314a12900b
13Patch0: %{name}-freemem.patch
14URL: http://www.denise.union.pl/
15BuildRequires: autoconf
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Denise(R)-MYTH project is a very interesting attemption of create
20artificial intelligence.
21
22%description -l pl.UTF-8
23Projekt Denise(R)-MYTH jest interesującą próbą podjęcia tematu
24sztuczniej inteligencji.
25
26%prep
27%setup -q
28%patch0 -p1
29cp %{SOURCE1} .
30
31%build
32%{__autoconf}
33
34%configure
35%{__make}
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc AUTHORS NEWS README Denise5_0doc.pdf
49%attr(755,root,root) %{_bindir}/denise
50%{_datadir}/denise
This page took 0.095013 seconds and 4 git commands to generate.