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

Revision 12120, 3.4 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:           perl-Text-Glob
2Version:        0.11
3Release:        1%{?_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* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.11-1
52- new upstream release.
53- rebuilt with perl-5.26.
54
55* Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.09-3
56- rebuilt with perl 5.16.3
57
58* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.09-2
59- build for Vine Linux
60
61* Wed Mar 02 2011 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.09-1
62- Upstream update.
63- Spec cleanup.
64
65* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-11
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
67
68* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-10
69- 661697 rebuild for fixing problems with vendorach/lib
70
71* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.08-9
72- Mass rebuild with perl-5.12.0
73
74* Thu Feb 25 2010 Marcela Mašláňová <mmaslano@redhat.com> - 0.08-8
75- add readme
76
77* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.08-7
78- rebuild against perl 5.10.1
79
80* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-6
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
82
83* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-5
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
85
86* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.08-4
87- Rebuild for perl 5.10 (again)
88
89* Fri Jan 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.08-3
90- rebuild for new perl
91
92* Sat Aug 18 2007 Ralf Corsépius <rc040203@freenet.de> - 0.08-2
93- Update license tag.
94
95* Tue May 08 2007 Ralf Corsépius <rc040203@freenet.de> - 0.08-1
96- Upstream update.
97
98* Tue Sep 05 2006 Ralf Corsépius <rc040203@freenet.de> - 0.07-2
99- Mass rebuild.
100
101* Thu Jul 20 2006 Ralf Corsépius <rc040203@freenet.de> - 0.07-1
102- Upstream update.
103
104* Tue Feb 28 2006 Ralf Corsépius <rc040203@freenet.de> - 0.06-4
105- Rebuild for perl-5.8.8.
106
107* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-3
108- Spec cleanup.
109
110* Wed Aug 10 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-2
111- FE resubmission.
112
113* Fri Jul 01 2005 Ralf Corsepius <ralf@links2linux.de> - 0.06-1
114- FE submission.
Note: See TracBrowser for help on using the repository browser.