SPECS: dhcpdump.spec - ver 1.7 - autoize - force manpage regenerat...
tommat
tommat at pld-linux.org
Wed Sep 20 11:16:16 CEST 2006
Author: tommat Date: Wed Sep 20 09:16:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ver 1.7
- autoize
- force manpage regeneration
- fixed license
- now works with PLD tcpdump
- please test on other archs - this code is crap
---- Files affected:
SPECS:
dhcpdump.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/dhcpdump.spec
diff -u SPECS/dhcpdump.spec:1.2 SPECS/dhcpdump.spec:1.3
--- SPECS/dhcpdump.spec:1.2 Fri May 26 01:09:50 2006
+++ SPECS/dhcpdump.spec Wed Sep 20 11:16:10 2006
@@ -2,13 +2,16 @@
Summary: Parse tcpdump DHCP packets
Summary(pl): Analiza pakietów DHCP z tcpdumpa
Name: dhcpdump
-Version: 1.6
-Release: 0.1
-License: GPL (?)
+Version: 1.7
+Release: 1
+License: Free (See LICENSE)
Group: Applications
Source0: http://www.mavetju.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 736adf06370eee5f921344fd6388d477
+# Source0-md5: c606c20b2d6a875efce9eed0c6109061
URL: http://sf.net/projects/mavetju/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: perl-tools-pod
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -20,8 +23,13 @@
%prep
%setup -q
+rm -f dhcpdump.1
%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure
%{__make}
@@ -35,7 +43,7 @@
%files
%defattr(644,root,root,755)
-%doc CHANGES CONTACT
+%doc CHANGES CONTACT LICENSE
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/dhcpdump.1*
@@ -45,6 +53,14 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/09/20 09:16:10 tommat
+- ver 1.7
+- autoize
+- force manpage regeneration
+- fixed license
+- now works with PLD tcpdump
+- please test on other archs - this code is crap
+
Revision 1.2 2006/05/25 23:09:50 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/dhcpdump.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list