Fixed install for wdmd.
This commit is contained in:
parent
3f799c6e0a
commit
2a871d0f90
11
sanlock.spec
11
sanlock.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sanlock
|
Name: sanlock
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A shared disk lock manager
|
Summary: A shared disk lock manager
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -32,6 +32,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
make -C src \
|
make -C src \
|
||||||
install LIB_LIBDIR=%{_libdir} \
|
install LIB_LIBDIR=%{_libdir} \
|
||||||
DESTDIR=$RPM_BUILD_ROOT
|
DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
make -C wdmd \
|
||||||
|
install LIB_LIBDIR=%{_libdir} \
|
||||||
|
DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -44,7 +47,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_sbindir}/sanlock
|
%{_sbindir}/sanlock
|
||||||
|
%{_sbindir}/wdmd
|
||||||
%{_libdir}/libsanlock.so.*
|
%{_libdir}/libsanlock.so.*
|
||||||
|
%{_libdir}/libwdmd.*
|
||||||
|
%{_includedir}/wdmd.h
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
@ -63,6 +69,9 @@ developing applications that use %{name}.
|
|||||||
%{_includedir}/sanlock_resource.h
|
%{_includedir}/sanlock_resource.h
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 17 2011 Chris Feist <cfeist@redhat.com> - 1.1.0-1
|
||||||
- Updated to latest sources
|
- Updated to latest sources
|
||||||
- Now include wdmd
|
- Now include wdmd
|
||||||
|
Loading…
Reference in New Issue
Block a user