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

Revision 12121, 2.6 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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