0.9.2 release

epel9
Rex Dieter 11 years ago
parent 6cb9259ef7
commit 6d8f8e2151

3
.gitignore vendored

@ -1,2 +1 @@
/PackageKit-Qt-0.8.8.tar.xz
/396cb8e4ed03ef9352e0e0e8ff941355df877405.tar.gz
/PackageKit-Qt-0.9.2.tar.xz

@ -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

@ -1 +1 @@
1bc530692bb85cf68c45b7dea996ae3d 396cb8e4ed03ef9352e0e0e8ff941355df877405.tar.gz
f5bf1c1df4b879f8d2287324af3fa4ff PackageKit-Qt-0.9.2.tar.xz

Loading…
Cancel
Save