SPECS: telepathy-idle.spec (NEW) - added, NFY
aredridel
aredridel at pld-linux.org
Tue May 15 00:39:43 CEST 2007
Author: aredridel Date: Mon May 14 22:39:43 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added, NFY
---- Files affected:
SPECS:
telepathy-idle.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/telepathy-idle.spec
diff -u /dev/null SPECS/telepathy-idle.spec:1.1
--- /dev/null Tue May 15 00:39:43 2007
+++ SPECS/telepathy-idle.spec Tue May 15 00:39:37 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+Summary: A Telepathy connection manager for IRC
+Name: telepathy-idle
+Version: 0.1.0
+Release: 1
+License: LGPL
+Group: Libraries
+Source0: http://telepathy.freedesktop.org/releases/telepathy-idle/%{name}-%{version}.tar.gz
+# Source0-md5: 8ab80caaaa4f6e0e7c439ef57d697c4b
+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: pkgconfig
+BuildRequires: telepathy-glib-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A connection manager to connect Telepathy to IRC.
+
+%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-idle
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service
+%{_datadir}/telepathy/managers/idle.manager
+
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/05/14 22:39:37 aredridel
+- added, NFY
+
+Revision 1.1 2007/05/14 21:46:49 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list