SPECS: arptables.spec (NEW) - init

zbyniu zbyniu at pld-linux.org
Fri Apr 28 16:02:06 CEST 2006


Author: zbyniu                       Date: Fri Apr 28 14:02:06 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   arptables.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/arptables.spec
diff -u /dev/null SPECS/arptables.spec:1.1
--- /dev/null	Fri Apr 28 16:02:06 2006
+++ SPECS/arptables.spec	Fri Apr 28 16:02:00 2006
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+Summary:	Arp Tables
+Summary(pl):	Arp Tables - filtrowanie pakietów ARP
+Name:		arptables
+Version:	0.0.3
+Release:	1
+License:	GPL
+Group:		Networking/Daemons
+Source0:	http://dl.sourceforge.net/%{name}/%{name}-v%{version}-2.tar.gz
+# Source0-md5:	c4559af2366c764c6c42a3fdd40d60d3
+Patch0:		%{name}-llh.patch
+URL:		http://ebtables.sourceforge.net/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n %{name}-v%{version}-2
+%patch0 -p1
+
+%build
+%{__make} \
+	CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D %{name}	$RPM_BUILD_ROOT%{_sbindir}/%{name}
+install -D %{name}.8	$RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/*
+%{_mandir}/man8/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/04/28 14:02:00  zbyniu
+- init
+
================================================================


More information about the pld-cvs-commit mailing list