Update, review fixes.
This commit is contained in:
parent
04ddc6b422
commit
e6493f5030
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Name: intltool
|
Name: intltool
|
||||||
Summary: Utility for internationalizing various kinds of data files
|
Summary: Utility for internationalizing various kinds of data files
|
||||||
Version: 0.50.0
|
Version: 0.50.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
#VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk
|
#VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk
|
||||||
@ -14,12 +14,12 @@ BuildArch: noarch
|
|||||||
Requires: patch
|
Requires: patch
|
||||||
# for /usr/share/aclocal
|
# for /usr/share/aclocal
|
||||||
Requires: automake
|
Requires: automake
|
||||||
Requires: gettext-devel
|
Requires: gettext
|
||||||
Obsoletes: xml-i18n-tools
|
#Obsoletes: xml-i18n-tools
|
||||||
Provides: xml-i18n-tools = 0.11
|
#Provides: xml-i18n-tools = 0.11
|
||||||
Requires: perl(XML::Parser)
|
Requires: perl(XML::Parser)
|
||||||
BuildRequires: perl(XML::Parser)
|
BuildRequires: perl(XML::Parser)
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext-devel
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
|
# http://bugzilla.gnome.org/show_bug.cgi?id=568845
|
||||||
# Dropping this patch per the last comment on that thread:
|
# 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,
|
# 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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
@ -56,6 +59,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user