File libmlrpc.spec of Package libmlrpc
%define name libmlrpc
%define version 0.1.0
%define release 1
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL V2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.gz
Group: Security
Summary: Multilayer Remote Procedure Call Library
%description
Library to provide a trusted path accross multiple software layer. Currently supports L4 IPC and Unix sockets for communication.
%prep
%setup
%build
make -f Makefile.linux-socket libs
%install
make -f Makefile.linux-socket install INSTALL_ROOT=$RPM_BUILD_ROOT
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
/usr/lib/libmlrpc-client.so
/usr/lib/libmlrpc-server.so
%changelog -n
* Thu Apr 23 2009 - david.plaquin@hp.com
- initial version