source: projects/specs/trunk/p/perl-Text-Glob/perl-Text-Glob-vl.spec @ 9187

Revision 9187, 3.2 KB checked in by inagaki, 9 years ago (diff)

2014-12-23 Ryoichi INAGAKI <ryo1@…>

  • perl-CGI-FormBuilder?, perl-Devel-{EnforceEncapsulation?, GlobalDestruction?}, perl-Moose, perl-Net-{Pcap, Radius, Telnet, Write}, perl-Template-Toolkit, perl-Text-Unidecode, perl-XML-RSS: updated
  • perl-CGI-SSI, perl-Geography-Countries, perl-MIME-Lite-TT, perl-MP3-Info, perl-Text-Glob: rebuilt
  • perl-Sub-Exporter-Progressive: new


Line 
1Name:           perl-Text-Glob
2Version:        0.09
3Release:        3%{?_dist_release}
4Summary:        Perl module to match globbing patterns against text
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Text-Glob/
8Source0:        http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildArch:      noarch
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(Test::More)
14Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16Vendor: Project Vine
17Distribution: Vine Linux
18
19%description
20Text::Glob implements glob(3) style matching that can be used to match
21against text, rather than fetching names from a filesystem.  If you
22want to do full file globbing use the File::Glob module instead.
23
24%prep
25%setup -q -n Text-Glob-%{version}
26
27%build
28%{__perl} Makefile.PL INSTALLDIRS=vendor
29make %{?_smp_mflags}
30
31%install
32rm -rf %{buildroot}
33make pure_install DESTDIR=%{buildroot}
34find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
35find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
36chmod -R u+w %{buildroot}/*
37
38%check
39make test
40
41%clean
42rm -rf %{buildroot}
43
44%files
45%defattr(-,root,root,-)
46%doc Changes
47%{perl_vendorlib}/Text
48%{_mandir}/man3/*
49
50%changelog
51* Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.09-3
52- rebuilt with perl 5.16.3
53
54* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.09-2
55- build for Vine Linux
56
57* Wed Mar 02 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.09-1
58- Upstream update.
59- Spec cleanup.
60
61* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-11
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
63
64* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-10
65- 661697 rebuild for fixing problems with vendorach/lib
66
67* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-9
68- Mass rebuild with perl-5.12.0
69
70* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.08-8
71- add readme
72
73* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.08-7
74- rebuild against perl 5.10.1
75
76* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-6
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
78
79* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-5
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
81
82* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.08-4
83- Rebuild for perl 5.10 (again)
84
85* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.08-3
86- rebuild for new perl
87
88* Sat Aug 18 2007 Ralf Corsépius <rc040203@freenet.de> - 0.08-2
89- Update license tag.
90
91* Tue May 08 2007 Ralf Corsépius <rc040203@freenet.de> - 0.08-1
92- Upstream update.
93
94* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.07-2
95- Mass rebuild.
96
97* Thu Jul 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.07-1
98- Upstream update.
99
100* Tue Feb 28 2006 Ralf Corsépius <rc040203@freenet.de> - 0.06-4
101- Rebuild for perl-5.8.8.
102
103* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-3
104- Spec cleanup.
105
106* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-2
107- FE resubmission.
108
109* Fri Jul 01 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-1
110- FE submission.
Note: See TracBrowser for help on using the repository browser.