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

Revision 9074, 4.1 KB checked in by inagaki, 9 years ago (diff)

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

  • perl-IPC-Run, perl-TeX-Hyphen, perl-text-CSV: updated
  • perl-IPC-ShareLite?, perl-Text-Iconv, perl-Text-Reform: rebuilt


Line 
1Name:           perl-IPC-ShareLite
2Version:        0.17
3Release:        2%{?_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
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* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.17-2
52- rebuilt with perl 5.16.3
53
54* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.17-1
55- initial build for Vine Linux
56
57* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.17-4
58- Perl mass rebuild
59
60* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.17-3
61- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
62
63* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.17-2
64- 661697 rebuild for fixing problems with vendorach/lib
65
66* Fri Jun 25 2010 Xavier Bachelot <xavier@bachelot.org> 0.17-1
67- Update to 0.17.
68
69* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.13-5
70- Mass rebuild with perl-5.12.0
71
72* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.13-4
73- rebuild against perl 5.10.1
74
75* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-3
76- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
77
78* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
79- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
80
81* Thu May 15 2008 Steven Pritchard <steve@kspei.com> 0.13-1
82- Update to 0.13.
83- Update Source0 URL.
84
85* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.12-1
86- 0.12, works right now
87
88* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.09-12
89- Autorebuild for GCC 4.3
90
91* Wed Feb 13 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-11
92- still not quite right on x86_64, but not segfaulting anymore.
93
94* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.09-10
95- rebuild for new perl
96
97* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 0.09-9
98- Use fixperms macro instead of our own chmod incantation.
99- BR ExtUtils::MakeMaker.
100
101* Mon Aug 28 2006 Steven Pritchard <steve@kspei.com> 0.09-8
102- Rebuild.
103- Fix find option order.
104- Minor cleanup to more closely match cpanspec output.
105
106* Sat Feb 18 2006 Steven Pritchard <steve@kspei.com> 0.09-7
107- Rebuild.
108
109* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 0.09-6
110- Cleanup (closer to current spec template).
111- Include COPYING and Artistic.
112
113* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
114- rebuilt
115
116* Fri Jun 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.4
117- Avoid empty RPATHs.
118
119* Mon May 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.3
120- BuildRequire perl >= 1:5.6.1 for support for vendor installdirs.
121- Use pure_install to avoid perllocal.pod workarounds.
122
123* Mon Apr 26 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.2
124- Reduce directory ownership bloat.
125- Require perl(:MODULE_COMPAT_*).
126
127* Tue Nov 18 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.09-0.fdr.1
128- First build.
Note: See TracBrowser for help on using the repository browser.