Author: patrys Date: Fri Jan 22 11:33:08 2010 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/telepathy-sunshine: telepathy-sunshine.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/telepathy-sunshine/telepathy-sunshine.spec diff -u /dev/null packages/telepathy-sunshine/telepathy-sunshine.spec:1.1 --- /dev/null Fri Jan 22 12:33:08 2010 +++ packages/telepathy-sunshine/telepathy-sunshine.spec Fri Jan 22 12:33:02 2010 @@ -0,0 +1,66 @@ +# $Revision$, $Date$ +Summary: Gadu-Gadu connection manager for the Telepathy +Summary(pl.UTF-8): Zarządca połączeń Gadu-Gadu dla Telepathy +Name: telepathy-sunshine +Version: 0.1.5 +Release: 1 +License: LGPL +Group: Libraries +Source0: http://telepathy.freedesktop.org/releases/telepathy-sunshine/%{name}-%{version}.tar.gz +# Source0-md5: b71637e980eb33ad77fead0ee0224253 +URL: http://telepathy.freedesktop.org/wiki/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake >= 1:1.8 +BuildRequires: python +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 +%pyrequires_eq python +Requires: python-TwistedCore +Requires: python-TwistedWeb +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package provides Gadu-Gadu functionality for Telepathy. + +%description -l pl.UTF-8 +Ten pakiet udostępnia funkcjonalność Gadu-Gadu dla Telepathy. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%py_postclean + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog +%attr(755,root,root) %{_libdir}/telepathy-sunshine +%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sunshine.service +%{_datadir}/telepathy/managers/sunshine.manager +%{py_sitescriptdir}/sunshine + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2010/01/22 11:33:02 patrys +- initial PLD release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
