From 7088eaed56d6d87605b81bbf9c7564e38485fb24 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Sep 25 2009 01:27:50 +0000 Subject: - Update to 5.2.5. - Add epoch so we don't ship the devel branch of mission control for F12. --- diff --git a/.cvsignore b/.cvsignore index e17855c..9cf63b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -telepathy-mission-control-5.3.0.tar.gz +telepathy-mission-control-5.2.5.tar.gz diff --git a/sources b/sources index e0ff9ae..93b9a3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cdf3e9d508121ff5fb994bda9011b520 telepathy-mission-control-5.3.0.tar.gz +011d1eebe8c580778fccc093be7b3692 telepathy-mission-control-5.2.5.tar.gz diff --git a/telepathy-mission-control.spec b/telepathy-mission-control.spec index f782389..6fb9ed7 100644 --- a/telepathy-mission-control.spec +++ b/telepathy-mission-control.spec @@ -1,5 +1,6 @@ Name: telepathy-mission-control -Version: 5.3.0 +Version: 5.2.5 +Epoch: 1 Release: 1%{?dist} Summary: Central control for Telepathy connection manager @@ -12,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxslt-devel BuildRequires: GConf2-devel BuildRequires: telepathy-glib-devel >= 0.7.32 -BuildRequires: gnome-keyring-devel + %description Mission Control, or MC, is a Telepathy component providing a way for @@ -30,6 +31,7 @@ Requires: dbus-devel Requires: dbus-glib-devel Requires: telepathy-glib-devel >= 0.7.32 + %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -40,7 +42,7 @@ files for developing applications that use %{name}. %build -%configure --disable-static --enable-gnome-keyring=yes +%configure --disable-static make %{?_smp_mflags} @@ -49,12 +51,14 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig + %postun -p /sbin/ldconfig @@ -67,6 +71,7 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/mission-control-5 %{_mandir}/man*/*.gz + %files devel %defattr(-,root,root,-) %{_includedir}/* @@ -76,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 24 2009 Brian Pepple - 1:5.2.5-1 +- Update to 5.2.5. +- Add epoch so we don't ship the devel branch of mission control for F12. + * Mon Sep 14 2009 Brian Pepple - 5.3.0-1 - Update to 5.3.0.