Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/sugar-presence-service/SPECS/sugar-presence-service.spec
blob: 55609da94c1537804e8f24aa343253aefce689ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# NOTE: Do not edit, file was generated by jhconvert

Name: sugar-presence-service
Version: 0.84.0
Release: 1
Summary: The Sugar presence service
License: GPLv2+
Group: System Environment/Libraries
Url: http://sugarlabs.org/

Source: http://download.sugarlabs.org/sources/sucrose/glucose/sugar-presence-service/sugar-presence-service-0.84.0.tar.bz2

Requires: avahi  
Requires: gnutls >= 2.4
Requires: python  
Requires: sugar-base >= 0.84.1
Requires: telepathy-gabble >= 0.7.21
Requires: python-telepathy >= 0.15.7
Requires: telepathy-salut >= 0.3.8

BuildRequires: python-devel  
BuildRequires: fdupes

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
The Sugar presence service.

%prep
%setup -q -n sugar-presence-service-0.84.0


%build
%configure 
make 

%install
rm -rf %{buildroot}
make  \
	DESTDIR=%{buildroot} \
	install
%fdupes -s %{buildroot}


%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%{_datadir}/sugar-presence-service
%{_datadir}/dbus*/services/*
%{_bindir}/*
%doc COPYING NEWS
%attr(755,root,root) %{_datadir}/sugar-presence-service/main.py

%changelog
* Thu Apr 23 2009 alsroot@member.fsf.org
- Switch to jhconvert
* Fri Jan 16 2009 cyberorg@opensuse.org
- Update to 0.83.2
* Tue Aug 26 2008 cyberorg@opensuse.org
- Initial openSUSE packages based on Fedora 10