source: projects/specs/trunk/p/perl-XML-RSS/perl-XML-RSS-vl.spec @ 9187

Revision 9187, 5.0 KB checked in by inagaki, 9 years ago (diff)

2014-12-23 Ryoichi INAGAKI <ryo1@…>

  • perl-CGI-FormBuilder?, perl-Devel-{EnforceEncapsulation?, GlobalDestruction?}, perl-Moose, perl-Net-{Pcap, Radius, Telnet, Write}, perl-Template-Toolkit, perl-Text-Unidecode, perl-XML-RSS: updated
  • perl-CGI-SSI, perl-Geography-Countries, perl-MIME-Lite-TT, perl-MP3-Info, perl-Text-Glob: rebuilt
  • perl-Sub-Exporter-Progressive: new


RevLine 
[5871]1Name:           perl-XML-RSS
[9187]2Version:        1.56
[5871]3Release:        1%{?_dist_release}
4Summary:        Perl module for managing RDF Site Summary (RSS) files
[521]5
[5871]6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/XML-RSS/
9Source0:        http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-RSS-%{version}.tar.gz
[9187]10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
[521]11
[5871]12BuildArch:      noarch
[9187]13BuildRequires:  perl(Module::Build) >= 0.36
14BuildRequires:  perl(Test::Manifest) >= 0.9
15BuildRequires:  perl(Test::More)
16BuildRequires:  perl(Test::Pod)
[5871]17BuildRequires:  perl(HTML::Entities)
[9187]18BuildRequires:  perl(XML::Parser) >= 2.23
19BuildRequires:  perl(DateTime)
[5871]20BuildRequires:  perl(DateTime::Format::Mail)
21BuildRequires:  perl(DateTime::Format::W3CDTF)
22BuildRequires:  perl(Test::Differences)
23BuildRequires:  perl(Test::Pod::Coverage)
24Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
25
26Vendor:         Project Vine
27Distribution:   Vine Linux
28Packager:       iwaim, shaolin
29
[521]30%description
[5871]31%{summary}.
[521]32
[5871]33
[521]34%prep
[5871]35%setup -q -n XML-RSS-%{version}
36chmod 644 Changes README TODO
37find examples -type f -exec chmod 644 {} ';'
38find examples -type d -exec chmod 755 {} ';'
[521]39
[5871]40
[521]41%build
[5871]42%{__perl} Makefile.PL INSTALLDIRS=vendor
43make %{?_smp_mflags}
[521]44
45
46%install
[5871]47rm -rf %{buildroot}
48make pure_install PERL_INSTALL_ROOT=%{buildroot}
49find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
50find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
51chmod -R u+w %{buildroot}/*
[521]52
53
[5871]54%check
55make test
[521]56
[5871]57
58%clean
59rm -rf %{buildroot}
60
61
62%files
63%defattr(-,root,root,-)
64%doc Changes README TODO examples
65%{perl_vendorlib}/XML/
66%{_mandir}/man3/XML::RSS.3*
67
68
[521]69%changelog
[9187]70* Tue Dec 23 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.56-1
71- updated to 1.56
72- built with perl 5.16.3
73
[5871]74* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.49-1
75- updated to 1.49
76- spec revamped based on Fedora's 1.49-1
77- previous Vine changelogs as follows:
[521]78
[5871]79  - Sat Dec  4 2004 IWAI, Masaharu <iwai@alib.jp> 1.05-0vl1
80  - new upstream release
81  - build on perl-5.8.6-0vl1
[521]82
[5871]83  - Mon Dec 15 2003 IWAI, Masaharu <iwai@alib.jp> 1.02-0vl1
84  - new upstream release
85  - add %%{perl_sitelib}/XML directory in %%files
86  - add TODO and examples if %%doc dir
87  - drop BUGS in %%doc dir: because it lost.
88
89  - Mon Apr 15 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.97-0vl1
90  - first build for Vine Linux
91
92
93* Fri Jan 20 2012 Iain Arnell <iarnell@gmail.com> 1.49-1
94- update to 1.49
95
96* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-8
97- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
98
99* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.45-7
100- Perl mass rebuild
101
102* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.45-6
103- Perl mass rebuild
104
105* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.45-5
106- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
107
108* Thu Dec 23 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.45-4
109- 661697 rebuild for fixing problems with vendorach/lib
110
111* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.45-3
112- Mass rebuild with perl-5.12.0
113
114* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.45-2
115- rebuild against perl 5.10.1
116
117* Wed Aug 19 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.45-1
118- update to 1.45
119
120* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.44-2
121- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
122
123* Fri May 15 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.44-1
124- update to 1.44
125
126* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1.43-1
127- update to 1.43
128
129* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31-4
130- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
131
132* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-3
133- Rebuild for perl 5.10 (again)
134
135* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-2
136- rebuild for new perl
137
138* Sun Aug 26 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.31-1
139- bump to 1.31
140- license tag fix
141
142* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.22-1
143- bump to 1.22
144- add new BR for building and testing
145
146* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-2
147- bump for FC-6
148
149* Mon Mar 13 2006 Ville Skyttä <ville.skytta at iki.fi> - 1.10-1
150- 1.10.
151
152* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.05-2
153- rebuilt
154
155* Sat Aug 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.05-0.fdr.1
156- Update to 1.05, patches applied upstream.
157
158* Sun Jul 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.04-0.fdr.2
159- Bring up to date with current fedora.us Perl spec template.
160
161* Sun Mar 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.04-0.fdr.1
162- Update to 1.04.
163- Reduce directory ownership bloat.
164
165* Fri Nov 21 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.2
166- Eliminate some spurious test warnings.
167
168* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.02-0.fdr.1
169- First build.
Note: See TracBrowser for help on using the repository browser.