source: projects/specs/trunk/p/perl-XML-SAX-Writer/perl-XML-SAX-Writer-vl.spec @ 9124

Revision 9124, 3.4 KB checked in by inagaki, 9 years ago (diff)

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

  • perl-Perl-Critic-More: rebuilt
  • perl-XML-{Dumper, Filter-BufferText?, Grove, XPath}: rebuilt
  • perl-XML-{LibXML, LibXSLT, SAX-Writer, Writer}: updated
  • perl-YAML-LibYAML: updated


Line 
1Name:          perl-XML-SAX-Writer
2Version:       0.56
3Release:       1%{?_dist_release}
4Summary:       SAX2 Writer
5License:       GPL+ or Artistic
6Group:         Development/Libraries
7URL:           http://search.cpan.org/dist/XML-SAX-Writer/
8
9Source0:       http://www.cpan.org/modules/by-module/XML/XML-SAX-Writer-%{version}.tar.gz
10
11BuildRoot:     %{_tmppath}/%{name}-%{version}-root
12BuildArch:     noarch
13BuildRequires: perl(Text::Iconv) >= 1.2
14BuildRequires: perl(XML::Filter::BufferText) >= 1.00
15BuildRequires: perl(XML::NamespaceSupport) >= 1.00
16BuildRequires: perl(XML::SAX::Exception) >= 1.01
17BuildRequires: /usr/bin/iconv
18BuildRequires: perl(ExtUtils::MakeMaker)
19BuildRequires: perl(Test::More)
20Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
21
22Vendor:        Project Vine
23Distribution:  Vine Linux
24Packager:      shaolin
25
26%description
27A new XML Writer to match the SAX2 effort.
28
29%prep
30%setup -q -n XML-SAX-Writer-%{version}
31chmod 644 Changes README.md lib/XML/SAX/Writer.pm lib/XML/SAX/Writer/XML.pm
32
33# Fix UTF-8
34#iconv -f ISO_8859-1 -t UTF-8 -o tmp.man Writer.pm &&
35#mv -f tmp.man Writer.pm
36
37%build
38%{__perl} Makefile.PL INSTALLDIRS=vendor
39make %{?_smp_mflags}
40
41%install
42rm -rf %{buildroot}
43
44make pure_install PERL_INSTALL_ROOT=%{buildroot}
45
46find %{buildroot} -type f -name .packlist -exec rm -f {} \;
47find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
48
49%{_fixperms} %{buildroot}/*
50
51%check
52make test
53
54%clean
55rm -rf %{buildroot}
56
57%files
58%defattr(-,root,root,-)
59%doc Changes README
60%{perl_vendorlib}/*
61%{_mandir}/man3/*
62
63%changelog
64* Sun Nov  9 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 0.56-1
65- new upstream relase
66- built with perl 5.16.3
67
68* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.50-2
69- rebuild
70
71* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.50-1
72- initial build for Vine Linux
73
74* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-13
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
76
77* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.50-12
78- Perl mass rebuild
79
80* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-11
81- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
82
83* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.50-10
84- 661697 rebuild for fixing problems with vendorach/lib
85
86* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.50-9
87- Mass rebuild with perl-5.12.0
88
89* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.50-8
90- rebuild against perl 5.10.1
91
92* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-7
93- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
94
95* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.50-6
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
97
98* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.50-5
99- Rebuild for perl 5.10 (again)
100
101* Mon Jan 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.50-4
102- rebuild for new perl
103
104* Sun Jan 27 2008 Andreas Thienemann <andreas@bawue.net> 0.50-3
105- Added Test::More to the BuildReqs
106
107* Sat Mar 17 2007 Andreas Thienemann <andreas@bawue.net> 0.50-2
108- Removed hardcoded Reqs in favour of autoreqs
109- Better conversion to utf-8
110
111* Thu Mar 15 2007 Andreas Thienemann <andreas@bawue.net> 0.50-1
112- Specfile autogenerated by cpanspec 1.69.1.
113- Cleaned up for FE
Note: See TracBrowser for help on using the repository browser.