Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > dadd3ab8448a81f432ed82974d9d2a70 > files > 3

telepathy-sunshine-0.1.8-2.fc14.src.rpm

%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           telepathy-sunshine
Version:        0.1.8
Release:        2%{?dist}
Summary:        Gadu-Gadu connection manager for telepathy

Group:          Applications/Communications
License:        GPLv3+
URL:            http://telepathy.freedesktop.org/wiki
Source0:        http://telepathy.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
#remove unnecessary shebangs
Patch0:         %{name}-0.1.5-noshebang.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

BuildRequires:  python-devel

Requires:       dbus
Requires:       pyOpenSSL
Requires:       python-oauth
Requires:       python-telepathy >= 0.15.17
Requires:       python-twisted-web
Requires:       telepathy-filesystem

%description
Telepathy-sunshine is a Gadu-Gadu network connection manager. It supports the
GG8 aka Nowe Gadu Gadu features such as UTF-8 encoding and new statuses.

%prep
%setup -q
%patch0 -p1 -b .noshebang


%build
%configure


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

 
%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING
%{python_sitelib}/sunshine
%{_libexecdir}/%{name}
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sunshine.service
%{_datadir}/telepathy/managers/sunshine.manager 


%changelog
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.1.8-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild

* Sun May 16 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.8-1
- Updated to 0.1.8

* Sat Apr 03 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.7-1
- Updated to 0.1.7
- Added pyOpenSSL to Requires just to be on the safe side
- python-telepathy is needed in at least version 0.15.17
- Dropped python-twisted-core requirement, it was redundant

* Thu Feb 18 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.6-1
- Updated to 0.1.6
- Dropped libtelepathy requirement, -haze is enough

* Mon Feb 08 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.5-4.20100208git
- Updated to the latest git snapshot
- Added libtelepathy to Requires as a workaround

* Sat Feb 06 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.5-3.20100202git
- Updated to the git snapshot
- Changed license to GPLv3+
- Added python-oauth to Requires

* Fri Jan 29 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.5-2
- Use %%{name} macro in %%files

* Thu Jan 21 2010 Julian Sikorski <belegdol@fedoraproject.org> - 0.1.5-1
- Initial RPM release