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

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sat Jul 30 03:09:36 UTC 2005


Author: spot

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-CGI-Simple.spec 
Log Message:
auto-import perl-CGI-Simple-0.077-4 on branch devel from perl-CGI-Simple-0.077-4.src.rpm


--- NEW FILE perl-CGI-Simple.spec ---
Name:           perl-CGI-Simple
Version:        0.077
Release:        4%{?dist}
Summary:        Simple totally OO CGI interface that is CGI.pm compliant
Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/Cgi-Simple/
Source0:        http://search.cpan.org/CPAN/authors/id/J/JF/JFREEMAN/Cgi-Simple-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

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

%description
%{summary}.

%prep
%setup -q -n Cgi-Simple-%{version}
chmod -x Changes README cgi-simple_vs_cgi-pm.html Simple.pm Simple/*.pm

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

%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 cgi-simple_vs_cgi-pm.html
%{perl_vendorlib}/CGI
%{_mandir}/man3/*.3*


%changelog
* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.077-4
- cleanup chmod -x

* Wed Jul 27 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.077-3
- add missing documentation
- fix URL

* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.077-2
- cleanups

* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.077-1
- Initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Simple/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Jul 2005 03:09:13 -0000	1.1
+++ .cvsignore	30 Jul 2005 03:09:34 -0000	1.2
@@ -0,0 +1 @@
+Cgi-Simple-0.077.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-CGI-Simple/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Jul 2005 03:09:13 -0000	1.1
+++ sources	30 Jul 2005 03:09:34 -0000	1.2
@@ -0,0 +1 @@
+5b947fe84b30a2c8ed050550f73b39a9  Cgi-Simple-0.077.tar.gz




More information about the fedora-extras-commits mailing list