source: projects/specs/trunk/p/perl-Probe-Perl/perl-Probe-Perl-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1Name:           perl-Probe-Perl
2Version:        0.03
3Release:        2%{?_dist_release}
4Summary:        Information about the currently running perl
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Probe-Perl/
8Source0:        http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Probe-Perl-%{version}.tar.gz
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
12BuildRequires:  perl(Config)
13BuildRequires:  perl(Module::Build)
14Requires:       perl(Config)
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17Vendor:         Project Vine
18Distribution:   Vine Linux
19Packager:       shaolin
20
21%description
22This module provides methods for obtaining information about the currently
23running perl interpreter. It originally began life as code in the
24Module::Build project, but has been externalized here for general use.
25
26%prep
27%setup -q -n Probe-Perl-%{version}
28
29%build
30%{__perl} Makefile.PL installdirs=vendor
31make %{?_smp_mflags}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
37find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
38find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
39
40%{_fixperms} $RPM_BUILD_ROOT/*
41
42%check
43make test
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(-,root,root,-)
50%doc Changes README
51%{perl_vendorlib}/*
52%{_mandir}/man3/*
53
54%changelog
55* Sat May 18 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.03-2
56- rebuilt with perl-5.26.
57
58* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.03-1
59- updated to 0.03
60- built with perl 5.16.3
61
62* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.01-2
63- rebuild
64
65* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.01-1
66- initial package for Vine Linux
67
68* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-10
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
70
71* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.01-9
72- Perl mass rebuild
73
74* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.01-8
75- Perl 5.14 mass rebuild
76
77* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-7
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
79
80* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-6
81- 661697 rebuild for fixing problems with vendorach/lib
82
83* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-5
84- Mass rebuild with perl-5.12.0
85
86* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.01-4
87- rebuild against perl 5.10.1
88
89* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-3
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
91
92* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-2
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
94
95* Wed Sep 24 2008 Marcela Mašláňová <mmaslano@redhat.com> 0.01-1
96- Specfile autogenerated by cpanspec 1.77.
Note: See TracBrowser for help on using the repository browser.