Fixed install for wdmd.

This commit is contained in:
Chris Feist 2011-02-18 09:04:41 -06:00
parent 3f799c6e0a
commit 2a871d0f90

View File

@ -1,6 +1,6 @@
Name: sanlock
Version: 1.1.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A shared disk lock manager
Group: System Environment/Base
@ -32,6 +32,9 @@ rm -rf $RPM_BUILD_ROOT
make -C src \
install LIB_LIBDIR=%{_libdir} \
DESTDIR=$RPM_BUILD_ROOT
make -C wdmd \
install LIB_LIBDIR=%{_libdir} \
DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
@ -44,7 +47,10 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING
%{_sbindir}/sanlock
%{_sbindir}/wdmd
%{_libdir}/libsanlock.so.*
%{_libdir}/libwdmd.*
%{_includedir}/wdmd.h
%package devel
Summary: Development files for %{name}
@ -63,6 +69,9 @@ developing applications that use %{name}.
%{_includedir}/sanlock_resource.h
%changelog
* Fri Feb 18 2011 Chris Feist <cfeist@redhat.com> - 1.1.0-2
- Fixed install for wdmd
* Thu Feb 17 2011 Chris Feist <cfeist@redhat.com> - 1.1.0-1
- Updated to latest sources
- Now include wdmd