54fd8c1
Name:           perl-Spoon
485cca2
Version:        0.24
Petr Sabata 2967504
Release:        14%{?dist}
485cca2
Summary:        Spiffy Application Building Framework
0dc0146
License:        GPL+ or Artistic
54fd8c1
Group:          Development/Libraries
54fd8c1
URL:            http://search.cpan.org/dist/Spoon/
4b9d48b
Source0:        http://www.cpan.org/authors/id/I/IN/INGY/Spoon-%{version}.tar.gz
54fd8c1
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
54fd8c1
BuildArch:      noarch
fedaa38
BuildRequires:  perl(ExtUtils::MakeMaker)
54fd8c1
BuildRequires:  perl(IO::All) >= 0.32
868ba26
BuildRequires:  perl(Spiffy) >= 0.24
54fd8c1
BuildRequires:  perl(Template) >= 2.10
54fd8c1
BuildRequires:  perl(Test::Memory::Cycle)
54fd8c1
BuildRequires:  perl(Time::HiRes)
6486775
BuildRequires:  perl(URI::Escape)
54fd8c1
Requires:       perl(IO::All) >= 0.32
868ba26
Requires:       perl(Spiffy) >= 0.24
54fd8c1
Requires:       perl(Template) >= 2.10
54fd8c1
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
54fd8c1
868ba26
%{?filter_setup:
868ba26
%filter_from_provides /^perl(IO::All)$/d
868ba26
%filter_from_requires /^perl(IO::All)$/d /^perl(Spiffy)$/d /^perl(Template)$/d
868ba26
%{?perl_default_filter}
868ba26
}
485cca2
54fd8c1
%description
54fd8c1
Spoon is an Application Framework that is designed primarily for
54fd8c1
building Social Software web applications. The Kwiki wiki software is
54fd8c1
built on top of Spoon.
54fd8c1
54fd8c1
%prep
54fd8c1
%setup -q -n Spoon-%{version}
54fd8c1
54fd8c1
%build
54fd8c1
%{__perl} Makefile.PL INSTALLDIRS=vendor
54fd8c1
make %{?_smp_mflags}
54fd8c1
54fd8c1
%install
54fd8c1
rm -rf $RPM_BUILD_ROOT
54fd8c1
54fd8c1
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
54fd8c1
54fd8c1
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
34f51d2
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
54fd8c1
485cca2
%{_fixperms} $RPM_BUILD_ROOT/*
54fd8c1
54fd8c1
%check
54fd8c1
make test
54fd8c1
54fd8c1
%clean
e20c1bb
rm -rf $RPM_BUILD_ROOT
54fd8c1
54fd8c1
%files
54fd8c1
%defattr(-,root,root,-)
485cca2
%doc Changes README
54fd8c1
%{perl_vendorlib}/*
54fd8c1
%{_mandir}/man3/*
54fd8c1
54fd8c1
%changelog
Petr Sabata 2967504
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 0.24-14
Petr Sabata 2967504
- Perl mass rebuild
Petr Sabata 2967504
e20c1bb
* Wed Feb 16 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.24-13
e20c1bb
- Remove bogus rm %%{__perl_provides}.
e20c1bb
cd69447
* Wed Feb 16 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.24-12
cd69447
- Revert temporary hack "BR: perl-IO-All" (Not required anymore).
cd69447
4148871
* Tue Feb 15 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.24-11
4148871
- BR: perl-IO-All, to assure getting the right perl(IO::All)
4148871
  (was bogusly provided by perl-Spoon-0.24-9).
4148871
868ba26
* Tue Feb 15 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.24-10
868ba26
- Rework filters (Cause of broken deps).
868ba26
9f62542
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-9
9f62542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9f62542
d4849f3
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.24-8
d4849f3
- 661697 rebuild for fixing problems with vendorach/lib
d4849f3
7e90ff9
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.24-7
7e90ff9
- Mass rebuild with perl-5.12.0
7e90ff9
fab9989
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.24-6
fab9989
- rebuild against perl 5.10.1
fab9989
d324712
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-5
d324712
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d324712
3f0a876
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.24-4
3f0a876
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
3f0a876
0dc0146
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.24-3
0dc0146
- rebuild for new perl
0dc0146
fedaa38
* Wed Apr 18 2007 Steven Pritchard <steve@kspei.com> 0.24-2
fedaa38
- BR ExtUtils::MakeMaker.
fedaa38
485cca2
* Tue Dec 26 2006 Steven Pritchard <steve@kspei.com> 0.24-1
485cca2
- Update to 0.24.
485cca2
- Use fixperms macro instead of our own chmod incantation.
485cca2
- Other minor cleanup to more closely match current cpanspec output.
485cca2
34f51d2
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 0.23-5
34f51d2
- Fix find option order.
34f51d2
6486775
* Mon Jun 12 2006 Steven Pritchard <steve@kspei.com> 0.23-4
6486775
- BR URI::Escape.
6486775
4b9d48b
* Thu Mar 02 2006 Steven Pritchard <steve@kspei.com> 0.23-3
4b9d48b
- Improve Summary.
4b9d48b
- Fix Source0.
4b9d48b
54fd8c1
* Mon Feb 27 2006 Steven Pritchard <steve@kspei.com> 0.23-2
54fd8c1
- Drop explicit BR: perl.
54fd8c1
54fd8c1
* Wed Dec 28 2005 Steven Pritchard <steve@kspei.com> 0.23-1
54fd8c1
- Specfile autogenerated.