source: projects/specs/branches/6/p/perl-CGI-Simple/perl-CGI-Simple-vl.spec @ 3927

Revision 3927, 2.2 KB checked in by iwaim, 13 years ago (diff)

perl-CGI-Simple-1.113-1

Line 
1Summary: Simple totally OO CGI interface that is CGI.pm compliant
2Name: perl-CGI-Simple
3Version: 1.113
4Release: 1%{?_dist_release}
5Group: Development/Libraries
6License: GPL or Artistic
7URL: http://search.cpan.org/~andya/CGI-Simple/
8Source0: http://search.cpan.org/CPAN/authors/id/A/AN/ANDYA/CGI-Simple-%{version}.tar.gz
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildArch: noarch
12BuildRequires: perl >= 5.8.2
13BuildRequires: perl-IO-stringy
14Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20%{summary}.
21
22%prep
23%setup -q -n CGI-Simple-%{version}
24chmod -x Changes README
25perldoc -t perlartistic > Artistic
26perldoc -t perlgpl > COPYING
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor
30make
31
32%install
33rm -rf $RPM_BUILD_ROOT
34make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
35find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
36find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
37chmod -R u+w $RPM_BUILD_ROOT/*
38
39%check
40make test
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%doc Artistic COPYING Changes README
48%{perl_vendorlib}/CGI
49%{_mandir}/man3/*.3*
50
51
52%changelog
53* Sun May 22 2011 IWAI, Masaharu <iwai@alib.jp> 1.113-1
54- new upstream release
55- add Vendor and Distribution tags
56
57* Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.112-1
58- new upstream release
59- applied new versioning policy
60- built with perl 5.10.0
61- added BR: perl-IO-stringy (for make test)
62
63* Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1-0vl1
64- new upstream release
65- changed Group to Development/Libraries
66
67* Fri Sep  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.077-5vl1
68- rebuild for Vine Linux
69
70* Sun Sep  4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-5
71- remove BR: perl
72- add license texts
73
74* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-4
75- cleanup chmod -x
76
77* Wed Jul 27 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-3
78- add missing documentation
79- fix URL
80
81* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-2
82- cleanups
83
84* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-1
85- Initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.