|
|
@ -2,8 +2,8 @@
|
|
|
|
# Handle Debian +nmu<n> version suffixes
|
|
|
|
# Handle Debian +nmu<n> version suffixes
|
|
|
|
# As they are non-numeric we move them to the release part
|
|
|
|
# As they are non-numeric we move them to the release part
|
|
|
|
# Per Fedora policy:
|
|
|
|
# Per Fedora policy:
|
|
|
|
# https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Post-Release_packages
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Versioning/#_release_and_post_release_versions
|
|
|
|
#global posttag nmu3
|
|
|
|
%global posttag nmu1
|
|
|
|
%global release_posttag %{?posttag:.%{posttag}}
|
|
|
|
%global release_posttag %{?posttag:.%{posttag}}
|
|
|
|
%global tarball_posttag %{?posttag:+%{posttag}}
|
|
|
|
%global tarball_posttag %{?posttag:+%{posttag}}
|
|
|
|
%global debian_fqn %{name}_%{version}%{tarball_posttag}
|
|
|
|
%global debian_fqn %{name}_%{version}%{tarball_posttag}
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: po-debconf
|
|
|
|
Name: po-debconf
|
|
|
|
Version: 1.0.21
|
|
|
|
Version: 1.0.21
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{release_posttag}%{?dist}
|
|
|
|
Summary: Tool for managing templates file translations with gettext
|
|
|
|
Summary: Tool for managing templates file translations with gettext
|
|
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
@ -112,6 +112,9 @@ ln -s ../bin %{buildroot}%{_datadir}/intltool-debian
|
|
|
|
%{_datadir}/intltool-debian
|
|
|
|
%{_datadir}/intltool-debian
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 16 2021 Sérgio Basto <sergio@serjux.com> - 1.0.21-6.nmu1
|
|
|
|
|
|
|
|
- Update to 1.0.21+nmu1 (#1911559)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.21-5
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.21-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|