rpms/perl-HTML-Prototype/devel perl-HTML-Prototype.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Sat Apr 18 03:10:12 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/perl-HTML-Prototype/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5935/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-HTML-Prototype.spec 
Log Message:
populate this ghost package


--- NEW FILE perl-HTML-Prototype.spec ---
Name:           perl-HTML-Prototype
Version:        1.48
Release:        1%{?dist}
Summary:        Generate HTML and Javascript for the Prototype library

Group:          Development/Libraries
License:        GPL+ or Artistic
URL:            http://search.cpan.org/dist/HTML-Prototype/
Source0:        http://search.cpan.org/CPAN/authors/id/E/ES/ESSKAR/HTML-Prototype-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(HTML::Tree)
BuildRequires:  perl(Class::Accessor::Fast)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This perl module contains some code generators for Prototype, the famous
JavaScript OO library and the script.aculous extensions. The Prototype library 
(http://prototype.conio.net/) is designed to make AJAX easy. 
Catalyst::Plugin::Prototype makes it easy to connect to the Prototype library.

%prep
%setup -q -n HTML-Prototype-%{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/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/HTML/
%{_mandir}/man3/*.3pm*

%changelog
* Fri Apr 17 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.48-1
- do a build here


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Prototype/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jul 2008 19:42:38 -0000	1.1
+++ .cvsignore	18 Apr 2009 03:09:42 -0000	1.2
@@ -0,0 +1 @@
+HTML-Prototype-1.48.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-HTML-Prototype/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jul 2008 19:42:38 -0000	1.1
+++ sources	18 Apr 2009 03:09:42 -0000	1.2
@@ -0,0 +1 @@
+33ff3781ce851506e4728f5f2b2a40de  HTML-Prototype-1.48.tar.gz




More information about the fedora-extras-commits mailing list