- Is it so damn difficult to keep that Makefile updated and in sorted order, huh?

- Update specfile to use "make install-strip"


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@1155 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-09-14 18:19:34 +00:00
parent f1bd513a4d
commit b29873052b
2 changed files with 5 additions and 4 deletions

View File

@ -377,10 +377,11 @@ noinst_HEADERS += \
src/schedulable_state_widget.hh \
src/schedulables_statistics_widget.hh \
src/schedulables_tree_widget.hh \
src/simulation_controller.hh \
src/simulation_statistics_widget.hh \
src/simulation_widget.hh \
src/schedulables_statistics_widget.hh \
src/simulation_controller.hh \
src/simulation_statistics_widget.hh \
src/simulation_widget.hh \
src/statistics_container_window.hh \
src/text_simulation.hh
# ---------- glade files -----------

View File

@ -84,7 +84,7 @@ make pdf
%install
cd ${RPM_BUILD_DIR}/${RPM_PACKAGE_NAME}-${RPM_PACKAGE_VERSION}/build
make DESTDIR="${RPM_BUILD_ROOT}/${_prefix}" install
make DESTDIR="${RPM_BUILD_ROOT}/${_prefix}" install-strip
%files
%defattr(-,root,root)