Blame telepathy-qt.spec

Rex Dieter a452cd6
Rex Dieter a452cd6
%if 0%{?build_from_snapshot}
Rex Dieter a452cd6
%global snap 20140403
Rex Dieter a452cd6
%global git_commit 0191a6ddf0c094d9ae61b9ee48f1b282e13a9ef2
Rex Dieter a452cd6
%global git_hash   0191a6dd
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter 8743a2a
%if 0%{?fedora} > 20
Rex Dieter a452cd6
%global farstream 1
Rex Dieter 8743a2a
%endif
Rex Dieter c0bdaa6
%global qt4 1
Rex Dieter a452cd6
%global qt5 1
Rex Dieter a452cd6
Rex Dieter a452cd6
## unit tests
Rex Dieter c0bdaa6
%global enable_tests 1
Rex Dieter a452cd6
Rex Dieter a452cd6
Name:    telepathy-qt
Rex Dieter c0bdaa6
Version: 0.9.7
d25f41b
Release: 5%{?dist}
Rex Dieter a452cd6
Summary: High-level bindings for Telepathy
Rex Dieter a452cd6
Rex Dieter a452cd6
License: LGPLv2+
Rex Dieter a452cd6
URL:     http://telepathy.freedesktop.org/doc/telepathy-qt/
Rex Dieter a452cd6
%if 0%{?snap:1}
Rex Dieter a452cd6
# git clone http://anongit.freedesktop.org/git/telepathy/telepathy-qt.git; cd telepathy-qt
Rex Dieter a452cd6
# git archive --prefix=telepathy-qt-0.9.3.1/ 0191a6ddf0c094d9ae61b9ee48f1b282e13a9ef2 | gzip -9 >
Rex Dieter a452cd6
Source0: telepathy-qt-%{version}-%{git_hash}.tar.gz
Rex Dieter a452cd6
%else
Rex Dieter a452cd6
Source0: http://telepathy.freedesktop.org/releases/telepathy-qt/telepathy-qt-%{version}.tar.gz
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
## upstreamable patches
Rex Dieter a452cd6
Rex Dieter a452cd6
## upstream patches
Rex Dieter c0bdaa6
Patch1: 0001-FindQt5.cmake-look-in-the-correct-pkg-config-file-fo.patch
Rex Dieter c0bdaa6
Patch2: 0002-FindQt5.cmake-remove-hardcoded-fPIC-flag.patch
Rex Dieter c0bdaa6
Patch3: 0003-CMakeLists.txt-require-python-2.7.patch
Rex Dieter c0bdaa6
Patch4: 0004-Adapt-the-client-registrar-to-the-new-thread-based-i.patch
Rex Dieter bc98d62
Patch5: 0005-Revert-cmake-telepathy-service-does-not-depend-on-te.patch
Rex Dieter a452cd6
Rex Dieter a452cd6
BuildRequires: cmake
Rex Dieter c0bdaa6
BuildRequires: dbus-python, python2-devel >= 2.7
Rex Dieter a452cd6
BuildRequires: doxygen
Rex Dieter a452cd6
%if 0%{?farstream}
Rex Dieter a452cd6
BuildRequires: pkgconfig(gstreamer-1.0)
Rex Dieter a452cd6
BuildRequires: pkgconfig(farstream-0.2)
Rex Dieter a452cd6
BuildRequires: pkgconfig(telepathy-farstream) >= 0.6
Rex Dieter a452cd6
BuildRequires: pkgconfig(telepathy-glib) >= 0.18
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter c0bdaa6
%if 0%{?enable_tests}
Rex Dieter a452cd6
BuildRequires: pkgconfig(gio-2.0)
Rex Dieter a452cd6
BuildRequires: pkgconfig(telepathy-glib) >= 0.18
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
Requires: telepathy-mission-control
Rex Dieter a452cd6
Rex Dieter a452cd6
%description
Rex Dieter a452cd6
Telepathy-qt are high level bindings for Telepathy and provides both
Rex Dieter a452cd6
the low level 1:1 auto generated API, and a high-level API build
Rex Dieter a452cd6
on top of that, in the same library.
Rex Dieter a452cd6
Rex Dieter c0bdaa6
%if 0%{?qt4}
Rex Dieter a452cd6
%package -n telepathy-qt4
Rex Dieter a452cd6
Summary: High-level Qt4 bindings for Telepathy
Rex Dieter c0bdaa6
BuildRequires: pkgconfig(QtDBus) pkgconfig(QtNetwork) pkgconfig(QtXml)
Rex Dieter c0bdaa6
Obsoletes: telepathy-qt4-farsight < 0.9.3
Rex Dieter c0bdaa6
Obsoletes: telepathy-qt4-farstream < 0.9.7
Rex Dieter a452cd6
Requires: telepathy-mission-control
Rex Dieter a452cd6
%description -n telepathy-qt4
Rex Dieter a452cd6
Telepathy-qt4 are high level bindings for Telepathy and provides both
Rex Dieter a452cd6
the low level 1:1 auto generated API, and a high-level API build
Rex Dieter a452cd6
on top of that, in the same library.
Rex Dieter a452cd6
Rex Dieter a452cd6
%package -n telepathy-qt4-devel
Rex Dieter a452cd6
Summary: Development files for telepathy-qt4
Rex Dieter a452cd6
Provides: telepathy-qt-devel = %{version}-%{release}
Rex Dieter a452cd6
Requires: telepathy-qt4%{?_isa} = %{version}-%{release}
Rex Dieter a452cd6
Requires: telepathy-filesystem
Rex Dieter a452cd6
Obsoletes: telepathy-qt4-farstream-devel < 0.9.1-2
Rex Dieter a452cd6
%description -n telepathy-qt4-devel
Rex Dieter a452cd6
%{summary}.
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
%if 0%{?qt5}
Rex Dieter a452cd6
%package -n telepathy-qt5
Rex Dieter a452cd6
Summary: High-level Qt5 bindings for Telepathy
Rex Dieter a452cd6
BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Network) pkgconfig(Qt5Xml)
Rex Dieter a452cd6
Requires: telepathy-mission-control
Rex Dieter a452cd6
%description -n telepathy-qt5
Rex Dieter a452cd6
Telepathy-qt5 are high level bindings for Telepathy and provides both
Rex Dieter a452cd6
the low level 1:1 auto generated API, and a high-level API build
Rex Dieter a452cd6
on top of that, in the same library.
Rex Dieter a452cd6
Rex Dieter a452cd6
%package -n telepathy-qt5-devel
Rex Dieter a452cd6
Summary: Development files for telepathy-qt5
Rex Dieter a452cd6
Requires: telepathy-qt5%{?_isa} = %{version}-%{release}
Rex Dieter a452cd6
Requires: telepathy-filesystem
Rex Dieter a452cd6
%if 0%{?farstream}
Rex Dieter a452cd6
Requires: telepathy-qt5-farstream%{?_isa} = %{version}-%{release}
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
%description -n telepathy-qt5-devel
Rex Dieter a452cd6
%{summary}.
Rex Dieter a452cd6
Rex Dieter a452cd6
%if 0%{?farstream}
Rex Dieter a452cd6
%package -n telepathy-qt5-farstream
Rex Dieter a452cd6
Summary: Farstream telepathy-qt5 bindings
Rex Dieter a452cd6
Requires: telepathy-qt5%{?_isa} = %{version}-%{release}
Rex Dieter a452cd6
%description -n telepathy-qt5-farstream
Rex Dieter a452cd6
%{summary}.
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
Rex Dieter a452cd6
%prep
Rex Dieter 2a6a8c0
%autosetup -n telepathy-qt-%{version} -p1
Rex Dieter fda19c0
Rex Dieter a452cd6
Rex Dieter a452cd6
%build
Rex Dieter c0bdaa6
%if 0%{?qt4}
e062189
mkdir %{_target_platform}
e062189
pushd %{_target_platform}
2611dfa
%{cmake} .. \
Rex Dieter a452cd6
  -DCMAKE_BUILD_TYPE:STRING=release \
