rpms/perl-Module-Info/devel perl-Module-Info.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat May 6 18:47:34 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Module-Info/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23962/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Module-Info.spec 
Log Message:
auto-import perl-Module-Info-0.30-2 on branch devel from perl-Module-Info-0.30-2.src.rpm


--- NEW FILE perl-Module-Info.spec ---
Name:           perl-Module-Info
Version:        0.30
Release:        2%{?dist}
Summary:        Information about Perl modules
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Module-Info/
Source0:        http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(version)
Requires:       perl(version)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Module::Info gives you information about Perl modules without actually
loading the module. It actually isn't specific to modules and should work
on any perl code.

%prep
%setup -q -n Module-Info-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sat May 06 2006 Steven Pritchard <steve at kspei.com> 0.30-2
- Add BR: perl(Test::Pod) and perl(version).
- Add Requires: perl(version).

* Fri Apr 21 2006 Steven Pritchard <steve at kspei.com> 0.30-1
- Update to 0.30.
- Use perl macro.
- Drop extra find.

* Fri Mar 24 2006 Steven Pritchard <steve at kspei.com> 0.290-1
- Specfile autogenerated by cpanspec 1.64.
- Add bindir and man1 files.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Info/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	6 May 2006 18:46:46 -0000	1.1
+++ .cvsignore	6 May 2006 18:47:34 -0000	1.2
@@ -0,0 +1 @@
+Module-Info-0.30.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Info/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	6 May 2006 18:46:46 -0000	1.1
+++ sources	6 May 2006 18:47:34 -0000	1.2
@@ -0,0 +1 @@
+a1e4e39cceda93dc0ab2d296b5075d76  Module-Info-0.30.tar.gz




More information about the fedora-extras-commits mailing list