rpms/perl-ExtUtils-CChecker/devel import.log, NONE, 1.1 perl-ExtUtils-CChecker.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Nicolas Chauvet kwizart at fedoraproject.org
Fri May 7 21:01:56 UTC 2010


Author: kwizart

Update of /cvs/pkgs/rpms/perl-ExtUtils-CChecker/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18945/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-ExtUtils-CChecker.spec 
Log Message:
Initial import


--- NEW FILE import.log ---
perl-ExtUtils-CChecker-0_03-1_fc12:HEAD:perl-ExtUtils-CChecker-0.03-1.fc12.src.rpm:1273266099


--- NEW FILE perl-ExtUtils-CChecker.spec ---
Name:           perl-ExtUtils-CChecker
Version:        0.03
Release:        1%{?dist}
Summary:        Configure-time utilities for using C headers, libraries, or OS features
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/ExtUtils-CChecker/
Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/ExtUtils-CChecker-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::CBuilder)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Exception)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod) >= 1.00
Requires:       perl(ExtUtils::CBuilder)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Often Perl modules are written to wrap functionality found in existing C
headers, libraries, or to use OS-specific features. It is useful in the
Build.PL or Makefile.PL file to check for the existence of these
requirements before attempting to actually build the module.

%prep
%setup -q -n ExtUtils-CChecker-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Apr 19 2010 Nicolas Chauvet <kwizart at fedoraproject.org> - 0.03-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-CChecker/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2010 03:00:52 -0000	1.1
+++ .cvsignore	7 May 2010 21:01:56 -0000	1.2
@@ -0,0 +1 @@
+ExtUtils-CChecker-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-ExtUtils-CChecker/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2010 03:00:52 -0000	1.1
+++ sources	7 May 2010 21:01:56 -0000	1.2
@@ -0,0 +1 @@
+f2a9da32e70ec32c5b47652e020021d0  ExtUtils-CChecker-0.03.tar.gz



More information about the scm-commits mailing list