source: projects/specs/branches/6/p/perl-Proc-ProcessTable/perl-Proc-ProcessTable-vl.spec @ 3699

Revision 3699, 2.8 KB checked in by kazutaka, 13 years ago (diff)

shutter の依存物を更新。

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