2.83 bump
This commit is contained in:
parent
678b17c3c6
commit
d5140be41d
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
|||||||
/Encode-2.79.tar.gz
|
/Encode-2.79.tar.gz
|
||||||
/Encode-2.80.tar.gz
|
/Encode-2.80.tar.gz
|
||||||
/Encode-2.82.tar.gz
|
/Encode-2.82.tar.gz
|
||||||
|
/Encode-2.83.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Because encoding sub-package has independent version, version macro gets
|
# Because encoding sub-package has independent version, version macro gets
|
||||||
# redefined.
|
# redefined.
|
||||||
%global cpan_version 2.82
|
%global cpan_version 2.83
|
||||||
Name: perl-Encode
|
Name: perl-Encode
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: %{cpan_version}
|
Version: %{cpan_version}
|
||||||
@ -8,7 +8,7 @@ Version: %{cpan_version}
|
|||||||
# perl-encoding sub-package has independent version which does not change
|
# perl-encoding sub-package has independent version which does not change
|
||||||
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
# often and consecutive builds would clash on perl-encoding NEVRA. This is the
|
||||||
# same case as in perl.spec.
|
# same case as in perl.spec.
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Character encodings in Perl
|
Summary: Character encodings in Perl
|
||||||
# ucm: UCD
|
# ucm: UCD
|
||||||
# other files: GPL+ or Artistic
|
# other files: GPL+ or Artistic
|
||||||
@ -134,8 +134,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
||||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -166,6 +166,9 @@ make test
|
|||||||
%{perl_vendorarch}/Encode/encode.h
|
%{perl_vendorarch}/Encode/encode.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 24 2016 Petr Pisar <ppisar@redhat.com> - 3:2.83-7
|
||||||
|
- 2.83 bump
|
||||||
|
|
||||||
* Tue Feb 09 2016 Petr Pisar <ppisar@redhat.com> - 3:2.82-6
|
* Tue Feb 09 2016 Petr Pisar <ppisar@redhat.com> - 3:2.82-6
|
||||||
- 2.82 bump
|
- 2.82 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user