|
|
@ -1,9 +1,9 @@
|
|
|
|
%global gitTag QPACKAGEKIT_0_8_9
|
|
|
|
%global gitTag master
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Qt support library for PackageKit
|
|
|
|
Summary: Qt support library for PackageKit
|
|
|
|
Name: PackageKit-Qt
|
|
|
|
Name: PackageKit-Qt
|
|
|
|
Version: 0.8.9
|
|
|
|
Version: 0.9.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 0.1.20140408git%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: http://www.packagekit.org/
|
|
|
|
URL: http://www.packagekit.org/
|
|
|
@ -12,7 +12,6 @@ URL: http://www.packagekit.org/
|
|
|
|
# of specific commits or tags
|
|
|
|
# of specific commits or tags
|
|
|
|
Source0: https://gitorious.org/packagekit/packagekit-qt/archive/%{gitTag}.tar.gz
|
|
|
|
Source0: https://gitorious.org/packagekit/packagekit-qt/archive/%{gitTag}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
# Re-add file removed in upstream
|
|
|
|
|
|
|
|
Patch0: packagekit-qt-add-missing-config-file.patch
|
|
|
|
Patch0: packagekit-qt-add-missing-config-file.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
BuildRequires: cmake
|
|
|
@ -64,19 +63,22 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc AUTHORS NEWS COPYING
|
|
|
|
%doc AUTHORS NEWS COPYING
|
|
|
|
%{_libdir}/libpackagekit-qt2.so.%{version}
|
|
|
|
%{_libdir}/libpackagekitqt4.so.%{version}
|
|
|
|
%{_libdir}/libpackagekit-qt2.so.6*
|
|
|
|
%{_libdir}/libpackagekitqt4.so.0
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/libpackagekit-qt2.so
|
|
|
|
%{_libdir}/libpackagekitqt4.so
|
|
|
|
%{_libdir}/pkgconfig/packagekit-qt2.pc
|
|
|
|
%{_libdir}/pkgconfig/packagekitqt4.pc
|
|
|
|
%dir %{_includedir}/PackageKit
|
|
|
|
%dir %{_includedir}/PackageKit
|
|
|
|
%{_includedir}/PackageKit/packagekit-qt2/
|
|
|
|
%{_includedir}/PackageKit/packagekitqt4/
|
|
|
|
%dir %{_libdir}/cmake
|
|
|
|
%dir %{_libdir}/cmake
|
|
|
|
%{_libdir}/cmake/packagekit-qt2/
|
|
|
|
%{_libdir}/cmake/packagekitqt4/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 08 2014 Daniel Vrátil <dvratil@redhat.com> - 0.9.0-1
|
|
|
|
|
|
|
|
- Update to 0.9.0 git snapshot, 0.8.x does not build against PackageKit 0.9.0 which is in rawhide
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 08 2014 Daniel Vrátil <dvratil@redhat.com> - 0.8.9-1
|
|
|
|
* Tue Apr 08 2014 Daniel Vrátil <dvratil@redhat.com> - 0.8.9-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|