]> git.pld-linux.org Git - packages/dhcpdump.git/commitdiff
- ver 1.7
authortommat <tommat@pld-linux.org>
Wed, 20 Sep 2006 09:16:10 +0000 (09:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- autoize
- force manpage regeneration
- fixed license
- now works with PLD tcpdump
- please test on other archs - this code is crap

Changed files:
    dhcpdump.spec -> 1.3

dhcpdump.spec

index 109e1e7126f2b39651c35b41c92e0e81416de8e5..60eb9451efb197d4785716f3f61b8283f708cc6b 100644 (file)
@@ -1,13 +1,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
@@ -19,8 +22,13 @@ Postprocesor wyj
 
 %prep
 %setup -q
+rm -f dhcpdump.1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -34,6 +42,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGES CONTACT
+%doc CHANGES CONTACT LICENSE
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/dhcpdump.1*
This page took 0.075894 seconds and 4 git commands to generate.