rpms/perl-CGI-Session/devel perl-CGI-Session.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Mon Mar 19 02:21:55 UTC 2007


Author: ixs

Update of /cvs/extras/rpms/perl-CGI-Session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7554

Modified Files:
	.cvsignore sources 
Added Files:
	perl-CGI-Session.spec 
Log Message:
initial checkin of perl-CGI-Session



--- NEW FILE perl-CGI-Session.spec ---
Name:           perl-CGI-Session
Version:        4.20
Release:        2%{?dist}
Summary:        Persistent session data in CGI applications
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Session/
Source0:        http://www.cpan.org/modules/by-module/CGI/CGI-Session-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires:	perl(FreezeThaw), perl(ExtUtils::MakeMaker)

%description
CGI-Session is a Perl5 library that provides an easy, reliable and modular
session management system across HTTP requests. Persistency is a key
feature for such applications as shopping carts, login/authentication
routines, and application that need to carry data across HTTP requests.
CGI::Session does that and many more.

%prep
%setup -q -n CGI-Session-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
chmod 644 examples/*

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

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

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Sat Mar 17 2007 Andreas Thienemann <andreas at bawue.net> 4.20-2
- Fixed perl-devel req

* Sat Mar 10 2007 Andreas Thienemann <andreas at bawue.net> 4.20-1
- Cleaned up for FE
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Session/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Mar 2007 00:43:43 -0000	1.1
+++ .cvsignore	19 Mar 2007 02:21:23 -0000	1.2
@@ -0,0 +1 @@
+CGI-Session-4.20.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Session/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Mar 2007 00:43:43 -0000	1.1
+++ sources	19 Mar 2007 02:21:23 -0000	1.2
@@ -0,0 +1 @@
+34740f5b944d42760816288f727f98fb  CGI-Session-4.20.tar.gz




More information about the fedora-extras-commits mailing list