Update, review fixes.

This commit is contained in:
Jon Ciesla 2012-04-06 07:14:27 -05:00
parent 04ddc6b422
commit e6493f5030

View File

@ -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@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@lists.fedoraproject.org> - 0.50.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild