forked from rickettm/SendIP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sendip.spec.in
98 lines (79 loc) · 2.7 KB
/
sendip.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
%define name sendip
Summary: A command line tool to allow sending arbitrary IP packets
Name: %name
Version: %ver
Release: 1
Copyright: GPL
Group: Applications/Internet
Source: http://www.earth.li/projectpurple/files/sendip-%ver.tar.gz
URL: http://www.earth.li/projectpurple/progs/sendip.html
Vendor: Project Purple <[email protected]>
Packager: Mike Ricketts <[email protected]>
BuildRoot: /var/tmp/sendip-root
%description
A command line tool to send arbitrary IP packets. It has a large number of
command line options to specify the content of every header of a NTP, BGP,
RIP, RIPng, TCP, UDP, ICMP, or raw IPv4 or IPv6 packet. It also allows any
data to be added to the packet.
%changelog
* Tue Dec 3 2002 Mike Ricketts <[email protected]>
- Update to version 2.3
- RIPng fixes
- Compile on archs requiring alignment
* Sat Oct 12 2002 Mike Ricketts <[email protected]>
- Update to version 2.2
- See CHANGES for a more complete list (there's even more than last time)
* Sun Feb 24 2002 Calum Selkirk <[email protected]>
- changed /usr/share/man to %{_mandir} and added perl to edit Makefile
to refect this
- wrapped %discription to tw=78
- rm buildroot before install
- other minor tweeks
* Sat Feb 23 2002 Mike Ricketts <[email protected]>
- Update to version 2.1
- See CHANGES for a more complete list (there's a *lot*)
* Fri Nov 23 2001 Juan Antonio Martinez <[email protected]>
- Made it FHS aware
* Tue Jul 10 2001 Mike Ricketts <[email protected]>
- Update to version 2.0
- See CHANGES for a more complete list
* Mon Dec 25 2000 Mike Ricketts <[email protected]>
- Updated to version 1.4
- RIP default
- bugfixes
- contrib
* Wed Nov 29 2000 Mike Ricketts <[email protected]>
- Updated to version 1.3
- IPv6, TCP options and other enhancements
- Bugfixes
- See CHANGES for more details
* Sun Oct 22 2000 Mike Ricketts <[email protected]>
- Updated to version 1.1
- RIP support (Richard Polton)
- Bugfixes
* Sat Jun 08 2000 Mike Ricketts <[email protected]>
- Updated to version 1.0
* Mon Apr 10 2000 Mike Ricketts <[email protected]>
- Minor specfile changes, merged with main sendip release
* Thu Apr 06 2000 Devlin Upton <[email protected]>
- First RPM release.
%prep
%setup
%build
mkdir -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT/usr/share/man/man1
mkdir -p $RPM_BUILD_ROOT/usr/lib
make PREFIX=/usr MANDIR=%{_mandir}/man1
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/{bin,lib}
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
make PREFIX=$RPM_BUILD_ROOT/usr MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc VERSION README CHANGES LICENSE TODO
%doc /usr/share/man/man1/sendip.1*
%attr(755,root,root) /usr/bin/sendip
%attr(755,root,root) /usr/lib/sendip/*.so
%dir /usr/lib/sendip