%define download_name labrea-2.5-stable-1 Name: labrea Version: 2.5.1 Release: 2%{?dist} Summary: Tarpit (slow to a crawl) worms and port scanners Group: Applications/Productivity License: GPLv2 URL: http://sourceforge.net/projects/labrea/ Source: http://downloads.sourceforge.net/labrea/%{download_name}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libpcap-devel BuildRequires: libdnet-devel %description Intrusion detection "sticky" honey pot technology using virtual servers to detect and trap worms, hackers, and other malware. %prep %setup -q -n %{download_name} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING INSTALL NEWS README TODO AUTHORS ChangeLog %{_sysconfdir}/labrea.conf %{_mandir}/man1/labrea.1.gz %{_mandir}/man5/labrea.conf.5.gz %{_sbindir}/labrea %changelog * Thu Sep 4 2008 Huzaifa Sidhpurwala 2.5.1-2 - Small changes to satisfy the packaging standads * Thu Sep 4 2008 Huzaifa Sidhpurwala 2.5.1-0 - Initial version