Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/sucrose/sugar-base/SPECS/sugar-base.spec
blob: d9dabd4fdb1f2e894c1f5a713c060f57a51f0924 (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
# NOTE: Do not edit, file was generated by jhconvert

Name: sugar-base
Version: 0.84.1
Release: 1
Summary: Base Sugar library
License: LGPLv2
Group: System Environment/Libraries
Url: http://sugarlabs.org/

Source: http://download.sugarlabs.org/sources/sucrose/glucose/sugar-base/sugar-base-0.84.1.tar.bz2

Requires: dbus-1-python  
Requires: python-gnome  
Requires: python-gobject2 >= 2.15
Requires: python-gtk  
Requires: python  

BuildRequires: perl-XML-Parser  
BuildRequires: gettext  
BuildRequires: intltool >= 0.33
BuildRequires: pkgconfig  
BuildRequires: python-gobject2-devel >= 2.15
BuildRequires: python-gtk-devel  
BuildRequires: python-devel  
BuildRequires: fdupes

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

%description
The base libary for Sugar. It provides helpers for the development
of services and activities.

%prep
%setup -q -n sugar-base-0.84.1


# 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-base

%clean
rm -rf %{buildroot}

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

%changelog
* Thu Apr 23 2009 alsroot@member.fsf.org
- Switch to jhconvert
* Fri Mar  6 2009 cyberorg@opensuse.org
- Update to 0.84.0
* Fri Jan 16 2009 cyberorg@opensuse.org
- Update to 0.83.2
* Wed Aug 27 2008 cyberorg@opensuse.org
- Initial openSUSE package