Ensure the moc files are re-generated by manually deleting them.

This commit is contained in:
Richard Hughes 2011-08-02 11:10:15 +01:00
parent 1cec2c22dc
commit 732dcf005b

View File

@ -3,7 +3,7 @@
Summary: Package management service
Name: PackageKit
Version: 0.6.17
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv2+ and LGPLv2+
URL: http://www.packagekit.org
Source0: http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
@ -262,10 +262,12 @@ user to restart the computer or remove and re-insert the device.
%endif
--with-default-backend=yum,zif \
--disable-local \
--disable-ruck \
--disable-strict \
--disable-tests
rm lib/packagekit-qt/src/*.moc
rm lib/packagekit-qt2/*.moc
make %{?_smp_mflags}
%install
@ -464,6 +466,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_includedir}/PackageKit/backend/*.h
%changelog
* Tue Aug 02 2011 Richard Hughes <rhughes@redhat.com> - 0.6.17-2
- Ensure the moc files are re-generated by manually deleting them.
* Mon Aug 01 2011 Richard Hughes <rhughes@redhat.com> - 0.6.17-1
- New upstream release.
- Manually convert the results of GetDetails to unicode.