Name: unionfs_utils Version: 0.2.1 Release: 1mamba Summary: Utilities for the UnionFS filesystem Group: System/Kernel and Hardware Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.fsl.cs.sunysb.edu/project-unionfs.html Source: ftp://ftp.filesystems.org/pub/unionfs/unionfs-utils-0.x/unionfs_utils-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libe2fs-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Utilities for the UnionFS filesystem. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel ... devel package description This package contains static libraries and header files need for development. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/unionctl %{_bindir}/uniondbg %{_bindir}/unionimap %{_libdir}/libunionfs_utils.so.* %{_mandir}/man8/unionctl.8.gz %{_mandir}/man8/uniondbg.8.gz %{_mandir}/man8/unionimap.8.gz %doc AUTHORS COPYING ChangeLog NEWS README %files devel %defattr(-,root,root) %dir %{_includedir} %{_includedir}/*.h %{_libdir}/libunionfs_utils.a %{_libdir}/libunionfs_utils.la %{_libdir}/libunionfs_utils.so %{_mandir}/man3/libunionfs_utils.3.gz %{_mandir}/man3/unionfs_add.3.gz %{_mandir}/man3/unionfs_create_forwardmap.3.gz %{_mandir}/man3/unionfs_create_reversemap.3.gz %{_mandir}/man3/unionfs_debug_get_value.3.gz %{_mandir}/man3/unionfs_debug_inc_gencount.3.gz %{_mandir}/man3/unionfs_debug_refcounts.3.gz %{_mandir}/man3/unionfs_debug_set_value.3.gz %{_mandir}/man3/unionfs_dump.3.gz %{_mandir}/man3/unionfs_dump_map.3.gz %{_mandir}/man3/unionfs_find_union.3.gz %{_mandir}/man3/unionfs_get_branch.3.gz %{_mandir}/man3/unionfs_mode.3.gz %{_mandir}/man3/unionfs_open_forwardmap.3.gz %{_mandir}/man3/unionfs_query.3.gz %{_mandir}/man3/unionfs_remove.3.gz %changelog * Tue Jun 16 2009 Silvan Calarco 0.2.1-1mamba - package created by autospec