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

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Wed Dec 20 09:23:58 UTC 2006


Author: jpo

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Module-Find.spec 
Log Message:
auto-import perl-Module-Find-0.05-1 on branch devel from perl-Module-Find-0.05-1.src.rpm


--- NEW FILE perl-Module-Find.spec ---
Name:           perl-Module-Find
Version:        0.05
Release:        1%{?dist}
Summary:        Find and use installed modules in a (sub)category

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Module-Find/
Source0:        http://www.cpan.org/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(Test::Pod)
BuildRequires:  perl(Test::Pod::Coverage)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Module::Find lets you find and use modules in categories. This can be very
useful for auto-detecting driver or plugin modules. You can differentiate
between looking in the category itself or in all subcategories.


%prep
%setup -q -n Module-Find-%{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 ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/Module/
%{_mandir}/man3/*.3pm*


%changelog
* Tue Dec 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.05-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Dec 2006 09:22:57 -0000	1.1
+++ .cvsignore	20 Dec 2006 09:23:28 -0000	1.2
@@ -0,0 +1 @@
+Module-Find-0.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Module-Find/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Dec 2006 09:22:57 -0000	1.1
+++ sources	20 Dec 2006 09:23:28 -0000	1.2
@@ -0,0 +1 @@
+1b756c84e476fc8179fcf2699a4d1a86  Module-Find-0.05.tar.gz




More information about the scm-commits mailing list