Name: elektra Version: 0.8.6 Release: 1mamba Summary: A universal hierarchical configuration store, with related goals like GConf and the Windows Registry Group: System/Configuration Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.libelektra.org Source: http://downloads.sourceforge.net/sourceforge/elektra/elektra-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libgcc BuildRequires: libltdl-devel BuildRequires: libstdc++6-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Elektra is a universal hierarchical configuration store, with related goals like GConf and the Windows Registry. It allows programs to read and save their configurations with a consistent API, and allows them to be aware of other applications' configurations, leveraging easy application integration. The whole point of it is to tie applications together, so that they can co-operate and share their user-preferences. The developers are associated to unix philosophy and the very practical point consists of writing a configuration library. Every software needs this functionality, it is not easy to do it right and performant and we want to avoid any unnecessary code duplication. %package -n libelektra Summary: Devel package for %{name} Group: System/Libraries Requires: libelektra = %{?epoch:%epoch:}%{version}-%{release} %description -n libelektra Elektra is a universal hierarchical configuration store, with related goals like GConf and the Windows Registry. It allows programs to read and save their configurations with a consistent API, and allows them to be aware of other applications' configurations, leveraging easy application integration. The whole point of it is to tie applications together, so that they can co-operate and share their user-preferences. The developers are associated to unix philosophy and the very practical point consists of writing a configuration library. Every software needs this functionality, it is not easy to do it right and performant and we want to avoid any unnecessary code duplication. This package contains static libraries and header files need for development. %package -n libelektra-devel Summary: Devel package for %{name} Group: Development/Libraries Requires: libelektra = %{?epoch:%epoch:}%{version}-%{release} %description -n libelektra-devel Elektra is a universal hierarchical configuration store, with related goals like GConf and the Windows Registry. It allows programs to read and save their configurations with a consistent API, and allows them to be aware of other applications' configurations, leveraging easy application integration. The whole point of it is to tie applications together, so that they can co-operate and share their user-preferences. The developers are associated to unix philosophy and the very practical point consists of writing a configuration library. Every software needs this functionality, it is not easy to do it right and performant and we want to avoid any unnecessary code duplication. This package contains static libraries and header files need for development. %prep %setup -q %build %cmake -d build #% configure \ # --includedir=%{_includedir}/elektra %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n libelektra -p /sbin/ldconfig %postun -n libelektra -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/kdb %{_bindir}/kdb-full %{_bindir}/kdb-static %dir %{_datadir}/elektra %dir %{_datadir}/elektra/test_data %{_datadir}/elektra/test_data/ #%{_mandir}/man1/kdb.1* #%{_mandir}/man5/elektra.5* #%{_mandir}/man7/elektra.7* %files -n libelektra %defattr(-,root,root) %{_libdir}/libelektra.so.* %{_libdir}/libelektra-full.so.* %dir %{_libdir}/elektra %{_libdir}/elektra/libelektra-dump.so %{_libdir}/elektra/libelektra-resolver.so %dir %{_prefix}/lib/elektra %dir %{_prefix}/lib/elektra/tool_exec %{_prefix}/lib/elektra/tool_exec/* #%doc AUTHORS COPYING #ChangeLog NEWS README TODO %files -n libelektra-devel %defattr(-,root,root) %dir %{_includedir}/elektra %{_includedir}/elektra/ %{_libdir}/libelektra.so %{_libdir}/libelektra-full.so %{_libdir}/libelektratools.so %{_libdir}/libelektra-static.a %{_libdir}/libelektratools-full.so %{_libdir}/libelektratools-static.a %{_datadir}/cmake-*/Modules/FindElektra.cmake #%{_datadir}/sgml/elektra-%{version}/elektra.xsd %{_libdir}/pkgconfig/elektra.pc #%{_libdir}/pkgconfig/elektracpp.pc #%{_libdir}/pkgconfig/elektratools.pc %{_mandir}/man3/*.3* %dir %{_docdir}/elektra-api %dir %{_docdir}/elektra-api/html %{_docdir}/elektra-api/html/* %changelog * Thu Oct 16 2014 Automatic Build System 0.8.6-1mamba - automatic update by autodist * Fri Jul 12 2013 Automatic Build System 0.7.0-2mamba - automatic rebuild by autodist * Mon May 18 2009 Silvan Calarco 0.7.0-1mamba - package created by autospec