rpms/diveintopython/devel import.log, NONE, 1.1 diveintopython.spec, 1.8, 1.9

Marc Wiriadisastra mwiriadi at fedoraproject.org
Wed Nov 5 12:29:34 UTC 2008


Author: mwiriadi

Update of /cvs/pkgs/rpms/diveintopython/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15755/devel

Modified Files:
	diveintopython.spec 
Added Files:
	import.log 
Log Message:
Fix file location problem that breaks HTML version - thanks to Paul




--- NEW FILE import.log ---
diveintopython-5_4-14_fc10:HEAD:diveintopython-5.4-14.fc10.src.rpm:1225888077


Index: diveintopython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/diveintopython/devel/diveintopython.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- diveintopython.spec	2 Sep 2008 11:39:55 -0000	1.8
+++ diveintopython.spec	5 Nov 2008 12:29:04 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           diveintopython
 Version:        5.4
-Release:        13%{?dist}
+Release:        14%{?dist}
 
 Summary:        Dive into Python - a python book
 
@@ -76,7 +76,7 @@
 #install the files
 find . -type d -exec mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/'{}'  \;
 for DIR in * ; do
-  find $DIR -type f -exec install -m 0644 '{}' $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/${DIR}/ \;
+  find $DIR -type f -exec install -D -m 0644 '{}' $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/'{}' \;
 done
 popd
 
@@ -119,6 +119,9 @@
 
 
 %changelog
+* Tue Nov  4 2008 Paul W. Frields <stickster at gmail.com> - 5.4-14
+- Fix file location problem that breaks HTML version
+
 * Tue Sep  2 2008 Michael Schwendt <mschwendt at fedoraproject.org> - 5.4-13
 - Include /usr/share/doc/diveintopython-5.4 directory (in all pkgs)
 




More information about the fedora-extras-commits mailing list