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

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