rpms/perl-Sys-Syscall/devel perl-Sys-Syscall.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Wed May 9 20:35:34 UTC 2007


Author: ruben

Update of /cvs/extras/rpms/perl-Sys-Syscall/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3938/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Sys-Syscall.spec 
Log Message:
Import srpm



--- NEW FILE perl-Sys-Syscall.spec ---
Name:           perl-Sys-Syscall
Version:        0.22
Release:        2%{?dist}
Summary:        Access system calls that Perl doesn't normally provide access to
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Sys-Syscall/
Source0:        http://www.cpan.org/modules/by-module/Sys/Sys-Syscall-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

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

BuildRequires:  perl(Test::More)
BuildRequires:  perl(ExtUtils::MakeMaker)

%description
Use epoll, sendfile, from Perl. Mostly Linux-only support now, but more
syscalls/OSes planned for future.

%prep
%setup -q -n Sys-Syscall-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Thu May 08 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.22-2
- Test::More added to BR (#239369)
* Mon May 07 2007 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.22-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-Syscall/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2007 20:17:48 -0000	1.1
+++ .cvsignore	9 May 2007 20:34:59 -0000	1.2
@@ -0,0 +1 @@
+Sys-Syscall-0.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Sys-Syscall/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2007 20:17:48 -0000	1.1
+++ sources	9 May 2007 20:34:59 -0000	1.2
@@ -0,0 +1 @@
+a29b1ddd6fea9f7e11f0f82534d4204c  Sys-Syscall-0.22.tar.gz




More information about the fedora-extras-commits mailing list