Clean up previous change and fix Requires/BuildRequires (#225902)

This commit is contained in:
Kalev Lember 2012-04-16 22:43:51 +03:00
parent e275dfa4df
commit b813c08aef

View File

@ -4,7 +4,7 @@
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.2 Version: 0.50.2
Release: 1%{?dist} Release: 2%{?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,10 @@ BuildArch: noarch
Requires: patch Requires: patch
# for /usr/share/aclocal # for /usr/share/aclocal
Requires: automake Requires: automake
Requires: gettext Requires: gettext-devel
#Obsoletes: xml-i18n-tools
#Provides: xml-i18n-tools = 0.11
Requires: perl(XML::Parser) Requires: perl(XML::Parser)
BuildRequires: perl(XML::Parser) BuildRequires: perl(XML::Parser)
BuildRequires: gettext-devel BuildRequires: gettext
# 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,
@ -40,18 +38,12 @@ them in the po files.
make make
%install %install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%check %check
make check make check
%files %files
%defattr(-,root,root)
%doc AUTHORS COPYING README %doc AUTHORS COPYING README
%{_bindir}/* %{_bindir}/*
%{_datadir}/intltool %{_datadir}/intltool
@ -59,6 +51,9 @@ make check
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 0.50.2-2
- Clean up previous change and fix Requires/BuildRequires (#225902)
* Fri Apr 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.50.2-1 * Fri Apr 06 2012 Jon Ciesla <limburgher@gmail.com> - 0.50.2-1
- Latest stable release. - Latest stable release.
- Merge review BZ 225902 fixes: - Merge review BZ 225902 fixes: