Author: eseyman

Update of /cvs/pkgs/rpms/perl-CGI-Application-Plugin-FormState/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26800/devel

Modified Files:
        .cvsignore sources 
Added Files:
        import.log perl-CGI-Application-Plugin-FormState.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-CGI-Application-Plugin-FormState-0_12-1_fc12:HEAD:perl-CGI-Application-Plugin-FormState-0.12-1.fc12.src.rpm:1260954492


--- NEW FILE perl-CGI-Application-Plugin-FormState.spec ---
Name:           perl-CGI-Application-Plugin-FormState
Version:        0.12
Release:        1%{?dist}
Summary:        Store Form State without Hidden Fields
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Application-Plugin-FormState/
Source0:        
http://www.cpan.org/authors/id/M/MG/MGRAHAM/CGI-Application-Plugin-FormState-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(CGI)
BuildRequires:  perl(CGI::Application)
BuildRequires:  perl(CGI::Application::Plugin::Session)
BuildRequires:  perl(CGI::Session)
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))

%description
CGI::Application::Plugin::FormState provides a temporary storage area
within the user's session for storing form-related data.

%prep
%setup -q -n CGI-Application-Plugin-FormState-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sun Dec 13 2009 Emmanuel Seyman <emmanuel.sey...@club-internet.fr> 0.12-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: 
/cvs/pkgs/rpms/perl-CGI-Application-Plugin-FormState/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  16 Dec 2009 05:26:10 -0000      1.1
+++ .cvsignore  16 Dec 2009 09:08:44 -0000      1.2
@@ -0,0 +1 @@
+CGI-Application-Plugin-FormState-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Plugin-FormState/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources     16 Dec 2009 05:26:10 -0000      1.1
+++ sources     16 Dec 2009 09:08:44 -0000      1.2
@@ -0,0 +1 @@
+63caf11eee423113e51f11ede9837713  CGI-Application-Plugin-FormState-0.12.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
Fedora-perl-devel-list mailing list
Fedora-perl-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list

Reply via email to