rpms/perl-Probe-Perl/devel perl-Probe-Perl.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Sep 29 09:45:37 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Probe-Perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8272

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Probe-Perl.spec 
Log Message:
* Wed Sep 24 2008 Marcela Mašláňová 0.01-1
- Specfile autogenerated by cpanspec 1.77.



--- NEW FILE perl-Probe-Perl.spec ---
Name:           perl-Probe-Perl
Version:        0.01
Release:        1%{?dist}
Summary:        Information about the currently running perl
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Probe-Perl/
Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Config)
BuildRequires:  perl(Module::Build)
Requires:       perl(Config)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides methods for obtaining information about the currently
running perl interpreter. It originally began life as code in the
Module::Build project, but has been externalized here for general use.

%prep
%setup -q -n Probe-Perl-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Wed Sep 24 2008 Marcela Mašláňová <mmaslano at redhat.com> 0.01-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Probe-Perl/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Sep 2008 19:01:00 -0000	1.1
+++ .cvsignore	29 Sep 2008 09:45:05 -0000	1.2
@@ -0,0 +1 @@
+Probe-Perl-0.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Probe-Perl/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Sep 2008 19:01:00 -0000	1.1
+++ sources	29 Sep 2008 09:45:06 -0000	1.2
@@ -0,0 +1 @@
+b6f613a7d07dde568a0d4b9570de47c3  Probe-Perl-0.01.tar.gz




More information about the Fedora-perl-devel-list mailing list