rpms/perl-HTTP-Server-Simple-Mason/devel perl-HTTP-Server-Simple-Mason.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius (corsepiu) fedora-extras-commits at redhat.com
Wed Oct 12 01:16:35 UTC 2005


Author: corsepiu

Update of /cvs/extras/rpms/perl-HTTP-Server-Simple-Mason/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15194/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTTP-Server-Simple-Mason.spec 
Log Message:
auto-import perl-HTTP-Server-Simple-Mason-0.09-2 on branch devel from perl-HTTP-Server-Simple-Mason-0.09-2.src.rpm


--- NEW FILE perl-HTTP-Server-Simple-Mason.spec ---
Name: 		perl-HTTP-Server-Simple-Mason
Version: 	0.09
Release: 	2%{?dist}
Summary:	HTTP::Server::Simple::Mason Perl module
License:	GPL or Artistic
Group:		Development/Libraries
URL: 		http://search.cpan.org/dist/HTTP-Server-Simple-Mason/
Source: 	http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/HTTP-Server-Simple-Mason-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch

BuildRequires:	perl(HTML::Mason) >= 1.25
BuildRequires:	perl(HTTP::Server::Simple) >= 0.04
BuildRequires:	perl(Hook::LexWrap)

# Required by the tests
BuildRequires: 	perl(Test::Pod) >= 1.14
BuildRequires: 	perl(Test::Pod::Coverage) >= 1.04

# Improved tests (dynamic requirement of HTML::Mason)
BuildRequires: 	perl(LWP::Simple)

Requires:	perl(HTTP::Server::Simple::CGI)

%description
An abstract baseclass for a standalone mason server

%prep
%setup -q -n HTTP-Server-Simple-Mason-%{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+w $RPM_BUILD_ROOT/*

%clean
rm -rf $RPM_BUILD_ROOT

%check
make test

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

%changelog
* Sun Oct 09 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.09-2
- Fix Source0.
- Add BR: perl(HTTP::Server::Simple::CGI).
- Ship ex/.

* Tue Sep 13 2005 Ralf Corsepius <ralf at links2linux.de> - 0.09-1
- BR: Test::Pod.

* Sun Sep 04 2005 Ralf Corsepius <ralf at links2linux.de> - 0.09-0
- Update.

* Wed Jun 29 2005 Ralf Corsepius <ralf at links2linux.de> - 0.05-0.pm.1
- Initial Packman release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple-Mason/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	12 Oct 2005 01:15:46 -0000	1.1
+++ .cvsignore	12 Oct 2005 01:16:33 -0000	1.2
@@ -0,0 +1 @@
+HTTP-Server-Simple-Mason-0.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-HTTP-Server-Simple-Mason/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	12 Oct 2005 01:15:46 -0000	1.1
+++ sources	12 Oct 2005 01:16:33 -0000	1.2
@@ -0,0 +1 @@
+89801442d5ed9b39a80605546461712e  HTTP-Server-Simple-Mason-0.09.tar.gz




More information about the fedora-extras-commits mailing list