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

Revision 9063, 2.9 KB checked in by inagaki, 9 years ago (diff)

2014-11-05 Ryoichi INAGAKI <ryo1@…>

  • perl-CPAN-Changes, perl-IPC-Run3, perl-Math-BigInt?-GMP, perl-Probe-Perl, perl-Test-CPAN-Meta: updated
  • perl-Test-Script: rebuilt


Line 
1Name:           perl-Probe-Perl
2Version:        0.03
3Release:        1%{?_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* Wed Nov  5 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.03-1
56- updated to 0.03
57- built with perl 5.16.3
58
59* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.01-2
60- rebuild
61
62* Fri Feb 24 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.01-1
63- initial package for Vine Linux
64
65* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-10
66- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
67
68* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.01-9
69- Perl mass rebuild
70
71* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.01-8
72- Perl 5.14 mass rebuild
73
74* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-7
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
76
77* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-6
78- 661697 rebuild for fixing problems with vendorach/lib
79
80* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.01-5
81- Mass rebuild with perl-5.12.0
82
83* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.01-4
84- rebuild against perl 5.10.1
85
86* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-3
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
88
89* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-2
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
91
92* Wed Sep 24 2008 Marcela Mašláňová <mmaslano@redhat.com> 0.01-1
93- Specfile autogenerated by cpanspec 1.77.
Note: See TracBrowser for help on using the repository browser.