[intltool] Update, review fixes.

Jon Ciesla limb at fedoraproject.org
Fri Apr 6 12:15:13 UTC 2012


commit e6493f503005cc55d69e010d86c93ec4eee3dda4
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Apr 6 07:14:27 2012 -0500

    Update, review fixes.

 intltool.spec |   22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)
---
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 <limburgher at gmail.com> - 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 <rel-eng at lists.fedoraproject.org> - 0.50.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list