source: projects/specs/trunk/p/perl-Proc-ProcessTable/perl-Proc-ProcessTable-vl.spec @ 9143

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

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

  • perl-Apache-Htpasswd, perl-Cache-Cache, perl-MRO-Compat, perl-Parse-RecDescent?, perl-Pod-{Eventual, POM, Tests}, perl-Proc-{ProcessTable?, Simpler}: updated
  • perl-Parse-Nessus-NBE: rebuilt


Line 
1Name:           perl-Proc-ProcessTable
2Version:        0.51
3Release:        1%{?_dist_release}
4Summary:        Perl extension to access the unix process table
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/Proc-ProcessTable/
8Source0:        http://www.cpan.org/modules/by-module/Proc/Proc-ProcessTable-%{version}.tar.gz
9
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildRequires:  perl(ExtUtils::MakeMaker)
12Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13
14Vendor: Project Vine
15Distribution: Vine Linux
16
17%description
18Perl interface to the unix process table.
19
20%prep
21%setup -q -n Proc-ProcessTable-%{version}
22
23%{__chmod} 644 contrib/*
24
25%build
26%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
27%{__make} %{?_smp_mflags}
28
29%install
30%{__rm} -rf %{buildroot}
31
32%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
33
34find %{buildroot} -type f -name .packlist -exec rm -f {} \;
35find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
36find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
37
38%{_fixperms} %{buildroot}/*
39
40%check
41%{__make} test
42
43%clean
44%{__rm} -rf %{buildroot}
45
46%files
47%defattr(-,root,root,-)
48%doc Changes PORTING README README.linux TODO contrib/pswait
49%{perl_vendorarch}/auto/*
50%{perl_vendorarch}/Proc*
51%{_mandir}/man3/*
52
53%changelog
54* Wed Dec 10 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.51-1
55- updated to 0.51
56- built with perl 5.16.3
57
58* Mon Apr 25 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.45-2
59- build with perl 5.12.3
60- add Vendor and Distribution tags
61
62* Fri Oct 15 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 0.45-1
63- initial build for Vine Linux
64
65* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.44-6
66- Mass rebuild with perl-5.12.0
67
68* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.44-5
69- rebuild against perl 5.10.1
70
71* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-4
72- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
73
74* Thu Mar 05 2009 Caol叩n McNamara <caolanm@redhat.com> - 0.44-3
75- defuzz patches to build
76
77* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-2
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
79
80* Fri Aug  1 2008 Andreas Thienemnan <athienem@redhat.com> 0.44-1
81- Update to 0.44
82
83* Sat Apr  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.42-1
84- update to 0.42
85- patch to define ARG_MAX (since for some unknown reason, it isn't defined anymore)
86
87* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.41-4
88- rebuild for new perl (again)
89
90* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.41-3
91- Autorebuild for GCC 4.3
92
93* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.41-2
94- rebuild for new perl
95
96* Thu Mar 15 2007 Andreas Thienemann <andreas@bawue.net> 0.41-1
97- Specfile autogenerated by cpanspec 1.69.1.
98- Cleaned up for FE
Note: See TracBrowser for help on using the repository browser.