|
|
|
@ -1,17 +1,21 @@
|
|
|
|
|
%global gitTag 396cb8e4ed03ef9352e0e0e8ff941355df877405
|
|
|
|
|
%global gitshort 396cb8e4
|
|
|
|
|
#global gitTag 396cb8e4ed03ef9352e0e0e8ff941355df877405
|
|
|
|
|
#global gitshort 396cb8e4
|
|
|
|
|
|
|
|
|
|
Summary: Qt support library for PackageKit
|
|
|
|
|
Name: PackageKit-Qt
|
|
|
|
|
Version: 0.9.0
|
|
|
|
|
Release: 0.3.20140424git%{gitshort}%{?dist}
|
|
|
|
|
Version: 0.9.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.packagekit.org/
|
|
|
|
|
|
|
|
|
|
%if 0%{?gitTag:1}
|
|
|
|
|
# Gitorious does not provide final tarballs, but allows downloading gzipp'ed snapshots
|
|
|
|
|
# of specific commits or tags
|
|
|
|
|
Source0: https://gitorious.org/packagekit/packagekit-qt/archive/%{gitTag}.tar.gz
|
|
|
|
|
%else
|
|
|
|
|
Source0: http://www.freedesktop.org/software/PackageKit/releases/PackageKit-Qt-%{version}.tar.xz
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: pkgconfig(QtDBus) pkgconfig(QtSql)
|
|
|
|
@ -38,7 +42,7 @@ Development headers and libraries for PackageKit-Qt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n packagekit-packagekit-qt
|
|
|
|
|
%setup -q %{?gitTag:-n packagekit-packagekit-qt}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -74,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 29 2014 Rex Dieter <rdieter@fedoraproject.org> 0.9.2-1
|
|
|
|
|
- 0.9.2 release
|
|
|
|
|
|
|
|
|
|
* Sat Apr 26 2014 Rex Dieter <rdieter@fedoraproject.org> 0.9.0-0.3.20140424git
|
|
|
|
|
- 20140424 snapshot
|
|
|
|
|
|
|
|
|
|