rpms/perl-UNIVERSAL-require/devel perl-UNIVERSAL-require.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Sep 5 15:09:35 UTC 2006


Author: spot

Update of /cvs/extras/rpms/perl-UNIVERSAL-require/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4517/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-UNIVERSAL-require.spec 
Log Message:
auto-import perl-UNIVERSAL-require-0.10-1 on branch devel from perl-UNIVERSAL-require-0.10-1.src.rpm


--- NEW FILE perl-UNIVERSAL-require.spec ---
Name:           perl-UNIVERSAL-require
Version:        0.10
Release:        1%{?dist}
Summary:        Require() modules from a variable
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/UNIVERSAL-require/
Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/UNIVERSAL-require-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl >= 1:5.6.1
BuildRequires:  perl(Test::More)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
%{summary}.

%prep
%setup -q -n UNIVERSAL-require-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make

%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 -type d -depth -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
%{perl_vendorlib}/UNIVERSAL
%{_mandir}/man3/*.3*


%changelog
* Mon Sep  4 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.10-1
- initial package for Fedora


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-require/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	5 Sep 2006 15:09:06 -0000	1.1
+++ .cvsignore	5 Sep 2006 15:09:34 -0000	1.2
@@ -0,0 +1 @@
+UNIVERSAL-require-0.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-UNIVERSAL-require/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	5 Sep 2006 15:09:06 -0000	1.1
+++ sources	5 Sep 2006 15:09:34 -0000	1.2
@@ -0,0 +1 @@
+4ea51136ee7052bb37dc52c7cb8945b0  UNIVERSAL-require-0.10.tar.gz




More information about the fedora-extras-commits mailing list