2.0124 bump
This commit is contained in:
parent
1426ca926f
commit
9a6f4aed55
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ XML-LibXML-1.70.tar.gz
|
||||
/XML-LibXML-2.0121.tar.gz
|
||||
/XML-LibXML-2.0122.tar.gz
|
||||
/XML-LibXML-2.0123.tar.gz
|
||||
/XML-LibXML-2.0124.tar.gz
|
||||
|
@ -7,8 +7,8 @@ Name: perl-XML-LibXML
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=469480
|
||||
# it might not be needed anymore
|
||||
# this module is maintained, the other is not
|
||||
Version: 2.0123
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0124
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Perl interface to the libxml2 library
|
||||
Group: Development/Libraries
|
||||
@ -100,8 +100,8 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
chmod -R u+w %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -122,7 +122,6 @@ if [ $1 -eq 0 ] ; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc Changes HACKING.txt README TODO
|
||||
%{perl_vendorarch}/auto/XML
|
||||
@ -130,6 +129,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 29 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.0124-1
|
||||
- 2.0124 bump
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.0123-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user