diff --git a/.gitignore b/.gitignore index 241e398..9f791d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/PackageKit-Qt-0.8.8.tar.xz -/396cb8e4ed03ef9352e0e0e8ff941355df877405.tar.gz +/PackageKit-Qt-0.9.2.tar.xz diff --git a/PackageKit-Qt.spec b/PackageKit-Qt.spec index 8255d31..4fa3fb3 100644 --- a/PackageKit-Qt.spec +++ b/PackageKit-Qt.spec @@ -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 0.9.2-1 +- 0.9.2 release + * Sat Apr 26 2014 Rex Dieter 0.9.0-0.3.20140424git - 20140424 snapshot diff --git a/sources b/sources index 5ebddce..d7e8cdf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bc530692bb85cf68c45b7dea996ae3d 396cb8e4ed03ef9352e0e0e8ff941355df877405.tar.gz +f5bf1c1df4b879f8d2287324af3fa4ff PackageKit-Qt-0.9.2.tar.xz