rpms/telepathy-salut/F-7 telepathy-salut.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Thu Jun 28 20:11:19 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/telepathy-salut/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13651/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	telepathy-salut.spec 
Log Message:
Initial import.



--- NEW FILE telepathy-salut.spec ---
Name:           telepathy-salut
Version:        0.1.3
Release:        1%{?dist}
Summary:        Link-local XMPP telepathy connection manager

Group:          Applications/Communications
License:        LGPL
URL:            http://telepathy.freedesktop.org/wiki/FrontPage
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  dbus-devel >= 0.61
BuildRequires:	dbus-glib-devel
BuildRequires:	avahi-glib-devel
BuildRequires:	libxml2-devel
BuildRequires:	openssl-devel
BuildRequires:	cyrus-sasl-devel
BuildRequires:	libxslt
BuildRequires:	telepathy-glib-devel >= 0.5.10

Requires:	telepathy-filesystem

%description
%{name} is a Telepathy connection manager for link-local XMPP.
Normally, XMPP does not support direct client-to-client interactions,
since it requires authentication with a server.  This package makes
it is possible to establish an XMPP-like communications system on a
local network using zero-configuration networking.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING AUTHORS
%{_bindir}/%{name}
%{_datadir}/dbus-1/services/*.service
%{_datadir}/telepathy/managers/*.manager


%changelog
* Tue Jun 26 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.1.3-1
- Update to 0.1.3.
- Add BR on telepathy-glib-devel & libxslt.

* Mon Apr 16 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.1.1-1
- Update to 0.1.1
- Add BR on openssl-devel & cyrus-sasl-devel.

* Sun Jan 21 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.1.0-1
- Initial Fedora spec file.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-salut/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Jun 2007 19:54:48 -0000	1.1
+++ .cvsignore	28 Jun 2007 20:10:44 -0000	1.2
@@ -0,0 +1 @@
+telepathy-salut-0.1.3.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/telepathy-salut/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Jun 2007 19:54:48 -0000	1.1
+++ sources	28 Jun 2007 20:10:44 -0000	1.2
@@ -0,0 +1 @@
+92589387610b8c62760efb782afa4534  telepathy-salut-0.1.3.tar.gz




More information about the scm-commits mailing list