Author: cweyl Update of /cvs/extras/rpms/perl-CLASS/F-12 In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25357/F-12 Modified Files: .cvsignore sources Added Files: import.log perl-CLASS.spec Log Message: initial import --- NEW FILE import.log --- perl-CLASS-1_00-1_fc12:F-12:perl-CLASS-1.00-1.fc12.src.rpm:1269042020 --- NEW FILE perl-CLASS.spec --- Name: perl-CLASS Summary: Alias for __PACKAGE__ Version: 1.00 Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/CLASS-%{version}.tar.gz URL: http://search.cpan.org/dist/CLASS BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) >= 0.07 %{?perl_default_filter} %{?perl_default_subpackage_tests} %description This package provides CLASS and $CLASS; both synonyms for __PACKAGE__. They're easier to type, and $CLASS has the additional benefit of working in strings. %prep %setup -q -n CLASS-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Sun Mar 14 2010 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.00-1 - specfile by Fedora::App::MaintainerTools 0.006 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-CLASS/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 19 Mar 2010 20:08:01 -0000 1.1 +++ .cvsignore 19 Mar 2010 23:40:28 -0000 1.2 @@ -0,0 +1 @@ +CLASS-1.00.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-CLASS/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 19 Mar 2010 20:08:02 -0000 1.1 +++ sources 19 Mar 2010 23:40:28 -0000 1.2 @@ -0,0 +1 @@ +834b888b9c8a936b12de2c168798b618 CLASS-1.00.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel