rpms/perl-Spoon/devel filter-provides.sh, NONE, 1.1 perl-Spoon.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Mar 3 01:30:37 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Spoon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13738/devel

Modified Files:
	.cvsignore sources 
Added Files:
	filter-provides.sh perl-Spoon.spec 
Log Message:
auto-import perl-Spoon-0.23-2 on branch devel from perl-Spoon-0.23-2.src.rpm


--- NEW FILE filter-provides.sh ---
#!/bin/sh

if [ -x /usr/lib/rpm/redhat/find-provides ]; then
   FINDREQ=/usr/lib/rpm/redhat/find-provides
else
   FINDREQ=/usr/lib/rpm/find-provides
fi

$FINDREQ $* | grep -v 'perl(IO::All)'


--- NEW FILE perl-Spoon.spec ---
Name:           perl-Spoon
Version:        0.23
Release:        2%{?dist}
Summary:        Spoon Perl module
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Spoon/
Source0:        http://www.cpan.org/modules/by-module/Spoon/Spoon-%{version}.tar.gz
Source1:        filter-provides.sh
%define _use_internal_dependency_generator 0
%define __find_provides %{SOURCE1}
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(IO::All) >= 0.32
BuildRequires:  perl(Spiffy) >= 0.22
BuildRequires:  perl(Template) >= 2.10
BuildRequires:  perl(Test::Memory::Cycle)
BuildRequires:  perl(Time::HiRes)
Requires:       perl(IO::All) >= 0.32
Requires:       perl(Spiffy) >= 0.22
Requires:       perl(Template) >= 2.10
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Spoon is an Application Framework that is designed primarily for
building Social Software web applications. The Kwiki wiki software is
built on top of Spoon.

%prep
%setup -q -n Spoon-%{version}

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

perldoc -t perlgpl > COPYING
perldoc -t perlartistic > Artistic

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Feb 27 2006 Steven Pritchard <steve at kspei.com> 0.23-2
- Drop explicit BR: perl.

* Wed Dec 28 2005 Steven Pritchard <steve at kspei.com> 0.23-1
- Specfile autogenerated.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Spoon/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Mar 2006 01:29:33 -0000	1.1
+++ .cvsignore	3 Mar 2006 01:30:36 -0000	1.2
@@ -0,0 +1 @@
+Spoon-0.23.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Spoon/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Mar 2006 01:29:33 -0000	1.1
+++ sources	3 Mar 2006 01:30:36 -0000	1.2
@@ -0,0 +1 @@
+96acf017b3aa492e62afb1f826d3d9bd  Spoon-0.23.tar.gz




More information about the fedora-extras-commits mailing list