root/psad/tags/psad-2.1.2/Net-IPv4Addr/IPv4Addr.spec

Revision 640, 2.2 kB (checked in by mbr, 6 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Summary: Perl modules to manipulates Ipv4 addresses.
2 Name: Net-IPv4Addr
3 Version: 0.10
4 Release: 1i
5 Source: http://iNDev.iNsu.COM/sources/%{name}-%{version}.tar.gz
6 Copyright: GPL or Artistic License
7 Group: Development/Libraries
8 Prefix: /usr
9 URL: http://iNDev.iNsu.COM/IPv4Addr/
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11 BuildArchitectures: noarch
12 Obsoletes: Network-IPv4Addr
13
14 %description
15 Net::IPv4Addr provides methods for parsing IPv4
16 addresses both in traditional address/netmask format and
17 in the new CIDR format.  There are also methods for
18 calculating the network and broadcast address and also to
19 see check if a given address is in a specific network.
20
21 %prep
22 %setup -q
23 %fix_perl_path
24
25 %build
26 perl Makefile.PL
27 make OPTIMIZE="$RPM_OPT_FLAGS"
28 make test
29
30 %install
31 rm -fr $RPM_BUILD_ROOT
32 %perl_make_install
33
34 BuildDirList > %pkg_file_list
35 BuildFileList >> %pkg_file_list
36
37 %clean
38 rm -fr $RPM_BUILD_ROOT
39
40 %files -f %{name}-file-list
41 %defattr(-,root,root)
42 %doc README ChangeLog
43
44 %changelog
45 * Tue Aug 01 2000  Francis J. Lacoste <francis.lacoste@iNsu.COM>
46   [0.10-1i]
47 - Updated to version 0.10.
48 - Updated spec file to use new macros.
49
50 * Wed May 03 2000  Francis J. Lacoste <francis.lacoste@iNsu.COM>
51   [0.09-1i]
52 - Updated to version 0.09.
53 - Updated automatic file list generation.
54 - Changed group.
55
56 * Wed Dec 15 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
57   [0.08-1i]
58 - Updated to version 0.08.
59 - Added perl(Net::IPv4Addr) to list of Provides.
60 - Fixed Source URL.
61
62 * Tue Oct 19 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
63   [0.07-1i]
64 - Updated to version 0.07
65
66 * Tue Oct 19 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
67   [0.06-1i]
68 - Updated to version 0.06.
69 - Renamed package to Net-IPv4Addr.
70
71 * Wed Sep 15 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
72   [0.05-1i]
73 - Updated to version 0.05.
74
75 * Sun Aug 15 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
76   [0.04-1i]
77 - Updated to version 0.04.
78
79 * Mon Jul 05 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
80   [0.03-1i]
81 - Updated to version 0.03.
82
83 * Sat May 15 1999  Francis J. Lacoste <francis@iNsu.COM>
84   [0.02-2i]
85 - Updated to version 0.02.
86
87 * Sat May 15 1999  Francis J. Lacoste <francis@iNsu.COM>
88   [0.01-1i]
89 - First RPM release.
90
Note: See TracBrowser for help on using the browser.