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

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Sun Jul 17 11:45:52 UTC 2005


Author: oliver

Update of /cvs/extras/rpms/libdnet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5733/devel

Modified Files:
	.cvsignore sources 
Added Files:
	libdnet.spec 
Log Message:
auto-import libdnet-1.10-2 on branch devel from libdnet-1.10-2.src.rpm


--- NEW FILE libdnet.spec ---
Summary:	Simple portable interface to lowlevel networking routines
Name:		libdnet

Version:	1.10
Release:	2%{?dist}

License:	BSD-like
Group:		System Environment/Libraries
URL:		http://libdnet.sf.net/

Source:		http://dl.sf.net/libdnet/libdnet-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
libdnet provides a simplified, portable interface to several
low-level networking routines, including network address
manipulation, kernel arp(4) cache and route(4) table lookup and
manipulation, network firewalling (IP filter, ipfw, ipchains,
pf, ...), network interface lookup and manipulation, raw IP
packet and Ethernet frame, and data transmission.

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

%description devel
%{summary}.

%package progs
Summary:    Sample applications to use with libdnet
Group:      Applications/Internet
Requires:   %{name} = %{version}-%{release}

%description progs
%{summary}.

%prep
%setup -q

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
make install DESTDIR=%{buildroot}

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


%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc LICENSE README THANKS TODO
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root,-)
%{_bindir}/*
%{_libdir}/*.so
%{_libdir}/*.a
%exclude %{_libdir}/*.la
%{_includedir}/*
%{_mandir}/man3/*.3*

%files progs
%defattr(-,root,root,-)
%{_sbindir}/*
%{_mandir}/man8/*.8*

%changelog
* Thu Jul 14 2005 Oliver Falk <oliver at linux-kernel.at>		- 1.10-2
- Integrate José's patch after reviewing the pkg.

* Fri Jul 08 2005 Oliver Falk <oliver at linux-kernel.at>		- 1.10-1
- Build for FE


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libdnet/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jul 2005 11:45:18 -0000	1.1
+++ .cvsignore	17 Jul 2005 11:45:50 -0000	1.2
@@ -0,0 +1 @@
+libdnet-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libdnet/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jul 2005 11:45:18 -0000	1.1
+++ sources	17 Jul 2005 11:45:50 -0000	1.2
@@ -0,0 +1 @@
+416b765e9d9961501ac85e9a366fd219  libdnet-1.10.tar.gz




More information about the fedora-extras-commits mailing list