49 |
rm -rf %{buildroot} |
rm -rf %{buildroot} |
50 |
scons DEFAULT_ASCENDLIBRARY=%{_datadir}/ascend/models INSTALL_ROOT=%{buildroot} INSTALL_PREFIX=%{_prefix} INSTALL_DATA=%{_datadir} INSTALL_BIN=%{_bindir} INSTALL_INCLUDE=%{_incdir} install |
scons DEFAULT_ASCENDLIBRARY=%{_datadir}/ascend/models INSTALL_ROOT=%{buildroot} INSTALL_PREFIX=%{_prefix} INSTALL_DATA=%{_datadir} INSTALL_BIN=%{_bindir} INSTALL_INCLUDE=%{_incdir} install |
51 |
|
|
52 |
pushd pygtk/interface/gnome |
pushd pygtk/gnome |
53 |
install -o root -g root -m 644 -D ascend.desktop %{buildroot}/%{_datadir}/applications/ascend.desktop |
install -o root -g root -m 644 -D ascend.desktop %{buildroot}/%{_datadir}/applications/ascend.desktop |
54 |
install -o root -g root -m 644 -D ascend.png %{buildroot}/%{_datadir}/icons/ascend-app.png |
install -o root -g root -m 644 -D ascend.png %{buildroot}/%{_datadir}/icons/ascend-app.png |
55 |
install -o root -g root -m 644 -D ascend.png %{buildroot}/%{_datadir}/icons/hicolor/64x64/ascend.png |
install -o root -g root -m 644 -D ascend.png %{buildroot}/%{_datadir}/icons/hicolor/64x64/ascend.png |
81 |
|
|
82 |
|
|
83 |
%changelog |
%changelog |
84 |
|
* Mon Apr 24 2006 John Pye <john.pye@student.unsw.edu.au> |
85 |
|
- Modified for removed dir in pygtk source hierachy |
86 |
|
|
87 |
* Thu Apr 04 2006 John Pye <john.pye@student.unsw.edu.au> |
* Thu Apr 04 2006 John Pye <john.pye@student.unsw.edu.au> |
88 |
- First RPM package for new SCons build |
- First RPM package for new SCons build |