source: projects/specs/trunk/p/perl-CGI-Simple/perl-CGI-Simple-vl.spec @ 9023

Revision 9023, 2.3 KB checked in by inagaki, 10 years ago (diff)

2014-10-25 Ryoichi INAGAKI <ryo1@…>

  • perl-CGI-{Application, Session, Simple}: updated
  • perl-Class-ISA: new
  • perl-HTML-SimpleParse?: rebuilt


Line 
1Summary: Simple totally OO CGI interface that is CGI.pm compliant
2Name: perl-CGI-Simple
3Version: 1.115
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* Sat Oct 25 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.115-1
54- new upstream release
55- built with perl 5.16.3
56
57* Sun May 22 2011 IWAI, Masaharu <iwai@alib.jp> 1.113-1
58- new upstream release
59- add Vendor and Distribution tags
60
61* Thu Nov 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.112-1
62- new upstream release
63- applied new versioning policy
64- built with perl 5.10.0
65- added BR: perl-IO-stringy (for make test)
66
67* Sat Jul 21 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.1-0vl1
68- new upstream release
69- changed Group to Development/Libraries
70
71* Fri Sep  9 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.077-5vl1
72- rebuild for Vine Linux
73
74* Sun Sep  4 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-5
75- remove BR: perl
76- add license texts
77
78* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-4
79- cleanup chmod -x
80
81* Wed Jul 27 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-3
82- add missing documentation
83- fix URL
84
85* Fri Jul  8 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-2
86- cleanups
87
88* Wed Jul  6 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.077-1
89- Initial package for Fedora Extras
Note: See TracBrowser for help on using the repository browser.