/[packages]/cauldron/sugar-datastore/current/SPECS/sugar-datastore.spec
ViewVC logotype

Contents of /cauldron/sugar-datastore/current/SPECS/sugar-datastore.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 118408 - (show annotations) (download)
Mon Jul 4 15:29:36 2011 UTC (13 years, 3 months ago) by ennael
File size: 1279 byte(s)
remove buildroot definition

1 # NOTE: Please do not edit this file, it was auto generated by jhconvert
2 # See http://wiki.sugarlabs.org/go/Deployment_Team/jhconvert for details
3
4 Name: sugar-datastore
5 Version: 0.88.0
6 Release: %mkrel 1
7 Summary: Datastore service for Sugar
8 License: GPL
9 Group: Graphical desktop/Other
10 Url: http://sugarlabs.org/
11
12 Source: http://download.sugarlabs.org/sources/sucrose/glucose/sugar-datastore/sugar-datastore-0.88.0.tar.bz2
13
14 Requires: python-dbus
15 Requires: python
16 Requires: python-cjson
17 Requires: sugar-base >= 0.88.0
18 Requires: xapian-bindings-python
19
20 BuildRequires: libpython-devel
21
22 %description
23 This package contains a simple log like datastore able to connect with multiple
24 backends. The datastore supports connecting and disconnecting from backends
25 on the fly to help the support the limit space/memory characteristics and
26 the fact that network services may become unavailable at times.
27
28 %prep
29 %setup -q -n sugar-datastore-0.88.0
30
31
32 %build
33 %define __libtoolize true
34 %configure
35 make
36
37 %install
38 rm -rf %{buildroot}
39 make DESTDIR=%{buildroot} install
40
41
42 %clean
43 rm -rf %{buildroot}
44
45 %files
46 %defattr(-,root,root,-)
47 %dir %{_datadir}/dbus-1
48 %dir %{_datadir}/dbus-1/services
49 %{_bindir}/*
50 %{_datadir}/dbus*/services/*
51 %{python_sitelib}/*
52 %doc AUTHORS COPYING NEWS README
53
54
55

  ViewVC Help
Powered by ViewVC 1.1.30