source: projects/specs/trunk/p/perl-IPC-ShareLite/perl-IPC-ShareLite-vl.spec @ 5799

Revision 5799, 4.0 KB checked in by shaolin, 12 years ago (diff)
  • new packages
Line 
1Name:           perl-IPC-ShareLite
2Version:        0.17
3Release:        1%{?_dist_release}
4Summary:        Lightweight interface to shared memory
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/IPC-ShareLite/
8Source0:        http://www.cpan.org/authors/id/A/AN/ANDYA/IPC-ShareLite-%{version}.tar.gz
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10BuildRequires:  perl(ExtUtils::MakeMaker)
11BuildRequires:  perl(Test::More)
12BuildRequires:  perl(Test::Pod)
13Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
14
15%description
16IPC::ShareLite provides a simple interface to shared memory, allowing
17data to be efficiently communicated between processes.
18
19%prep
20%setup -q -n IPC-ShareLite-%{version}
21
22%build
23%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
24make %{?_smp_mflags}
25
26%install
27rm -rf %{buildroot}
28
29make pure_install PERL_INSTALL_ROOT=%{buildroot}
30
31find %{buildroot} -type f -name .packlist -exec rm -f {} \;
32find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
33find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
34
35%{_fixperms} %{buildroot}/*
36
37%check
38make test
39
40%clean
41rm -rf %{buildroot}
42
43%files
44%defattr(-,root,root,-)
45%doc Changes README
46%{perl_vendorarch}/auto/*
47%{perl_vendorarch}/IPC*
48%{_mandir}/man3/*
49
50%changelog
51* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-1
52- initial build for Vine Linux
53
54* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.17-4
55- Perl mass rebuild
56
57* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-3
58- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
59
60* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.17-2
61- 661697 rebuild for fixing problems with vendorach/lib
62
63* Fri Jun 25 2010 Xavier Bachelot <xavier@bachelot.org> 0.17-1
64- Update to 0.17.
65
66* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-5
67- Mass rebuild with perl-5.12.0
68
69* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.13-4
70- rebuild against perl 5.10.1
71
72* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
73- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
74
75* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
77
78* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 0.13-1
79- Update to 0.13.
80- Update Source0 URL.
81
82* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-1
83- 0.12, works right now
84
85* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-12
86- Autorebuild for GCC 4.3
87
88* Wed Feb 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-11
89- still not quite right on x86_64, but not segfaulting anymore.
90
91* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-10
92- rebuild for new perl
93
94* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 0.09-9
95- Use fixperms macro instead of our own chmod incantation.
96- BR ExtUtils::MakeMaker.
97
98* Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 0.09-8
99- Rebuild.
100- Fix find option order.
101- Minor cleanup to more closely match cpanspec output.
102
103* Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 0.09-7
104- Rebuild.
105
106* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 0.09-6
107- Cleanup (closer to current spec template).
108- Include COPYING and Artistic.
109
110* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
111- rebuilt
112
113* Fri Jun 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.4
114- Avoid empty RPATHs.
115
116* Mon May 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.3
117- BuildRequire perl >= 1:5.6.1 for support for vendor installdirs.
118- Use pure_install to avoid perllocal.pod workarounds.
119
120* Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.2
121- Reduce directory ownership bloat.
122- Require perl(:MODULE_COMPAT_*).
123
124* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.1
125- First build.
Note: See TracBrowser for help on using the repository browser.