rpms/perl-Module-Manifest/devel perl-Module-Manifest.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 10:01:15 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Module-Manifest/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10620

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Module-Manifest.spec 
Log Message:
* Wed Sep 24 2008 Marcela Mašláňová <mmaslano at redhat.com> 0.03-1
- Specfile autogenerated by cpanspec 1.77.



--- NEW FILE perl-Module-Manifest.spec ---
Name:           perl-Module-Manifest
Version:        0.03
Release:        1%{?dist}
Summary:        Parse and examine a Perl distribution MANIFEST file
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Module-Manifest/
Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Module-Manifest-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl >= 0:5.005
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Params::Util) >= 0.10
BuildRequires:  perl(Test::More) >= 0.42
Requires:       perl(Params::Util) >= 0.10
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Module::Manifest is a simple utility module created originally for use in
Module::Inspector.

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Manifest/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Sep 2008 19:15:27 -0000	1.1
+++ .cvsignore	29 Sep 2008 10:00:45 -0000	1.2
@@ -0,0 +1 @@
+Module-Manifest-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Module-Manifest/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Sep 2008 19:15:27 -0000	1.1
+++ sources	29 Sep 2008 10:00:45 -0000	1.2
@@ -0,0 +1 @@
+3612558b4f285315d7c36668df96f254  Module-Manifest-0.03.tar.gz




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