Hi Auke,

 

Now we're trying to build buxton at Tizen v2.2 for testing purpose. But it's
hard to use it. Fix one build issues, it makes another problem and so on.

 

How do you test it at Tizen platform? How can it test it? Requested tests
are simple.

1.     Get/set

2.     Thread safe read/write

3.     Performance comparison with many properties, more than 100,000?

 

Thank you,

Kyungmin Park

 

P.S., Here's buxton.spec.

 

Name:    buxton

Version: 0.1

Release: 1

License: LGPL-2.1

Group:   Framework/system

Summary: buxton

Source0: %{name}-%{version}.tar.bz2

 

BuildRequires: pkgconfig(check)

BuildRequires: pkgconfig(libsystemd-daemon)

BuildRequires: gdbm-devel

BuildRequires: libattr-devel

 

%description

buxton

 

%package libs

Summary:  buxton libraries

License:  LGPL-2.1

 

%description libs

buxton devel

 

%package devel

Summary:  buxton devel

License:  LGPL-2.1

Requires: %{name} = %{version}-%{release}

 

%description devel

buxton devel

 

%prep

%setup -q

 

%build

./autogen.sh

%configure

 

make %{?_smp_mflags}

 

%install

%make_install

 

%files

%{_sysconfdir}/buxton.conf

%{_bindir}/buxtonctl

%{_libdir}/systemd/system/buxton.service

%{_libdir}/systemd/system/buxton.socket

%{_libdir}/systemd/system/sockets.target.wants/buxton.socket

%{_sbindir}/bt-daemon

 

%files libs

%{_libdir}/libbuxton.so.*

 

%files devel

%{_includedir}/bt-daemon.h

%{_libdir}/buxton/gdbm.so

%{_libdir}/buxton/memory.so

%{_libdir}/libbuxton.so

%{_libdir}/pkgconfig/buxton.pc

 

_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to