]> git.pld-linux.org Git - packages/telepathy-gabble.git/commitdiff
- added
authoraredridel <aredridel@pld-linux.org>
Mon, 14 May 2007 21:46:49 +0000 (21:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    telepathy-gabble.spec -> 1.1

telepathy-gabble.spec [new file with mode: 0644]

diff --git a/telepathy-gabble.spec b/telepathy-gabble.spec
new file mode 100644 (file)
index 0000000..92aa82c
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       A Telepathy connection manager for Jabber/XMPP
+Name:          telepathy-gabble
+Version:       0.5.11
+Release:       1
+License:       LGPL
+Group:         Libraries
+Source0:       http://telepathy.freedesktop.org/releases/telepathy-gabble/%{name}-%{version}.tar.gz
+# Source0-md5: 2e19a4b1d62031459ad9bf7a9ac5bea3
+URL:           http://telepathy.freedesktop.org/wiki/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.8
+BuildRequires: dbus-glib-devel >= 0.61
+BuildRequires: libtool
+BuildRequires: libxslt-progs
+BuildRequires: loudmouth-devel
+BuildRequires: pkgconfig
+BuildRequires: telepathy-glib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A connection manager to connect Telepathy to Jabber/XMPP.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README
+%attr(755,root,root) %{_bindir}/telepathy-gabble
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service
+%{_datadir}/telepathy/managers/gabble.manager
This page took 0.083013 seconds and 4 git commands to generate.