source: projects/specs/trunk/p/perl-XML-LibXSLT/perl-XML-LibXSLT-vl.spec @ 1566

Revision 1566, 4.8 KB checked in by munepi, 14 years ago (diff)

NEW: latexml, perl-Parse-RecDescent?, perl-XML-LibXSLT; update: perl-XML-LibXML

Line 
1%{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)}
2
3Name:           perl-XML-LibXSLT
4
5# NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
6Version:        1.70
7Release:        1%{?_dist_release}
8
9Summary:        Perl module for interfacing to GNOME's libxslt
10
11#'
12
13Group:          Development/Libraries
14License:        GPL+ or Artistic
15URL:            http://search.cpan.org/dist/XML-LibXSLT/
16Source0:        http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-%{version}.tar.gz
17BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
18BuildRequires:  perl(ExtUtils::MakeMaker)
19BuildRequires:  libxslt-devel >= 1.1.18, gdbm-devel
20Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
21
22# the package shares code with perl-XML-LibXML, we have to require a compatible version
23# see https://bugzilla.redhat.com/show_bug.cgi?id=469480
24# for testing is needed the same version of XML::LibXML
25BuildRequires:  perl(XML::LibXML) >= 1.70
26Requires:       perl(XML::LibXML) >= 1.70
27
28Distribution:   Vine
29Vendor:         Project Vine
30Packager:       munepi
31
32%description
33This module is a fast XSLT library, based on the Gnome libxslt engine
34that you can find at http://www.xmlsoft.org/XSLT/
35
36%prep
37%setup -q -n XML-LibXSLT-%{version}
38
39%build
40%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
41%__make %{?_smp_mflags}
42
43%install
44%__rm -rf $RPM_BUILD_ROOT
45%__make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
46find $RPM_BUILD_ROOT -type f -name .packlist -exec %__rm -f {} ';'
47find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec %__rm -f {} ';'
48find $RPM_BUILD_ROOT -type d -depth -exec %__rmdir {} 2>/dev/null ';'
49%__chmod -R u+w $RPM_BUILD_ROOT/*
50
51%check
52%__make test
53
54%clean
55%__rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(-,root,root,-)
59%doc Changes README benchmark.pl example
60%{perl_vendorarch}/auto/*
61%{perl_vendorarch}/XML
62%exclude %{perl_vendorarch}/XML/benchmark.pl
63%{_mandir}/man3/*.3*
64
65%changelog
66* Thu Aug 12 2010 Munehiro Yamamoto <munepi@vinelinux.org> - 1.70-1
67- initial build
68
69* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.70-4
70- Mass rebuild with perl-5.12.0
71
72* Thu Mar 11 2010 Paul Howarth <paul@city-fan.org> - 1.70-3
73- rebuild for new gdbm
74
75* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.70-2
76- rebuild against perl 5.10.1
77
78* Fri Nov 20 2009 Marcela Mašláňová <mmaslano@redhat.com> - 1:1.70-1
79- update to fix 539102
80
81* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.68-4
82- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
83
84* Wed Mar 18 2009 Stepan Kasal <skasal@redhat.com> - 1.68-3
85- patch to fix a refcounting bug leading to segfaults (#490781)
86
87* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.68-2
88- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
89
90* Sat Dec 20 2008 Paul Howarth <paul@city-fan.org> - 1.68-1
91- update to 1.68
92- relax hard version requirement on XML::LibXML, which is at 1.69 upstream
93  but 1.67 or above will suffice (care will still have to be taken to keep
94  the packages in sync, particularly when XML::LibXML is updated)
95- specify $RPM_OPT_FLAGS once rather than twice
96- drop historical perl version requirement, which is met even by EL-3
97- explicitly buildreq ExtUtils::MakeMaker rather than just perl-devel
98
99* Mon Nov  3 2008 Stepan Kasal <skasal@redhat.com> - 1.66-2
100- require XML::LibXML of the same version
101
102* Fri Aug  8 2008 Zing <zing@fastmail.fm> - 1.66-1
103- update to 1.66
104
105* Sat May 31 2008 Zing <zing@fastmail.fm> - 1.63-6
106- rpm check stage barfs on || :
107
108* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.63-5
109- rebuild for new perl (again)
110
111* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.63-4
112- Autorebuild for GCC 4.3
113
114* Fri Feb  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.63-3
115- rebuild for new perl
116
117* Sat Jan 19 2008 Zing <zing@fastmail.fm> - 1.63-2
118- build requires gdbm-devel
119
120* Fri Jan 18 2008 Zing <zing@fastmail.fm> - 1.63-1
121- update to 1.63
122
123* Sat Aug 11 2007 Zing <zing@fastmail.fm> - 1.62-2
124- require perl-devel
125
126* Tue Aug  7 2007 Zing <zing@fastmail.fm> - 1.62-1
127- update to 1.62
128- Conform to Fedora Licensing Guideline
129
130* Fri Sep  8 2006 Zing <zing@fastmail.fm> - 1.58-3
131- rebuild for FE6
132
133* Tue Feb 14 2006 Zing <shishz@hotpop.com> - 1.58-2
134- rebuild for FE5
135
136* Wed Aug 17 2005 Zing <shishz@hotpop.com> - 1.58-1
137- new upstream
138- use dist macro
139
140* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
141- rebuilt
142
143* Sat Mar  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.57-3
144- Drop pre-FC2 LD_RUN_PATH hack.
145- Install benchmark.pl only as %%doc.
146
147* Fri Feb 26 2005 Zing <shishz@hotpop.com> - 1.57-2
148- QA from Ville Skyttä
149-       BuildRequires XML::LibXML >= 1.57
150-       BuildRequires libxslt-devel
151-       put benchmark.pl in %%doc
152
153* Fri Feb 25 2005 Zing <shishz@hotpop.com> - 1.57-1
154- First build.
155
Note: See TracBrowser for help on using the repository browser.