rpms/perl-IO-Interface/devel perl-IO-Interface.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Fri Apr 21 19:03:50 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-IO-Interface/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8055/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IO-Interface.spec 
Log Message:
auto-import perl-IO-Interface-0.98-1 on branch devel from perl-IO-Interface-0.98-1.src.rpm


--- NEW FILE perl-IO-Interface.spec ---
Name:           perl-IO-Interface
Version:        0.98
Release:        1%{?dist}
Summary:        Perl extension for accessing network card configuration information

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/IO-Interface/
Source0:        http://www.cpan.org/authors/id/L/LD/LDS/IO-Interface-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  perl
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
IO::Interface adds methods to IO::Socket objects that allows them to
be used to retrieve and change information about the network
interfaces on your system.  In addition to the object-oriented access
methods, you can use a function-oriented style.


%prep
%setup -q -n IO-Interface-%{version}


%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorarch}/IO/
%{perl_vendorarch}/auto/IO/
%{_mandir}/man3/*.3*


%changelog
* Mon Jan 30 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.98-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Interface/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2006 19:03:21 -0000	1.1
+++ .cvsignore	21 Apr 2006 19:03:50 -0000	1.2
@@ -0,0 +1 @@
+IO-Interface-0.98.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Interface/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2006 19:03:21 -0000	1.1
+++ sources	21 Apr 2006 19:03:50 -0000	1.2
@@ -0,0 +1 @@
+91d5029a32302aa02414c9c8e3353cec  IO-Interface-0.98.tar.gz




More information about the fedora-extras-commits mailing list