]> git.pld-linux.org Git - packages/denise.git/commitdiff
- added Source1: pdf doc
authorkolodko <kolodko@pld-linux.org>
Thu, 3 Mar 2005 14:57:51 +0000 (14:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    denise.spec -> 1.3

denise.spec

index 6be02423ca67283ba2aa40614602a2bf01beb3d7..1795570bb086eebe755bb615a020c277ad56b845 100644 (file)
@@ -8,6 +8,8 @@ License:        GPL v2
 Group:         Applications/Emulators
 Source0:       http://denise.union.pl/download/source/%{name}-%{version}.tar.gz
 # Source0-md5: 2d2f01a0ef379424d29ee0ad1975310a
+Source1:       http://denise.union.pl/download/doc/Denise5_0doc.pdf
+# Source1-md5: bc8a67583369db0859e7fa314a12900b
 Patch0:                %{name}-freemem.patch
 URL:           http://www.denise.union.pl/
 BuildRequires: autoconf
@@ -24,11 +26,12 @@ sztuczniej inteligencji.
 %prep
 %setup -q
 %patch0 -p1
+cp %{SOURCE1} .
 
 %build
 %{__autoconf}
 
-%configure 
+%configure
 %{__make}
 
 %install
@@ -42,6 +45,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README Denise5_0doc.pdf
 %attr(755,root,root) %{_bindir}/denise
 %{_datadir}/denise
This page took 0.530007 seconds and 4 git commands to generate.