Added diveintopython.png into pixmaps Fixed diveintopython-txt
This commit is contained in:
parent
5c54ec0c34
commit
4d1439270d
1 changed files with 8 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Name: diveintopython
|
||||
Version: 5.4
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
|
||||
Summary: Dive into Python - a python book
|
||||
|
||||
|
|
@ -107,8 +107,8 @@ popd
|
|||
# Install text version
|
||||
pushd dist/txt/
|
||||
install -m 0755 -d $RPM_BUILD_ROOT%{_datadir}/diveintopython-txt
|
||||
install -m 0644 diveintopython.html $RPM_BUILD_ROOT%{_datadir}/diveintopython-single-html/diveintopython.html
|
||||
install -m 0644 diveintopython.txt $RPM_BUILD_ROOT%{_datadir}/diveintopython-single-html/diveintopython.txt
|
||||
install -m 0644 diveintopython.html $RPM_BUILD_ROOT%{_datadir}/diveintopython-txt/diveintopython.html
|
||||
install -m 0644 diveintopython.txt $RPM_BUILD_ROOT%{_datadir}/diveintopython-txt/diveintopython.txt
|
||||
popd
|
||||
|
||||
# HTML desktop file
|
||||
|
|
@ -163,8 +163,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc %{_datadir}/diveintopython-txt/
|
||||
%{_datadir}/diveintopython-txt/
|
||||
%{_datadir}/applications/fedora-diveintopython-txt.desktop
|
||||
%{_datadir}/pixmaps/diveintopython.png
|
||||
|
||||
%changelog
|
||||
* Sat Jan 19 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 5.4-7
|
||||
- Fixed spec file to install the txt version in the txt folder
|
||||
- Added desktop file to txt version
|
||||
|
||||
* Wed Jan 9 2008 Marc Wiriadisastra <marc@mwiriadi.id.au> - 5.4-6
|
||||
- Fix ownership of folders
|
||||
- Fix spec file for spaces and tabs again :(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue