X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fbuxton.spec;h=90cc7a5a59b736a25b70830905b2d81526a4d9b8;hb=6605cba8b4b08c40fa9e8e33e01293bc5ba981a3;hp=6c96bada6723b5fdf0be883a9597c9f9c1243b85;hpb=f1d27462b3c5d5f30b1ea9cee0bfd650d9947d7e;p=platform%2Fupstream%2Fbuxton.git diff --git a/packaging/buxton.spec b/packaging/buxton.spec index 6c96bad..90cc7a5 100644 --- a/packaging/buxton.spec +++ b/packaging/buxton.spec @@ -1,5 +1,5 @@ Name: buxton -Version: 3 +Version: 4 Release: 0 License: LGPL-2.1+ Summary: A security-enabled configuration system @@ -47,6 +47,36 @@ provided for interactive use and for use in shell scripts. This package provides development files for Buxton. +%package -n buxtonsimple +Summary: Simplified buxton API +Requires: %{name} = %{version} + +%description -n buxtonsimple +Buxton is a security-enabled configuration management system. It +features a layered approach to configuration storage, with each +layer containing an arbitrary number of groups, each of which may +contain key-value pairs. Mandatory Access Control (MAC) is +implemented at the group level and at the key-value level. + +Buxton-simple provides a simplified C library (libbuxtonsimple) +for simple client applications. + +%package -n buxtonsimple-devel +Summary: Simplified buxton API - development files +Requires: %{name} = %{version} + +%description -n buxtonsimple-devel +Buxton is a security-enabled configuration management system. It +features a layered approach to configuration storage, with each +layer containing an arbitrary number of groups, each of which may +contain key-value pairs. Mandatory Access Control (MAC) is +implemented at the group level and at the key-value level. + +Buxton-simple provides a simplified C library (libbuxtonsimple) +for simple client applications. + +This package provides development files for BuxtonSimple. + %prep %setup -q cp %{SOURCE1001} . @@ -97,4 +127,17 @@ fi %manifest %{name}.manifest %{_includedir}/buxton.h %{_libdir}/libbuxton.so -%{_libdir}/pkgconfig/*.pc +%{_libdir}/pkgconfig/libbuxton.pc + + +%files -n buxtonsimple +%manifest %{name}.manifest +#%license LICENSE.LGPL2.1 +%{_libdir}/libbuxtonsimple.so.* + +%files -n buxtonsimple-devel +%manifest %{name}.manifest +%{_includedir}/buxtonsimple.h +%{_libdir}/libbuxtonsimple.so +%{_libdir}/pkgconfig/libbuxtonsimple.pc +