source: projects/specs/trunk/p/perl-XML-LibXML-Common/perl-XML-LibXML-Common-vl.spec @ 3153

Revision 3153, 2.4 KB checked in by Takemikaduchi, 13 years ago (diff)

freeglut: add BR and Patch, others: rebuild with perl-5.12.3

Line 
1Name:           perl-XML-LibXML-Common
2Version:        0.13
3Release:        10%{?_dist_release}
4Summary:        XML-LibXML-Common Perl module
5
6Group:          Development/Libraries
7License:        GPL or Artistic
8URL:            http://search.cpan.org/dist/XML-LibXML-Common/
9Source0:        http://www.cpan.org/authors/id/P/PH/PHISH/XML-LibXML-Common-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-root
11
12BuildRequires:  perl >= 2:5.8.0
13BuildRequires:  libxml2-devel >= 2.4.20
14Requires:  perl >= %(eval "`%{__perl} -V:version`"; echo $version)
15
16%description
17%{summary}.
18
19%prep
20%setup -q -n XML-LibXML-Common-%{version}
21
22%build
23CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
24make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
25
26%install
27rm -rf $RPM_BUILD_ROOT
28make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
29find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
30find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
31find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
32chmod -R u+w $RPM_BUILD_ROOT/*
33
34%check || :
35make test
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(-,root,root,-)
42%doc Changes LICENSE README
43%{perl_vendorarch}/XML/
44%{perl_vendorarch}/auto/XML/
45%{_mandir}/man3/*.3*
46
47
48%changelog
49* Sun May 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.13-10
50- rebuild with perl-5.12.3
51
52* Fri May 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.13-9
53- rebuilt with perl-5.10.0-2
54- applied new versioning policy
55
56* Sun Jul 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.13-8vl2
57- changed Group to Development/Languages
58
59* Sun Apr  2 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.13-8vl1
60- rebuilt for Vine Linux
61
62* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.13-8.2.1
63- bump again for double-long bug on ppc(64)
64
65* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 0.13-8.2
66- rebuild for new perl-5.8.8
67
68* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
69- rebuilt for new gcc
70
71* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
72- rebuilt for new gcj
73
74* Mon Apr 25 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.13-8
75- #155911
76- Bring up to date with current Fedora.Extras perl spec template.
77
78* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
79- rebuilt
80
81* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
82- rebuilt
83
84* Fri Feb 27 2004 Chip Turner <cturner@redhat.com> - 0.13-1
85- Specfile autogenerated.
86
Note: See TracBrowser for help on using the repository browser.