Author: berrange Update of /cvs/extras/rpms/perl-accessors/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10319 Modified Files: .cvsignore sources Added Files: perl-accessors.spec Log Message: Initial import after review (rhbz #511081) --- NEW FILE perl-accessors.spec --- Name: perl-accessors Version: 1.01 Release: 1%{?dist} Summary: Create accessor methods in caller's package License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/accessors/ Source0: http://www.cpan.org/authors/id/S/SP/SPURKIS/accessors-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.0 BuildRequires: perl(Module::Build) BuildRequires: perl(Test::More) >= 0.01 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description The accessors pragma lets you create simple accessors at compile-time. %prep %setup -q -n accessors-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* # A few of the .pm modules have bogus execute permission find $RPM_BUILD_ROOT%{perl_vendorlib} -name *.pm | xargs chmod a-x %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README TODO %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Jul 06 2009 Daniel P. Berrange <berrange@xxxxxxxxxx> 1.01-1 - Specfile autogenerated by cpanspec 1.78. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-accessors/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 14 Jul 2009 04:42:47 -0000 1.1 +++ .cvsignore 14 Jul 2009 09:43:41 -0000 1.2 @@ -0,0 +1,4 @@ +accessors-1.01.tar.gz +.build*.log +*.rpm +noarch Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-accessors/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 14 Jul 2009 04:42:47 -0000 1.1 +++ sources 14 Jul 2009 09:43:41 -0000 1.2 @@ -0,0 +1 @@ +fc764c9cbfd03762c0d4f8ffaabaecb0 accessors-1.01.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list