Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/sugar-datastore/SPECS/sugar-datastore.spec
blob: 2a060bcc883674556af51b13e716d9d4b95d8f0e (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-datastore
Version: 0.84.0
Release: 3
Summary: Datastore service for Sugar
License: GPL
Group: Development/Libraries
Url: http://sugarlabs.org/

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

Requires: dbus-1-python  
Requires: python  
Requires: python-cjson  
Requires: sugar-base >= 0.84.1
Requires: python-xapian  

BuildRequires: python-devel  
BuildRequires: fdupes

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

%description
This package contains a simple log like datastore able to connect with multiple
backends. The datastore supports connecting and disconnecting from backends
on the fly to help the support the limit space/memory characteristics and
the fact that network services may become unavailable at times.

%prep
%setup -q -n sugar-datastore-0.84.0


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

%build
%configure 
make 

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


%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%{_bindir}/*
%{_datadir}/dbus*/services/*
%(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")/*
%doc LICENSE.GPL README.txt

%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.1
* Tue Aug 26 2008 cyberorg@opensuse.org
- initial package for openSUSE based on Fedora 10