]> git.pld-linux.org Git - packages/denise.git/blame - denise.spec
- converted to UTF-8
[packages/denise.git] / denise.spec
CommitLineData
982aab0b 1# project is suspended now
e9e4e390 2Summary: Denise(R)-MYTH Artificial Intelligence
17c78643 3Summary(pl.UTF-8): Denise(R)-MYTH - sztuczna inteligencja
e9e4e390 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
3d16bc4e 11Source1: http://denise.union.pl/download/doc/Denise5_0doc.pdf
12# Source1-md5: bc8a67583369db0859e7fa314a12900b
e9e4e390 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
17c78643
JR
22%description -l pl.UTF-8
23Projekt Denise(R)-MYTH jest interesującą próbą podjęcia tematu
e9e4e390 24sztuczniej inteligencji.
25
26%prep
27%setup -q
28%patch0 -p1
3d16bc4e 29cp %{SOURCE1} .
e9e4e390 30
31%build
32%{__autoconf}
33
3d16bc4e 34%configure
e9e4e390 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)
3d16bc4e 48%doc AUTHORS NEWS README Denise5_0doc.pdf
e9e4e390 49%attr(755,root,root) %{_bindir}/denise
50%{_datadir}/denise
This page took 0.091926 seconds and 4 git commands to generate.