Normalize package version to dotted decimal format
This commit is contained in:
parent
db2f0cffe9
commit
4151760031
@ -1,8 +1,8 @@
|
||||
%global cpan_version 0.2304
|
||||
Name: perl-File-Temp
|
||||
# Keep 2-digit version to align with future versions
|
||||
Version: %(echo '%{cpan_version}' | sed 's/\(\...\)\(.\)/\1.\2/')
|
||||
Release: 365%{?dist}
|
||||
# Normalized version, compete with perl.spec
|
||||
Version: 0.230.400
|
||||
Release: 1%{?dist}
|
||||
Summary: Return name and handle of a temporary file safely
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -80,6 +80,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 19 2017 Petr Pisar <ppisar@redhat.com> - 0.230.400-1
|
||||
- Normalize package version to dotted decimal format
|
||||
|
||||
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.23.04-365
|
||||
- Increase release to favour standalone package
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user