source: projects/specs/trunk/p/perl-IO-Tty/perl-IO-Tty-vl.spec @ 8664

Revision 8664, 4.6 KB checked in by iwaim, 10 years ago (diff)

perl-IO-Tty 1.10-2

Line 
1Name:           perl-IO-Tty
2Version:        1.10
3Release:        2%{?_dist_release}
4Summary:        Perl interface to pseudo tty's
5
6License:        GPL+ or Artistic
7Group:          Development/Libraries
8URL:            http://search.cpan.org/dist/IO-Tty/
9Source0:        http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildRequires:  perl(ExtUtils::MakeMaker)
13BuildRequires:  perl(Test::More)
14Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16# don't "provide" private Perl libs
17%global _use_internal_dependency_generator 0
18%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
19%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
20%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
21
22%description
23IO::Tty and IO::Pty provide an interface to pseudo tty's.
24
25
26%prep
27%setup -q -n IO-Tty-%{version}
28
29
30%build
31%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
32make %{?_smp_mflags}
33
34
35%install
36rm -rf %{buildroot}
37make pure_install PERL_INSTALL_ROOT=%{buildroot}
38find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
39find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
40find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
41%{_fixperms} %{buildroot}/*
42
43
44%check
45##make test
46
47
48%clean
49rm -rf %{buildroot}
50
51
52%files
53%defattr(-,root,root,-)
54%doc ChangeLog README
55%{perl_vendorarch}/auto/IO/
56%{perl_vendorarch}/IO/
57%{_mandir}/man3/*.3pm*
58
59
60%changelog
61* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.10-2
62- build with Perl 5.16
63
64* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.10-1
65- initial build for Vine Linux
66
67* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
69
70* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-4
71- Perl mass rebuild
72
73* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
74- Perl 5.14 mass rebuild
75
76* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
78
79* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.10-1
80- Update to 1.10.
81- Use fixperms macro instead of our own chmod incantation.
82- Update Source0 URL.
83- BR Test::More.
84
85* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-6
86- 661697 rebuild for fixing problems with vendorach/lib
87
88* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-5
89- Mass rebuild with perl-5.12.0
90
91* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.08-4
92- rebuild against perl 5.10.1
93
94* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
95- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96
97* Sat May 16 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.08-2
98- filter out private Perl .so provides
99
100* Wed Feb 25 2009 Paul Howarth <paul@city-fan.org> - 1.08-1
101- Update to 1.08 (add support for posix_openpt())
102- Fix argument order for find with -depth
103
104* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-5
105- Rebuild for perl 5.10 (again)
106
107* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.07-4
108- Autorebuild for GCC 4.3
109
110* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-3
111- rebuild for new perl
112
113* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-2.1
114- correct license tag
115- add BR: perl(ExtUtils::MakeMaker)
116
117* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-2
118- Rebuild for FC6.
119
120* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-1
121- Update to 1.07.
122
123* Tue Jul 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
124- Update to 1.06.
125
126* Sat Jun 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
127- Update to 1.05.
128
129* Wed May 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
130- Update to 1.04.
131
132* Tue May  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
133- Update to 1.03.
134- Taking maintainership.
135
136* Tue Feb 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-5
137- Rebuild.
138
139* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-4
140- Rebuild, cosmetic cleanups.
141
142* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.02-3
143- rebuilt
144
145* Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
146- Reduce directory ownership bloat.
147
148* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.1
149- First build.
Note: See TracBrowser for help on using the repository browser.