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

Revision 9124, 2.2 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-XPath
2Version:        1.13
3Release:        7%{?_dist_release}
4
5Summary:        XPath parser and evaluator for Perl
6
7Group:          Development/Libraries
8License:        GPL+ or Artistic
9URL:            http://search.cpan.org/dist/XML-XPath/
10Source0:        http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-XPath-%{version}.tar.gz
11BuildRoot:      %{_tmppath}/%{name}-%{version}-root
12
13BuildArch:      noarch
14BuildRequires:  perl(XML::Parser)
15BuildRequires:  perl(ExtUtils::MakeMaker)
16Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
17
18Vendor:         Project Vine
19Distribution:   Vine Linux
20
21%description
22This module aims to comply exactly to the XPath specification at
23http://www.w3.org/TR/xpath and yet allow extensions to be added in the
24form of functions. Modules such as XSLT and XPointer may need to do
25this as they support functionality beyond XPath.
26
27
28%prep
29%setup -q -n XML-XPath-%{version}
30
31
32%build
33%{__perl} Makefile.PL INSTALLDIRS=vendor
34make %{?_smp_mflags}
35
36
37%install
38rm -rf %{buildroot}
39make pure_install PERL_INSTALL_ROOT=%{buildroot}
40find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
41find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
42chmod -R u+w %{buildroot}/*
43
44
45%check
46make test
47
48%clean
49rm -rf %{buildroot}
50
51%files
52%defattr(-,root,root,-)
53%doc README TODO
54%{_bindir}/xpath
55%{perl_vendorlib}/XML
56%{_mandir}/man3/*.3*
57
58
59%changelog
60* Sun Nov 30 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.13-7
61- rebuilt with perl 5.16.3
62
63* Fri Mar 09 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.13-6
64- rebuild with current environment; spec fix
65
66* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.13-5
67- rebuild with perl-5.12.3
68
69* Sun Jul 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.13-4
70- rebuilt with perl 5.10.0
71- applied new versioning policy
72
73* Sun Jul 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com>
74- rebuilt for Vine Linux
75
76* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
77- rebuilt
78
79* Sun Jul 11 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.13-2
80- Bring up to date with current fedora.us Perl spec template.
81
82* Sun Oct 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.13-0.fdr.1
83- First build.
Note: See TracBrowser for help on using the repository browser.