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
diff options
context:
space:
mode:
Diffstat (limited to '0.84/platform/sugar-datastore/SPECS/sugar-datastore.spec')
-rw-r--r--0.84/platform/sugar-datastore/SPECS/sugar-datastore.spec69
1 files changed, 69 insertions, 0 deletions
diff --git a/0.84/platform/sugar-datastore/SPECS/sugar-datastore.spec b/0.84/platform/sugar-datastore/SPECS/sugar-datastore.spec
new file mode 100644
index 0000000..44b29da
--- /dev/null
+++ b/0.84/platform/sugar-datastore/SPECS/sugar-datastore.spec
@@ -0,0 +1,69 @@
+# NOTE: Do not edit, file was generated by jhconvert
+
+Name: sugar-datastore
+Version: 0.84.0
+Release: 1
+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