source: projects/specs/trunk/p/perl-XML-RegExp/perl-XML-RegExp-vl.spec @ 8714

Revision 8714, 2.5 KB checked in by tomop, 10 years ago (diff)

updated perl modules.

Line 
1Name:           perl-XML-RegExp
2Version:        0.04
3Release:        1%{?_dist_release}
4Summary:        Regular expressions for XML tokens
5
6Group:          Development/Libraries
7License:        GPL+ or Artistic
8URL:            http://search.cpan.org/dist/XML-RegExp/
9Source0:        http://www.cpan.org/authors/id/T/TJ/TJMATHER/XML-RegExp-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildArch:      noarch
13BuildRequires:  perl
14Requires:       perl >= %(eval "`%{__perl} -V:version`"; echo $version)
15
16%description
17This package contains an utility module containing regular expressions
18for the following XML tokens: BaseChar, Ideographic, Letter, Digit,
19Extender, CombiningChar, NameChar, EntityRef, CharRef, Reference,
20Name, NmToken, and AttValue.
21
22
23%prep
24%setup -q -n XML-RegExp-%{version}
25
26%build
27%{__perl} Makefile.PL INSTALLDIRS=vendor
28make %{?_smp_mflags}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
33find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
34find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
35chmod -R u+w $RPM_BUILD_ROOT/*
36
37%check
38make test
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43
44%files
45%defattr(-,root,root,-)
46%doc Changes README
47%{perl_vendorlib}/XML/
48%{_mandir}/man3/XML::RegExp.3*
49
50
51%changelog
52* Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.04-1
53- new upstream release.
54
55* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.03-8
56- rebuild with perl-5.12.3
57
58* Sat Aug 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.03-7
59- Initial build for Vine Linux
60
61* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-6
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
63
64* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.03-5
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
66
67* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-4
68- Rebuild for perl 5.10 (again)
69
70* Thu Jan 24 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-3
71- rebuild for new perl
72
73* Wed Oct 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 0.03-2.1
74- correct license tag
75- add BR: perl(ExtUtils::MakeMaker)
76
77* Thu Jun 29 2006 Orion Poplawski <orion@cora.nwra.com> - 0.03-2
78- Bump for new perl version (#196668)
79
80* Thu Nov  3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.03-1
81- First Fedora Extras release (#172330).
82
83* Thu Oct 27 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.03-0.1
84- First build (#128879).
Note: See TracBrowser for help on using the repository browser.