1
1

Arrgh -- remove last vestige of debugging gorp.

This commit was SVN r12056.
Этот коммит содержится в:
Jeff Squyres 2006-10-07 11:17:09 +00:00
родитель 82a023c731
Коммит 5dbe5c7442

4
contrib/dist/linux/openmpi.spec поставляемый
Просмотреть файл

@ -155,7 +155,7 @@
Summary: A powerful implementaion of MPI Summary: A powerful implementaion of MPI
Name: %{?_name:%{_name}}%{!?_name:openmpi} Name: %{?_name:%{_name}}%{!?_name:openmpi}
Version: $VERSION Version: $VERSION
Release: 1 Release: 2
License: BSD License: BSD
Group: Development/Libraries Group: Development/Libraries
Source: openmpi-%{version}.tar.$EXTENSION Source: openmpi-%{version}.tar.$EXTENSION
@ -413,7 +413,7 @@ EOF
# Runtime files # Runtime files
find $RPM_BUILD_ROOT -type f -o -type l | \ find $RPM_BUILD_ROOT -type f -o -type l | \
sed -e "s@$RPM_BUILD_ROOT@@" | \ sed -e "s@$RPM_BUILD_ROOT@@" | \
egrep "lib.*.so|mca.*so" $file > runtime.files | /bin/true egrep "lib.*.so|mca.*so" > runtime.files | /bin/true
# Devel files # Devel files
find $RPM_BUILD_ROOT -type f -o -type l | \ find $RPM_BUILD_ROOT -type f -o -type l | \