source: projects/specs/branches/6/p/perl-Text-Glob/perl-Text-Glob-vl.spec @ 3180

Revision 3180, 3.1 KB checked in by iwaim, 13 years ago (diff)

perl-Text-Glob-0.09-2

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