3.38 bump
This commit is contained in:
parent
3223b5c660
commit
200adf1644
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/Locale-Codes-3.35.tar.gz
|
||||
/Locale-Codes-3.36.tar.gz
|
||||
/Locale-Codes-3.37.tar.gz
|
||||
/Locale-Codes-3.38.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-Locale-Codes
|
||||
Version: 3.37
|
||||
Release: 2%{?dist}
|
||||
Version: 3.38
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution of modules to handle locale codes
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -46,7 +46,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -59,6 +59,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 03 2016 Petr Pisar <ppisar@redhat.com> - 3.38-1
|
||||
- 3.38 bump
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.37-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user