|
|
@ -3,7 +3,7 @@
|
|
|
|
# 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://fedoraproject.org/wiki/Packaging:NamingGuidelines#Post-Release_packages
|
|
|
|
%global posttag nmu2
|
|
|
|
%global posttag nmu3
|
|
|
|
%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,13 +14,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: po-debconf
|
|
|
|
Name: po-debconf
|
|
|
|
Version: 1.0.16
|
|
|
|
Version: 1.0.16
|
|
|
|
Release: 7%{release_posttag}%{?dist}
|
|
|
|
Release: 8%{release_posttag}%{?dist}
|
|
|
|
Summary: Tool for managing templates file translations with gettext
|
|
|
|
Summary: Tool for managing templates file translations with gettext
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Tools
|
|
|
|
Group: Development/Tools
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://packages.debian.org/sid/po-debconf
|
|
|
|
URL: http://packages.debian.org/sid/po-debconf
|
|
|
|
Source0: http://ftp.de.debian.org/debian/pool/main/p/%{name}/%{name}_%{version}%{tarball_posttag}.tar.gz
|
|
|
|
Source0: http://ftp.de.debian.org/debian/pool/main/p/%{name}/%{name}_%{version}%{tarball_posttag}.tar.xz
|
|
|
|
Patch0: po-debconf-1.0.16-fix-prefix.patch
|
|
|
|
Patch0: po-debconf-1.0.16-fix-prefix.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -111,6 +111,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jan 26 2017 Sérgio Basto <sergio@serjux.com> - 1.0.16-8.nmu3
|
|
|
|
|
|
|
|
- Update to 1.0.16+nmu3 (same version currently in Debian/stable)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 15 2016 Oron Peled <oron@actcom.co.il> - 1.0.16-7.nmu2
|
|
|
|
* Mon Feb 15 2016 Oron Peled <oron@actcom.co.il> - 1.0.16-7.nmu2
|
|
|
|
- Fix FTBFS in rawhide - bug #1307868
|
|
|
|
- Fix FTBFS in rawhide - bug #1307868
|
|
|
|
- Fixed build dependency
|
|
|
|
- Fixed build dependency
|
|
|
|