From cceb29bbcdd9273365c102c736e4cd4198b898e5 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Tue, 2 Sep 2008 11:39:55 +0000 Subject: [PATCH] - Include /usr/share/doc/diveintopython-5.4 directory (in all pkgs) No build-job. --- diveintopython.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/diveintopython.spec b/diveintopython.spec index 18c9d53..1c73180 100644 --- a/diveintopython.spec +++ b/diveintopython.spec @@ -1,6 +1,6 @@ Name: diveintopython Version: 5.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Dive into Python - a python book @@ -98,23 +98,30 @@ rm -rf $RPM_BUILD_ROOT %files html %defattr(-,root,root,-) +%dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/html %files pdf %defattr(-,root,root,-) +%dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/pdf %{_datadir}/applications/fedora-diveintopython.desktop %files single-html %defattr(-,root,root,-) +%dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/htmlflat %files txt %defattr(-,root,root,-) +%dir %{_docdir}/%{name}-%{version} %doc %{_docdir}/%{name}-%{version}/txt %changelog +* Tue Sep 2 2008 Michael Schwendt - 5.4-13 +- Include /usr/share/doc/diveintopython-5.4 directory (in all pkgs) + * Tue Feb 5 2008 Marc Wiriadisastra - 5.4-12 - Removed specific java package's and just use java in BR (overholt) - Added build_patch to not use downloaded jars and....