Index: SPECS/denise.spec
===================================================================
RCS file: /cvsroot/SPECS/denise.spec,v
retrieving revision 1.2
diff -u -r1.2 denise.spec
--- SPECS/denise.spec	2 Mar 2005 18:50:40 -0000	1.2
+++ SPECS/denise.spec	3 Mar 2005 02:40:34 -0000
@@ -1,5 +1,6 @@
 # $Revision: 1.2 $, $Date: 2005/03/02 18:50:40 $
 # project is suspended now
+%define	_docfile	Denise5_0doc.pdf
 Summary:	Denise(R)-MYTH Artificial Intelligence
 Summary(pl):	Denise(R)-MYTH - sztuczna inteligencja
 Name:		denise
@@ -9,6 +10,8 @@
 Group:		Applications/Emulators
 Source0:	http://denise.union.pl/download/source/%{name}-%{version}.tar.gz
 # Source0-md5:	2d2f01a0ef379424d29ee0ad1975310a
+Source1:	http://denise.union.pl/download/doc/%{_docfile}
+# Source1-md5:	bc8a67583369db0859e7fa314a12900b
 Patch0:		%{name}-freemem.patch
 URL:		http://www.denise.union.pl/
 BuildRequires:	autoconf
@@ -29,7 +32,7 @@
 %build
 %{__autoconf}
 
-%configure 
+%configure
 %{__make}
 
 %install
@@ -38,12 +41,14 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install %{SOURCE1} %{_docfile}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README %{_docfile}
 %attr(755,root,root) %{_bindir}/denise
 %{_datadir}/denise
 
