diff --git a/intltool.spec b/intltool.spec index 91ca0b9..c7876b3 100644 --- a/intltool.spec +++ b/intltool.spec @@ -3,8 +3,8 @@ Name: intltool Summary: Utility for internationalizing various kinds of data files -Version: 0.50.0 -Release: 2%{?dist} +Version: 0.50.2 +Release: 1%{?dist} License: GPLv2 with exceptions Group: Development/Tools #VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk @@ -14,12 +14,12 @@ BuildArch: noarch Requires: patch # for /usr/share/aclocal Requires: automake -Requires: gettext-devel -Obsoletes: xml-i18n-tools -Provides: xml-i18n-tools = 0.11 +Requires: gettext +#Obsoletes: xml-i18n-tools +#Provides: xml-i18n-tools = 0.11 Requires: perl(XML::Parser) BuildRequires: perl(XML::Parser) -BuildRequires: gettext +BuildRequires: gettext-devel # http://bugzilla.gnome.org/show_bug.cgi?id=568845 # Dropping this patch per the last comment on that thread: # Martin Pitt: As the reporter of the bug I close this, as the new API du jour is gsettings, @@ -47,6 +47,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT +%check +make check + %files %defattr(-,root,root) %doc AUTHORS COPYING README @@ -56,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/* %changelog +* Fri Apr 06 2012 Jon Ciesla - 0.50.2-1 +- Latest stable release. +- Merge review BZ 225902 fixes: +- Removed Obsoletes/Provides for xml-i18n-tools. +- Swapped gettext/gettext-devel Requires, BuildRequires. +- Added %%check section. + * Fri Jan 13 2012 Fedora Release Engineering - 0.50.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild