Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 77bb5722f0479ba99b3f4231d5569d36 > files > 2

libe-devel-0.2.2-3mdk.src.rpm

%define name	libe-devel
%define	version	0.2.2
%define release	3mdk
%define realname libe

Summary:	C library contains various functions which deal with data structures
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Development/Other	
URL:		http://www.cs.berkeley.edu/~bnc/libe/
Source:		%{realname}-%{version}.tar.bz2
Provides:	%{name}-%{version}
BuildRoot:	%{_tmppath}/%{name}-%{version}
Prefix:		%{_prefix}

%description
libe is a C library which contains various functions which deal with 
data structures (hash tables, bitmasks, trees of IP addresses, etc.), 
networking, I/O, barriers, and other useful things. It is currently used 
in the implementation of authd (RSA authentication daemon), pcp (a 
parallel, pipelined file transfer system), and gexec (a fast, hierarchical 
cluster remote execution system).

%prep
rm -rf ${buildroot}

%setup -q -n %realname-%version

%build

%configure 

%make

%install

%makeinstall

%clean
rm -fr %{buildroot}

%files
%defattr(-,root,root) 
%doc INSTALL AUTHORS ChangeLog COPYING
%{_includedir}/e/*.h
%{_libdir}/libe.a

%changelog
* Tue Aug 6 2002 Antoine Ginies <aginies@mandrakesoft.com> 0.2.2-3mdk
- build with gcc 3.2

* Thu Jul 11 2002 Antoine Ginies <aginies@mandrakesoft.com> 0.2.2-2mdk
- Build on 8.2 with 2.96

* Wed May 15 2002 Lenny Cartier <lenny@mandrakesoft.com> 0.2.2-1mdk
- add %realname
- prefix=%__bindir
- remove useless ldconfig

* Tue Apr 21 2002 Antoine Ginies <aginies@mandrakesoft.com> 0.2.1-1mdk
- first release for Mandrakesoft