rpms/libnids/devel libnids.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Robert Scheck (robert) fedora-extras-commits at redhat.com
Mon Nov 26 18:45:20 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/libnids/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20055/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libnids.spec 
Log Message:
Initial spec file for Fedora and Red Hat Enterprise Linux


--- NEW FILE libnids.spec ---
Summary:	Implementation of an E-component of Network Intrusion Detection System
Name:		libnids
Version:	1.22
Release:	1%{?dist}
License:	GPLv2+
Group:		System Environment/Libraries
URL:		http://libnids.sourceforge.net/
Source:		http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	libnet-devel, glib2-devel, %{_includedir}/pcap.h, pkgconfig
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
Libnids is an implementation of an E-component of Network Intrusion
Detection System. It emulates the IP stack of Linux 2.x and offers
IP defragmentation, TCP stream assembly and TCP port scan detection.

Using libnids, one has got a convenient access to data carried by a
TCP stream, no matter how artfully obscured by an attacker.

%package devel
Summary:	Development files for libnids
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}

%description devel
This package package includes header files and libraries necessary
for developing programs which use the libnids library. It contains
the API documentation of the library, too.

%prep
%setup -q

%build
%configure --enable-shared
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install_prefix=$RPM_BUILD_ROOT install
rm -f $RPM_BUILD_ROOT%{_libdir}/libnids.a

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc CHANGES COPYING CREDITS MISC README
%{_libdir}/libnids.so.*

%files devel
%defattr(-,root,root)
%doc doc/* samples/
%{_libdir}/libnids.so
%{_includedir}/nids.h
%{_mandir}/man3/libnids.3*

%changelog
* Sun Nov 25 2007 Robert Scheck <robert at fedoraproject.org> 1.22-1
- Upgrade to 1.22
- Initial spec file for Fedora and Red Hat Enterprise Linux


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libnids/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Nov 2007 17:50:22 -0000	1.1
+++ .cvsignore	26 Nov 2007 18:44:48 -0000	1.2
@@ -0,0 +1 @@
+libnids-1.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libnids/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Nov 2007 17:50:22 -0000	1.1
+++ sources	26 Nov 2007 18:44:48 -0000	1.2
@@ -0,0 +1 @@
+811b31c7a1c4c96442807913b5eb1c95  libnids-1.22.tar.gz




More information about the fedora-extras-commits mailing list