1.93 bump
This commit is contained in:
parent
f3cb99358e
commit
969876c85e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ XML-LibXML-1.70.tar.gz
|
|||||||
/XML-LibXML-1.88.tar.gz
|
/XML-LibXML-1.88.tar.gz
|
||||||
/XML-LibXML-1.90.tar.gz
|
/XML-LibXML-1.90.tar.gz
|
||||||
/XML-LibXML-1.92.tar.gz
|
/XML-LibXML-1.92.tar.gz
|
||||||
|
/XML-LibXML-1.93.tar.gz
|
||||||
|
@ -3,7 +3,7 @@ Name: perl-XML-LibXML
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
||||||
# it might not be needed anymore
|
# it might not be needed anymore
|
||||||
# this module is maintained, the other is not
|
# this module is maintained, the other is not
|
||||||
Version: 1.92
|
Version: 1.93
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Perl interface to the libxml2 library
|
Summary: Perl interface to the libxml2 library
|
||||||
@ -43,7 +43,7 @@ BuildRequires: perl(Test::Pod) >= 1.14
|
|||||||
BuildRequires: perl(threads)
|
BuildRequires: perl(threads)
|
||||||
BuildRequires: perl(threads::shared)
|
BuildRequires: perl(threads::shared)
|
||||||
BuildRequires: perl(URI::file)
|
BuildRequires: perl(URI::file)
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
# threads and threads::shared are optional
|
# threads and threads::shared are optional
|
||||||
Provides: perl-XML-LibXML-Common = %{version}
|
Provides: perl-XML-LibXML-Common = %{version}
|
||||||
Obsoletes: perl-XML-LibXML-Common <= 0.13
|
Obsoletes: perl-XML-LibXML-Common <= 0.13
|
||||||
@ -64,15 +64,15 @@ for i in Changes; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL SKIP_SAX_INSTALL=1 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
|
perl Makefile.PL SKIP_SAX_INSTALL=1 INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
|
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} ';' 2>/dev/null
|
find %{buildroot} -type d -depth -exec rmdir {} ';' 2>/dev/null
|
||||||
chmod -R u+w $RPM_BUILD_ROOT/*
|
chmod -R u+w %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifarch ppc64 s390x
|
%ifarch ppc64 s390x
|
||||||
@ -102,6 +102,9 @@ fi
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 27 2012 Petr Šabata <contyk@redhat.com> - 1:1.93-1
|
||||||
|
- 1.93 bumpity, minor bugfix
|
||||||
|
|
||||||
* Thu Feb 23 2012 Petr Pisar <ppisar@redhat.com> - 1:1.92-1
|
* Thu Feb 23 2012 Petr Pisar <ppisar@redhat.com> - 1:1.92-1
|
||||||
- 1.92 bump
|
- 1.92 bump
|
||||||
- Declare all dependencies
|
- Declare all dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user