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

Revision 5803, 4.5 KB checked in by shaolin, 12 years ago (diff)
  • new packages (and a few updates)
Line 
1Name:           perl-IO-Tty
2Version:        1.10
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
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* Fri Mar 02 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.10-1
62- initial build for Vine Linux
63
64* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
66
67* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-4
68- Perl mass rebuild
69
70* Thu Jun 09 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.10-3
71- Perl 5.14 mass rebuild
72
73* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
74- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
75
76* Tue Dec 28 2010 Steven Pritchard <steve@kspei.com> 1.10-1
77- Update to 1.10.
78- Use fixperms macro instead of our own chmod incantation.
79- Update Source0 URL.
80- BR Test::More.
81
82* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-6
83- 661697 rebuild for fixing problems with vendorach/lib
84
85* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.08-5
86- Mass rebuild with perl-5.12.0
87
88* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.08-4
89- rebuild against perl 5.10.1
90
91* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.08-3
92- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
93
94* Sat May 16 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.08-2
95- filter out private Perl .so provides
96
97* Wed Feb 25 2009 Paul Howarth <paul@city-fan.org> - 1.08-1
98- Update to 1.08 (add support for posix_openpt())
99- Fix argument order for find with -depth
100
101* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-5
102- Rebuild for perl 5.10 (again)
103
104* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.07-4
105- Autorebuild for GCC 4.3
106
107* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-3
108- rebuild for new perl
109
110* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.07-2.1
111- correct license tag
112- add BR: perl(ExtUtils::MakeMaker)
113
114* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-2
115- Rebuild for FC6.
116
117* Fri Jul 21 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.07-1
118- Update to 1.07.
119
120* Tue Jul 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
121- Update to 1.06.
122
123* Sat Jun 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.05-1
124- Update to 1.05.
125
126* Wed May 31 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.04-1
127- Update to 1.04.
128
129* Tue May  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.03-1
130- Update to 1.03.
131- Taking maintainership.
132
133* Tue Feb 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-5
134- Rebuild.
135
136* Tue Jan 17 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.02-4
137- Rebuild, cosmetic cleanups.
138
139* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.02-3
140- rebuilt
141
142* Sun Feb  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
143- Reduce directory ownership bloat.
144
145* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.1
146- First build.
Note: See TracBrowser for help on using the repository browser.