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

Revision 9074, 5.5 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-Run
2Version:        0.92
3Release:        1%{?_dist_release}
4Summary:        Perl module for interacting with child processes
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://search.cpan.org/dist/IPC-Run/
8Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-%{version}.tar.gz
9
10BuildArch:      noarch
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(IO::Pty) >= 1.08
14BuildRequires:  perl(Test::More) >= 0.47
15Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
16
17%description
18IPC::Run allows you run and interact with child processes using files,
19pipes, and pseudo-ttys. Both system()-style and scripted usages are
20supported and may be mixed. Likewise, functional and OO API styles are
21both supported and may be mixed.
22Various redirection operators reminiscent of those seen on common Unix
23and DOS command lines are provided.
24
25%prep
26%setup -q -n IPC-Run-%{version}
27chmod 644 lib/IPC/*.pm lib/IPC/Run/*.pm Changes eg/*
28for file in eg/run_daemon abuse/timers abuse/blocking_debug_with_sub_coprocess ; do
29    %{__perl} -pi -e 's,^#!.*/perl,%{__perl}, if ($. == 1)' "$file"
30done
31
32%build
33%{__perl} Makefile.PL INSTALLDIRS=vendor
34make %{?_smp_mflags}
35
36%install
37rm -rf %{buildroot}
38make pure_install PERL_INSTALL_ROOT=%{buildroot}
39
40find %{buildroot} -type f -name .packlist -exec rm -f {} \;
41find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
42
43%{_fixperms} %{buildroot}/*
44
45rm -f %{buildroot}%{perl_vendorlib}/IPC/Run/Win32*.pm
46rm -f %{buildroot}%{_mandir}/man3/IPC::Run::Win32*.3*
47
48%check
49# test doesn't work in this mock with tty
50make test || :
51
52%clean
53rm -rf %{buildroot}
54
55%files
56%defattr(-,root,root,-)
57%doc Changes LICENSE README TODO
58%doc abuse/ eg/
59%{perl_vendorlib}/*
60%{_mandir}/man3/*
61
62%changelog
63* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.92-1
64- updated to 0.92
65- built with perl 5.16.3
66
67* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.89-1
68- initial build for Vine Linux
69
70* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-6
71- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
72
73* Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.89-5
74- Perl mass rebuild
75
76* Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.89-4
77- Perl mass rebuild
78
79* Thu Jun 23 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.89-3
80- Perl mass rebuild
81
82* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Fri Oct 08 2010 Iain Arnell <iarnell@epo.org> 0.89-1
86- update to latest upstream version
87- clean up spec for modern rpmbuild
88
89* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.84-3
90- Mass rebuild with perl-5.12.0
91
92* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.84-2
93- rebuild against perl 5.10.1
94
95* Wed Sep 02 2009 Steven Pritchard <steve@kspei.com> 0.84-1
96- Update to 0.84.
97- Drop IPCRUNDEBUG from "make test" (bug fixed long ago).
98
99* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-3
100- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
101
102* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.82-2
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
104
105* Fri Jan 16 2009 Steven Pritchard <steve@kspei.com> 0.82-1
106- Update to 0.82.
107- Use fixperms macro instead of our own chmod incantation.
108- Fix Source0 URL.
109- BR Test::More.
110- Include LICENSE, README, and abuse/ in docs.
111- Cleanup to more closely resemble cpanspec output.
112
113* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.80-5
114- Rebuild for perl 5.10 (again)
115
116* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.80-4
117- rebuild for new perl
118
119* Tue Apr 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.80-3
120- BuildRequire perl(ExtUtils::MakeMaker).
121
122* Wed Aug 30 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-2
123- Fix order of arguments to find(1).
124
125* Thu May 11 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.80-1
126- 0.80, fine tune build dependencies.
127
128* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.79-3
129- Rebuild, cosmetic cleanups.
130
131* Sun Apr 10 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.79-2
132- Exclude Win32 specific modules.
133- Include more docs.
134- Skip tests if /dev/pts doesn't exist.
135
136* Sat Apr  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.79-1
137- 0.79.
138
139* Sat Apr  2 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.78-2
140- Sync with fedora-rpmdevtools' Perl spec template.
141- Improve dependency filtering script.
142
143* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.78-0.fdr.1
144- Update to 0.78.
145
146* Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.4
147- Reduce directory ownership bloat.
148
149* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.3
150- BuildRequire perl-IO-Tty for better test coverage.
151
152* Sat Oct 11 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.2
153- Fix typo in dependency filtering scriptlet.
154
155* Sat Sep 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.77-0.fdr.1
156- Update to 0.77.
157
158* Fri Sep  5 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.75-0.fdr.3
159- Avoid Win32-specific dependencies.
160- Use PERL_INSTALL_ROOT.
161
162* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.75-0.fdr.2
163- Install into vendor dirs.
164
165* Thu Jun 19 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.75-0.fdr.1
166- First build.
Note: See TracBrowser for help on using the repository browser.