rpms/gnome-phone-manager/F-8 sms.profile, NONE, 1.1 .cvsignore, 1.6, 1.7 gnome-phone-manager.spec, 1.12, 1.13 sources, 1.6, 1.7

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Wed Nov 14 13:36:03 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnome-phone-manager/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26115

Modified Files:
	.cvsignore gnome-phone-manager.spec sources 
Added Files:
	sms.profile 
Log Message:
* Wed Nov 14 2007 - Bastien Nocera <bnocera at redhat.com> - 0.40-1
- Update to 0.40
- Add experimental telepathy backend in a subpackage



--- NEW FILE sms.profile ---
[Profile]
Manager=phoney
Protocol=sms
DisplayName=SMS
IconName = phone
#ConfigurationUI = jabber
Capabilities = chat-p2p
#SupportedPresences = offline,available,away,extended-away,do-not-disturb
#VCardField = X-Jabber
#VCardDefault = true



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-phone-manager/F-8/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	29 Oct 2007 15:23:21 -0000	1.6
+++ .cvsignore	14 Nov 2007 13:35:29 -0000	1.7
@@ -1 +1 @@
-gnome-phone-manager-0.30.tar.bz2
+gnome-phone-manager-0.40.tar.bz2


Index: gnome-phone-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-phone-manager/F-8/gnome-phone-manager.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gnome-phone-manager.spec	29 Oct 2007 15:23:21 -0000	1.12
+++ gnome-phone-manager.spec	14 Nov 2007 13:35:29 -0000	1.13
@@ -1,10 +1,11 @@
 Name:		gnome-phone-manager
 Summary:	Gnome Phone Manager
-Version: 	0.30
+Version: 	0.40
 Release: 	1%{?dist}
 License: 	GPLv2+
 Group: 		Applications/System
 Source:		http://ftp.gnome.org/pub/GNOME/sources/gnome-phone-manager/%{version}/%{name}-%{version}.tar.bz2
+Source1:	sms.profile
 URL: 		http://usefulinc.com/software/phonemgr/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	gtk2-devel
@@ -12,13 +13,13 @@
 BuildRequires:	libgnome-devel
 BuildRequires: 	gnome-bluetooth-devel
 BuildRequires:	libbtctl-devel
-BuildRequires:	openobex-devel
 BuildRequires:	bluez-libs-devel
 BuildRequires:	gnokii-devel
 BuildRequires:	gstreamer-devel >= 0.10
 BuildRequires:	gnome-icon-theme >= 2.19.1
 # For libebook (evolution address book)
 BuildRequires:	evolution-data-server-devel
+BuildRequires:	telepathy-glib-devel
 BuildRequires:	perl(XML::Parser)
 BuildRequires:	gettext
 BuildRequires:	desktop-file-utils
@@ -31,6 +32,17 @@
 displays them on the desktop. A visual indicator is displayed in 
 the notification area, if one is presently added to the panel.
 
+%package telepathy
+Summary: Telepathy connection manager to send and receive SMSes
+Group: Applications/System
+
+%description telepathy
+This program will connect to your mobile phone over a serial port,
+either via a cable, infrared (IrDA) or Bluetooth connection.
+
+This plugin to Telepathy allows you to send and receive messages using any
+Instant Messaging application that uses Telepathy, such as Empathy.
+
 %prep
 %setup -q
 
@@ -42,6 +54,9 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
+# This should be in empathy instead
+install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/mission-control/profiles/sms.profile
+
 %find_lang %{name}
 desktop-file-install \
   --delete-original \
@@ -83,7 +98,17 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/gnome-phone-manager/
 
+%files telepathy
+%{_libexecdir}/telepathy-phoney
+%{_datadir}/telepathy/managers/*
+%{_datadir}/dbus-1/services/*
+%{_datadir}/mission-control/profiles/*
+
 %changelog
+* Wed Nov 14 2007 - Bastien Nocera <bnocera at redhat.com> - 0.40-1
+- Update to 0.40
+- Add experimental telepathy backend in a subpackage
+
 * Mon Oct 29 2007 - Bastien Nocera <bnocera at redhat.com> - 0.30-1
 - Update to 0.30
 - Fix sending non-ASCII texts (for real)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-phone-manager/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	29 Oct 2007 15:23:21 -0000	1.6
+++ sources	14 Nov 2007 13:35:29 -0000	1.7
@@ -1 +1 @@
-b114abd3ec76b8e13f4275417bf45bce  gnome-phone-manager-0.30.tar.bz2
+38537c212e9b2395cf89187ab2be3b9a  gnome-phone-manager-0.40.tar.bz2




More information about the fedora-extras-commits mailing list