Clean up previous change and fix Requires/BuildRequires (#225902)
This commit is contained in:
parent
e275dfa4df
commit
b813c08aef
@ -4,7 +4,7 @@
|
||||
Name: intltool
|
||||
Summary: Utility for internationalizing various kinds of data files
|
||||
Version: 0.50.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2 with exceptions
|
||||
Group: Development/Tools
|
||||
#VCS: bzr:https://code.edge.launchpad.net/~intltool/intltool/trunk
|
||||
@ -14,12 +14,10 @@ BuildArch: noarch
|
||||
Requires: patch
|
||||
# for /usr/share/aclocal
|
||||
Requires: automake
|
||||
Requires: gettext
|
||||
#Obsoletes: xml-i18n-tools
|
||||
#Provides: xml-i18n-tools = 0.11
|
||||
Requires: gettext-devel
|
||||
Requires: perl(XML::Parser)
|
||||
BuildRequires: perl(XML::Parser)
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: gettext
|
||||
# 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,
|
||||
@ -40,18 +38,12 @@ them in the po files.
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_bindir}/*
|
||||
%{_datadir}/intltool
|
||||
@ -59,6 +51,9 @@ make check
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%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
|
||||
- Latest stable release.
|
||||
- Merge review BZ 225902 fixes:
|
||||
|
Loading…
Reference in New Issue
Block a user