rpms/perl-Class-ISA/devel perl-Class-ISA.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Thu May 6 14:32:04 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Class-ISA/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2175

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-ISA.spec 
Log Message:
* Mon May 03 2010 Marcela Mašláňová <mmaslano at redhat.com> 0.36-1
- Specfile autogenerated by cpanspec 1.78.



--- NEW FILE perl-Class-ISA.spec ---
Name:           perl-Class-ISA
Version:        0.36
Release:        1%{?dist}
Summary:        Report the search path for a class's ISA tree
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Class-ISA/
Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Class-ISA-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Suppose you have a class (like Food::Fish::Fishstick) that is derived, via
its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from
Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses
may themselves each be derived, via its @ISA, from one or more superclasses
(as above).

%prep
%setup -q -n Class-ISA-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install DESTDIR=$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 ChangeLog README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon May 03 2010 Marcela Mašláňová <mmaslano at redhat.com> 0.36-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-ISA/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2010 14:26:12 -0000	1.1
+++ .cvsignore	6 May 2010 14:32:04 -0000	1.2
@@ -0,0 +1 @@
+Class-ISA-0.36.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-ISA/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2010 14:26:12 -0000	1.1
+++ sources	6 May 2010 14:32:04 -0000	1.2
@@ -0,0 +1 @@
+3a2ad203c8dc87d6c9de16215d00af47  Class-ISA-0.36.tar.gz



More information about the scm-commits mailing list