rpms/perl-OpenFrame/devel README.LICENSE, NONE, 1.1 perl-OpenFrame.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jul 8 20:13:47 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore sources 
Added Files:
	README.LICENSE perl-OpenFrame.spec 
Log Message:
auto-import perl-OpenFrame-3.05-4 on branch devel from perl-OpenFrame-3.05-4.src.rpm


--- NEW FILE README.LICENSE ---
In a private email, James Duncan (the author of OpenFrame) clarified
the license of this software.  In the interest of privacy, here is the
relevant portion of the email.  The full email is available on
request (from steve at kspei.com).

> I've been meaning to deal with this but I've not got around to it.
> The OpenFrame package is released under both the Artistic license and
> the GPL.
> 
> When we have another release of the package I'll ensure there is a
> definitive license statement.
> 
> Regards,
> James.


--- NEW FILE perl-OpenFrame.spec ---
Name:           perl-OpenFrame
Version:        3.05
Release:        4%{?dist}
Summary:        Framework for network enabled applications
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/OpenFrame/
Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/OpenFrame-%{version}.tar.gz
Source1:        README.LICENSE
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(File::Find::Rule)
BuildRequires:  perl(File::Type) >= 0.01
BuildRequires:  perl(HTTP::Request) >= 0.01
BuildRequires:  perl(IO::Null) >= 0.01
BuildRequires:  perl(Pipeline) >= 2.00
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
OpenFrame is a framework for network services serving to multiple media
channels - for instance, the web, WAP, and digital television. It is built
around the Pipeline API, and provides extra abstraction to make delivery of
a single application to multiple channels easier.

%prep
%setup -q -n OpenFrame-%{version}
cp %{SOURCE1} .

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

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/saofs.pl

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

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc CHANGES README saofs.pl
%doc README.LICENSE
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Jul 08 2006 Steven Pritchard <steve at kspei.com> 3.05-4
- Remove the last explicit Requires.

* Fri Jul 07 2006 Steven Pritchard <steve at kspei.com> 3.05-3
- Include README.LICENSE.

* Sat May 27 2006 Steven Pritchard <steve at kspei.com> 3.05-2
- Remove some explicit dependencies.
- Add BR: File::Find::Rule for better test coverage.

* Sat May 20 2006 Steven Pritchard <steve at kspei.com> 3.05-1
- Specfile autogenerated by cpanspec 1.66.
- Fix License.
- Include saofs.pl as a doc.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-OpenFrame/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jul 2006 20:13:18 -0000	1.1
+++ .cvsignore	8 Jul 2006 20:13:47 -0000	1.2
@@ -0,0 +1 @@
+OpenFrame-3.05.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-OpenFrame/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jul 2006 20:13:18 -0000	1.1
+++ sources	8 Jul 2006 20:13:47 -0000	1.2
@@ -0,0 +1 @@
+6469544c6c83a0aa33676421cb09d1a5  OpenFrame-3.05.tar.gz




More information about the fedora-extras-commits mailing list