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

Revision 12120, 4.8 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

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