2611dfa
  -DDESIRED_QT_VERSION=4 \
Rex Dieter a452cd6
  -DDISABLE_WERROR:BOOL=ON \
Rex Dieter c0bdaa6
  -DENABLE_TESTS:BOOL=OFF \
Rex Dieter c0bdaa6
  -DENABLE_FARSTREAM:BOOL=OFF
Rex Dieter a452cd6
popd
Rex Dieter a452cd6
Rex Dieter a452cd6
make %{?_smp_mflags} -C %{_target_platform}
Rex Dieter c0bdaa6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
%if 0%{?qt5}
e062189
mkdir %{_target_platform}-qt5
e062189
pushd %{_target_platform}-qt5
2611dfa
%{cmake} .. \
Rex Dieter a452cd6
  -DCMAKE_BUILD_TYPE:STRING=release \
2611dfa
  -DDESIRED_QT_VERSION=5 \
Rex Dieter a452cd6
  -DDISABLE_WERROR:BOOL=ON \
Rex Dieter c0bdaa6
  -DENABLE_TESTS:BOOL=%{?enable_tests:ON}%{!?enable_tests:OFF} \
Rex Dieter a452cd6
  %{?farstream:-DENABLE_FARSTREAM:BOOL=ON} \
2611dfa
  %{!?farstream:-DENABLE_FARSTREAM:BOOL=OFF}
