Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > b649a348cacb2fe77d77da62d8aebc51 > files > 4

snort-rules-2.3.3-4mdv2008.0.src.rpm

# (oe) undefining these makes the build _real_ quick.
# i timed this package and gained almost a minute(!).
%undefine __find_provides
%undefine __find_requires

Summary:	The GPL'ed Rulesets from snort-2.3.3
Name:		snort-rules
Version:	2.3.3
Release:	%mkrel 4
License:	GPL
Group:		Networking/Other
URL:		http://www.snort.org
Source0:	http://www.snort.org/dl/snort-2.3.3.tar.gz
Source1:	http://www.snort.org/dl/snort-2.3.3.tar.gz.asc
Patch0:		snort-rawbytes.diff
BuildArch:	noarch
BuildRoot:	%{_tmppath}/%{name}-%{version}-root

%description
These rules were taken from snort-2.3.3 which was released under 
the GPL license. Recent snort rules has a more strict licensing 
scheme and are not distributed along with snort-2.4.x+.

%prep
%setup -q -n snort-%{version}
%patch0 -p0

%build

%install
%{__rm} -rf %{buildroot} 

%{__mkdir_p} %{buildroot}%{_sysconfdir}/snort/rules
%{__cp} -a rules/*.rules %{buildroot}%{_sysconfdir}/snort/rules/

%clean
%{__rm} -rf %{buildroot} 

%files
%defattr(0644,root,root,0755)
%doc doc/signatures COPYING LICENSE
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/snort/rules/*.rules


%changelog
* Thu Jan 03 2008 Oden Eriksson <oeriksson@mandriva.com> 2.3.3-4mdv2008.1
+ Revision: 141690
- added P0 to fix two borked rules

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request


* Sun Oct 22 2006 David Walluck <walluck@mandriva.org> 2.3.3-3mdv2007.0
+ Revision: 71644
+ Status: not released
- rebuild
- Import snort-rules

* Tue May 16 2006 Oden Eriksson <oeriksson@mandriva.com> 2.3.3-2mdk
- disable the auto provides and requires

* Sun Oct 30 2005 Oden Eriksson <oeriksson@mandriva.com> 2.3.3-1mdk
- initial Mandriva package