Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/sucrose/sugar-toolkit/SPECS/sugar-toolkit.spec
blob: 55ccc1ceed20dee795c4ab937e8232317bae7fe0 (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# NOTE: Do not edit, file was generated by jhconvert

Name: sugar-toolkit
Version: 0.84.4
Release: 1
Summary: Sugar toolkit
License: LGPLv2
Group: System Environment/Libraries
Url: http://sugarlabs.org/

Source: http://download.sugarlabs.org/sources/sucrose/glucose/sugar-toolkit/sugar-toolkit-0.84.4.tar.bz2

Requires: sugar-datastore >= 0.84.0
Requires: dbus-1-python  
Requires: python-hippo-canvas >= 0.3.0
Requires: gnome-python-desktop  
Requires: sugar-presence-service >= 0.84.0
Requires: python-gobject2 >= 2.14
Requires: python  
Requires: python-cjson  
Requires: sugar-base >= 0.84.1

BuildRequires: perl-XML-Parser  
BuildRequires: alsa-devel  
BuildRequires: gettext  
BuildRequires: gtk2-devel  
BuildRequires: intltool >= 0.33
BuildRequires: xorg-x11-libSM-devel  
BuildRequires: python-gobject2-devel >= 2.14
BuildRequires: python-gtk-devel  
BuildRequires: python-devel  
BuildRequires: xorg-x11-proto-devel  
BuildRequires: fdupes

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

%description
The toolkit provides a set of widgets to build HIG compliant applications
and interfaces to interact with system services like presence
and the datastore.

%prep
%setup -q -n sugar-toolkit-0.84.4


# eliminate %%configure's "clever" behaviour
%define __libtoolize true

%build
%configure 
make 

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

%clean
rm -rf %{buildroot}

%files -f sugar-toolkit.lang
%defattr(-,root,root,-)
%(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")/*
%doc AUTHORS COPYING README

%changelog
* Thu Apr 23 2009 alsroot@member.fsf.org
- Switch to jhconvert
* Sat Mar  7 2009 lars@linux-schulserver.de
- use fdupes
* Fri Mar  6 2009 cyberorg@opensuse.org
-  Update to 0.84.0
* Fri Jan 16 2009 cyberorg@opensuse.org
- Update to 0.83.3
* Thu Oct 16 2008 cyberorg@opensuse.org
- Update to 0.82.1
* Wed Aug 27 2008 cyberorg@opensuse.org
- Initial openSUSE packages