rpms/perl-Acme-PlayCode/devel perl-Acme-PlayCode.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Thu May 7 07:13:03 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Acme-PlayCode/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6708

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Acme-PlayCode.spec 
Log Message:
* Tue Apr 28 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.11-2
- add BR Test::Pod, move dos2unix into prep



--- NEW FILE perl-Acme-PlayCode.spec ---
Name:           perl-Acme-PlayCode
Version:        0.11
Release:        2%{?dist}
Summary:        Play code to win
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Acme-PlayCode/
Source0:        http://www.cpan.org/authors/id/F/FA/FAYLAND/Acme-PlayCode-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(List::MoreUtils)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Moose) >= 0.57
BuildRequires:  perl(MooseX::Object::Pluggable) >= 0.0008
BuildRequires:  perl(Path::Class) >= 0.16
BuildRequires:  perl(PPI) >= 1.201
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
BuildRequires:  dos2unix
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
It aims to change the code to be better (to be worse if you want).

%prep
%setup -q -n Acme-PlayCode-%{version}
dos2unix README
dos2unix Changes

%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/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Tue Apr 28 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.11-2
- add BR Test::Pod, move dos2unix into prep

* Mon Apr 27 2009 Marcela Mašláňová <mmaslano at redhat.com> 0.11-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Acme-PlayCode/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 May 2009 21:03:01 -0000	1.1
+++ .cvsignore	7 May 2009 07:12:33 -0000	1.2
@@ -0,0 +1 @@
+Acme-PlayCode-0.11.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Acme-PlayCode/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 May 2009 21:03:01 -0000	1.1
+++ sources	7 May 2009 07:12:33 -0000	1.2
@@ -0,0 +1 @@
+6ba440742a2ee4c72f1cafaa4f5b689f  Acme-PlayCode-0.11.tar.gz




More information about the Fedora-perl-devel-list mailing list