Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 115320ceacc84ada66271c6128cafaba > files > 2

sbl_client-1.0.0-1mdk.src.rpm

Summary:	The (DSPAM) streamlined blackhole list client
Name:		sbl_client
Version:	1.0.0
Release:	%mkrel 1
License:	GPL
Group:		System/Servers
URL:		http://www.nuclearelephant.com/projects/sbl/
Source0:	http://www.nuclearelephant.com/projects/sbl/sources/%{name}-%{version}.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
The DSPAM SBL Client is an open-source, freely available
streamlined blackhole client. Please see 
http://www.nuclearelephant.com/projects/sbl/ for more
information about the streamlined blackhole list.

%prep

%setup -q

%build

%configure2_5x \
    --enable-warnings

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_sysconfdir}

install -m0755 sbl_client %{buildroot}%{_bindir}/
install -m0644 sbl_client.conf %{buildroot}%{_sysconfdir}/

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc CHANGE LICENSE README RELEASE.NOTES
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sbl_client.conf
%attr(0755,root,root) %{_bindir}/sbl_client

%changelog
* Mon Mar 14 2005 Oden Eriksson <oden.eriksson@kvikkjokk.net> 1.0.0-1mdk
- initial package