rpms/perl-CGI-Ajax/FC-5 perl-CGI-Ajax.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Apr 16 16:04:01 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-CGI-Ajax/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8609

Modified Files:
	sources 
Added Files:
	perl-CGI-Ajax.spec 
Log Message:
pseudo-branch of perl-CGI-Ajax to FC-5


--- NEW FILE perl-CGI-Ajax.spec ---
Name:           perl-CGI-Ajax
Version:        0.701
Release:        2%{?dist}
Summary:        Perl-specific system for writing Asynchronous web applications
License:        GPL or Artistic 
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/CGI-Ajax/
Source0:        http://www.cpan.org/authors/id/B/BC/BCT/CGI-Ajax-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(CGI), perl(Class::Accessor)

# neither are picked up automagically.
Requires:       perl(CGI), perl(Class::Accessor)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
CGI::Ajax is an object-oriented module that provides a unique mechanism for
using perl code asynchronously from javascript- enhanced HTML pages.
CGI::Ajax unburdens the user from having to write extensive javascript,
except for associating an exported method with a document-defined event
(such as onClick, onKeyUp, etc). CGI::Ajax also mixes well with HTML
containing more complex javascript.

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

find scripts/ -type f -exec chmod -c -x {} \;

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

%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 LICENSE README Todo scripts/
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Mon Apr 16 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.701-2
- bump

* Mon Apr 09 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.701-1
- Specfile autogenerated by cpanspec 1.70.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Ajax/FC-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Apr 2007 15:49:49 -0000	1.1
+++ sources	16 Apr 2007 16:03:27 -0000	1.2
@@ -0,0 +1 @@
+e4922d9ea9e45c68387d3682a7adbacf  CGI-Ajax-0.701.tar.gz




More information about the scm-commits mailing list