Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 5dd0358db67c0e09a211f9b59fe12b55 > files > 3

smtpmap-0.7-2mdk.src.rpm

%define name smtpmap
%define version 0.7
%define release 2mdk
%define summary SMTP server scanner and fingerprinting

Name: %{name}
Version: %{version}
Release: %{release}
Summary: %{summary}
License: LGPL
Group: Monitoring
Url: http://plasmahh.linux-site.net/down_tool
Source0: %{name}-%{version}.tar.bz2
Patch0: smtpmap-0.7-makefile.patch.bz2
Requires: libstdc++5
Requires: libgcc1
BuildRequires: libstdc++5-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root

%description
Smtpmap is able to identify the running smtp software on a given
host. It shows the probability of the server version, and uses
three different fingerprinting technologies to maximize the 
probabilities. It can also be used to look if there is any smtp
service running on the given port.

%prep

%setup -q -n %{name}-%{version}-BETA149
%patch0 -p1

%build

%make

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

install -d %{buildroot}%{_bindir}
install -d %{buildroot}%{_datadir}/%{name}
install -m755 src/%{name} %{buildroot}%{_bindir}
install -m644 share/* %{buildroot}%{_datadir}/%{name}/

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

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog CommitLog INSTALL README THANKS TODO
%{_bindir}/%{name}
%{_datadir}/%{name}/*

%changelog
* Thu Aug 22 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.7-2mdk
- rebuilt against new libstdc++5

* Sun Aug 11 2002 Oden Eriksson <oden.eriksson@kvikkjokk.net> 0.7-1mdk
- initial cooker contrib