forked from pool/perl-IO-Socket-Multicast
71 lines
1.8 KiB
RPMSpec
71 lines
1.8 KiB
RPMSpec
![]() |
#
|
||
|
# spec file for package perl-IO-Socket-Multicast (Version 1.05)
|
||
|
#
|
||
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
# This file and all modifications and additions to the pristine
|
||
|
# package are under the same license as the package itself.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
|
||
|
|
||
|
Name: perl-IO-Socket-Multicast
|
||
|
Version: 1.05
|
||
|
Release: 1
|
||
|
Requires: perl = %{perl_version}
|
||
|
AutoReqProv: on
|
||
|
Group: Development/Libraries/Perl
|
||
|
License: Artistic License; GPL v2 or later
|
||
|
Url: http://search.cpan.org/~lds/IO-Socket-Multicast-1.05/Multicast.pm
|
||
|
Summary: A Perl Module IO::Socket::Multicast - Send and receive multicast messages.
|
||
|
Source: IO-Socket-Multicast-%{version}.tar.bz2
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
|
||
|
%description
|
||
|
The IO::Socket::Multicast module subclasses IO::Socket::INET to enable
|
||
|
you to manipulate multicast groups. With this module (and an operating
|
||
|
system that supports multicasting), you will be able to receive
|
||
|
incoming multicast transmissions and generate your own outgoing
|
||
|
multicast packets.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Lincoln Stein <lstein@cshl.org>
|
||
|
|
||
|
%prep
|
||
|
%setup -n IO-Socket-Multicast-%{version}
|
||
|
|
||
|
%build
|
||
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS"
|
||
|
make
|
||
|
make test
|
||
|
|
||
|
%install
|
||
|
%perl_make_install
|
||
|
%perl_process_packlist
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc README
|
||
|
%doc %{_mandir}/man?/*
|
||
|
/var/adm/perl-modules/%{name}
|
||
|
%{perl_vendorarch}/IO/Socket/Multicast.pm
|
||
|
%{perl_vendorarch}/IO
|
||
|
%{perl_vendorarch}/IO/Socket
|
||
|
%{perl_vendorarch}/auto/IO/
|
||
|
%{perl_vendorarch}/auto/IO/Socket
|
||
|
%{perl_vendorarch}/auto/IO/Socket/Multicast
|
||
|
#%{perl_vendorlib}/IO/
|
||
|
#$RPM_BUILD_ROOT/IO/Socket/Multicast
|
||
|
|
||
|
%changelog
|
||
|
* Mon Feb 26 2007 pkirsch@suse.de
|
||
|
- initial package
|