Rex Dieter a452cd6
popd
Rex Dieter a452cd6
Rex Dieter a452cd6
make %{?_smp_mflags} -C %{_target_platform}-qt5
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
Rex Dieter a452cd6
%install
Rex Dieter a452cd6
%if 0%{?qt5}
Rex Dieter a452cd6
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}-qt5
Rex Dieter a452cd6
%endif
Rex Dieter c0bdaa6
%if 0%{?qt4}
Rex Dieter a452cd6
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
Rex Dieter c0bdaa6
%endif
Rex Dieter c0bdaa6
Rex Dieter c0bdaa6
Rex Dieter c0bdaa6
%check
Rex Dieter c0bdaa6
%if 0%{?enable_tests} && 0%{?qt5}
Rex Dieter c0bdaa6
export CTEST_OUTPUT_ON_FAILURE=1
Rex Dieter c0bdaa6
make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform}-qt5 ||:
Rex Dieter c0bdaa6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
Rex Dieter c0bdaa6
%if 0%{?qt4}
Rex Dieter a452cd6
%post -n telepathy-qt4 -p /sbin/ldconfig
Rex Dieter a452cd6
%postun -n telepathy-qt4 -p /sbin/ldconfig
Rex Dieter a452cd6
Rex Dieter a452cd6
%files -n telepathy-qt4
Rex Dieter c0bdaa6
%doc AUTHORS NEWS README ChangeLog
Rex Dieter c0bdaa6
%license COPYING
Rex Dieter a452cd6
%{_libdir}/libtelepathy-qt4.so.2*
Rex Dieter c0bdaa6
%{_libdir}/libtelepathy-qt4-service.so.*
Rex Dieter a452cd6
Rex Dieter a452cd6
%files -n telepathy-qt4-devel
Rex Dieter a452cd6
%doc HACKING
Rex Dieter a452cd6
%dir %{_includedir}/telepathy-qt4/
Rex Dieter a452cd6
%{_includedir}/telepathy-qt4/TelepathyQt/
Rex Dieter a452cd6
%{_libdir}/libtelepathy-qt4.so
Rex Dieter a452cd6
%{_libdir}/pkgconfig/TelepathyQt4.pc
Rex Dieter a452cd6
%{_libdir}/pkgconfig/TelepathyQt4Service.pc
Rex Dieter a452cd6
%dir %{_libdir}/cmake
Rex Dieter a452cd6
%{_libdir}/cmake/TelepathyQt4/
Rex Dieter a452cd6
%{_libdir}/cmake/TelepathyQt4Service/
Rex Dieter c0bdaa6
%{_libdir}/libtelepathy-qt4-service.so
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
%if 0%{?qt5}
Rex Dieter a452cd6
%post -n telepathy-qt5 -p /sbin/ldconfig
Rex Dieter a452cd6
%postun -n telepathy-qt5 -p /sbin/ldconfig
Rex Dieter a452cd6
Rex Dieter a452cd6
%files -n telepathy-qt5
Rex Dieter c0bdaa6
%doc AUTHORS NEWS README ChangeLog
Rex Dieter c0bdaa6
%license COPYING
Rex Dieter a452cd6
%{_libdir}/libtelepathy-qt5.so.0*
Rex Dieter c0bdaa6
%{_libdir}/libtelepathy-qt5-service.so.*
Rex Dieter a452cd6
Rex Dieter a452cd6
%if 0%{?farstream}
Rex Dieter a452cd6
%post -n telepathy-qt5-farstream -p /sbin/ldconfig
Rex Dieter a452cd6
%postun -n telepathy-qt5-farstream -p /sbin/ldconfig
Rex Dieter a452cd6
Rex Dieter a452cd6
%files -n telepathy-qt5-farstream
Rex Dieter a452cd6
%{_libdir}/libtelepathy-qt5-farstream.so.0*
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
%files -n telepathy-qt5-devel
Rex Dieter a452cd6
%doc HACKING
Rex Dieter a452cd6
%dir %{_includedir}/telepathy-qt5/
Rex Dieter a452cd6
%{_includedir}/telepathy-qt5/TelepathyQt/
Rex Dieter a452cd6
%{_libdir}/libtelepathy-qt5.so
Rex Dieter a452cd6
%{_libdir}/pkgconfig/TelepathyQt5.pc
Rex Dieter a452cd6
%{_libdir}/pkgconfig/TelepathyQt5Service.pc
Rex Dieter a452cd6
%dir %{_libdir}/cmake
Rex Dieter a452cd6
%{_libdir}/cmake/TelepathyQt5/
Rex Dieter a452cd6
%{_libdir}/cmake/TelepathyQt5Service/
Rex Dieter c0bdaa6
%{_libdir}/libtelepathy-qt5-service.so
Rex Dieter a452cd6
%if 0%{?farstream}
Rex Dieter a452cd6
%{_libdir}/libtelepathy-qt5-farstream.so
Rex Dieter a452cd6
%{_libdir}/pkgconfig/TelepathyQt5Farstream.pc
Rex Dieter a452cd6
%{_libdir}/cmake/TelepathyQt5Farstream/
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
%endif
Rex Dieter a452cd6
Rex Dieter a452cd6
Rex Dieter a452cd6
%changelog
d25f41b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-5
d25f41b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d25f41b
0c20efe
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-4
0c20efe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0c20efe
ffe0e98
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.7-3
ffe0e98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
ffe0e98
Rex Dieter 0511de7
* Thu Feb 09 2017 Rex Dieter <rdieter@fedoraproject.org> - 0.9.7-2
Rex Dieter bc98d62
- one more upstream fix
Rex Dieter 0511de7
Rex Dieter c0bdaa6
* Mon Aug 29 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.9.7-1
Rex Dieter c0bdaa6
- 0.9.7
Rex Dieter c0bdaa6
- (re)enable tests (qt5 only)
Rex Dieter c0bdaa6
- Obsoletes: telepathy-qt4-farstream
Rex Dieter c0bdaa6
Rex Dieter af84e47
* Tue Feb 16 2016 Rex Dieter <rdieter@fedoraproject.org> 0.9.6.1-4
Rex Dieter af84e47
- pull in upstream cmake fix, disable tests
Rex Dieter af84e47
c51f458
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.6.1-3
c51f458
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c51f458
Rex Dieter f4b8cf7
* Tue Oct 06 2015 Rex Dieter <rdieter@fedoraproject.org> 0.9.6.1-2
Rex Dieter f4b8cf7
- some upstream fixes (gst1.5 in particular)
Rex Dieter f4b8cf7
Rex Dieter a3349ad
* Sat Jun 20 2015 Rex Dieter <rdieter@fedoraproject.org> 0.9.6.1-1
Rex Dieter a3349ad
- 0.9.6.1
Rex Dieter fda19c0
- workaround FTBFS against gstreamer-1.5 (#1234051)
Rex Dieter a3349ad
634d95b
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.5-5
634d95b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
634d95b
50c5a7a
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.9.5-4
50c5a7a
- Rebuilt for GCC 5 C++11 ABI change
50c5a7a
e062189
* Mon Feb 23 2015 Rex Dieter <rdieter@fedoraproject.org> - 0.9.5-3
e062189
- build static libtelepathy-qt?-service.a with -fPIC
e062189
- pull in a couple minor upstream fixes
e062189
Rex Dieter a452cd6
* Fri Oct 03 2014 Rex Dieter <rdieter@fedoraproject.org> 0.9.5-2
Rex Dieter a452cd6
- bump deps for newer farstream/gst1
Rex Dieter a452cd6
- Qt5 support
Rex Dieter a452cd6
- rename base pkg to telepathy-qt (to match upstream), but...
Rex Dieter a452cd6
- keep subpkg names the same (telepathy-qt4), for simple/obvious upgrade path
Rex Dieter a452cd6
Rex Dieter a452cd6
* Wed Sep 17 2014 Jan Grulich <jgrulich@redhat.com> - 0.9.5.0-1
Rex Dieter a452cd6
- Update to 0.9.5.0
Rex Dieter a452cd6
Rex Dieter a452cd6
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3.1-0.4.20140403git0191a6dd
Rex Dieter a452cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Rex Dieter a452cd6
Rex Dieter a452cd6
* Wed Jul 23 2014 Kevin Kofler <Kevin@tigcc.ticalc.org> 0.9.3.1-0.3.20140403git0191a6dd
Rex Dieter a452cd6
- build against farstream 0.2 and GStreamer 1 on F21+ (#1092654)
Rex Dieter a452cd6
Rex Dieter a452cd6
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3.1-0.2.20140403git0191a6dd
Rex Dieter a452cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Rex Dieter a452cd6
Rex Dieter a452cd6
* Tue Apr 29 2014 Rex Dieter <rdieter@fedoraproject.org> 0.9.3.1-0.1.20140403git0191a6dd
Rex Dieter a452cd6
- 0.9.3.1 snapshot, fixes FTBFS
Rex Dieter a452cd6
Rex Dieter a452cd6
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-8
Rex Dieter a452cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
Rex Dieter a452cd6
Rex Dieter a452cd6
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-7
Rex Dieter a452cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
Rex Dieter a452cd6
Rex Dieter a452cd6
* Mon Jan 07 2013 Rex Dieter <rdieter@fedoraproject.org> 0.9.3-6
Rex Dieter a452cd6
- respin farstream_compat patch
Rex Dieter a452cd6
Rex Dieter a452cd6
* Wed Oct 31 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.3-5
Rex Dieter a452cd6
- fix build for newer compat-telepathy-farstream
Rex Dieter a452cd6
Rex Dieter a452cd6
* Wed Oct 31 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.3-4
Rex Dieter a452cd6
- rework spec/macro conditionals a bit
Rex Dieter a452cd6
Rex Dieter a452cd6
* Tue Oct 09 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.3-3
Rex Dieter a452cd6
- (Build)Requires: compat-telepathy-farstream-devel (f18+)
Rex Dieter a452cd6
Rex Dieter a452cd6
* Fri Oct 05 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.3-2
Rex Dieter a452cd6
- rebuild (farstream)
Rex Dieter a452cd6
Rex Dieter a452cd6
* Fri Aug 03 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.3-1.1
Rex Dieter a452cd6
- move Obsoletes: -farsight to main pkg
Rex Dieter a452cd6
Rex Dieter a452cd6
* Mon Jul 16 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.3-1
Rex Dieter a452cd6
- telepathy-qt-0.9.3
Rex Dieter a452cd6
Rex Dieter a452cd6
* Wed Jul 11 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.2-1
Rex Dieter a452cd6
- 0.9.2
Rex Dieter a452cd6
Rex Dieter a452cd6
* Tue May 22 2012 Radek Novacek <rnovacek@redhat.com> 0.9.1-4
Rex Dieter a452cd6
- add rhel condition
Rex Dieter a452cd6
Rex Dieter a452cd6
* Thu Apr 05 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.1-3
Rex Dieter a452cd6
- -farsight subpkg (f16)
Rex Dieter a452cd6
Rex Dieter a452cd6
* Mon Apr 02 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.1-2
Rex Dieter a452cd6
- drop -farstream-devel subpkg
Rex Dieter a452cd6
Rex Dieter a452cd6
* Sat Mar 24 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.1-1
Rex Dieter a452cd6
- 0.9.1
Rex Dieter a452cd6
- -farstream(-devel) subpkgs
Rex Dieter a452cd6
Rex Dieter a452cd6
* Tue Mar 06 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.0-3
Rex Dieter a452cd6
- drop telepathy-farsight support (awaiting upstream -farstream love)
Rex Dieter a452cd6
Rex Dieter a452cd6
* Fri Feb 17 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.0-2
Rex Dieter a452cd6
- Requires: telepathy-mission-control
Rex Dieter a452cd6
Rex Dieter a452cd6
* Wed Jan 25 2012 Rex Dieter <rdieter@fedoraproject.org> 0.9.0-1
Rex Dieter a452cd6
- telepathy-qt-0.9.0
Rex Dieter a452cd6
Rex Dieter a452cd6
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3
Rex Dieter a452cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Rex Dieter a452cd6
Rex Dieter a452cd6
* Fri Nov 25 2011 Rex Dieter <rdieter@fedoraproject.org> 0.8.0-2
Rex Dieter a452cd6
- drop Requires: gnome-keyring
Rex Dieter a452cd6
Rex Dieter a452cd6
* Sat Nov 19 2011 Rex Dieter <rdieter@fedoraproject.org> 0.8.0-1
Rex Dieter a452cd6
- 0.8.0
Rex Dieter a452cd6
Rex Dieter a452cd6
* Mon Nov 07 2011 Rex Dieter <rdieter@fedoraproject.org> 0.7.3-1
Rex Dieter a452cd6
- 0.7.3
Rex Dieter a452cd6
- pkgconfig-style deps
Rex Dieter a452cd6
Rex Dieter a452cd6
* Wed Aug 10 2011 Rex Dieter <rdieter@fedoraproject.org> 0.7.2-1
Rex Dieter a452cd6
- 0.7.2
Rex Dieter a452cd6
- Requires: gnome-keyring
Rex Dieter a452cd6
Rex Dieter a452cd6
* Fri Jul 15 2011 Jaroslav Reznik <jreznik@redhat.com> - 0.7.1-1
Rex Dieter a452cd6
- initial package