Summary: Data Management API runtime environment. Name: dmapi Version: 2.1.0 Release: 0_7%{?dist} License: GPL URL: http://oss.sgi.com/projects/xfs/ Group: System Environment/Base Source: http://oss.sgi.com/projects/xfs/download/cmd_tars/dmapi-%{version}.src.tar.gz BuildRoot: %{_tmppath}/%{name}-root BuildRequires: autoconf, libtool BuildRequires: xfsprogs-devel Conflicts: xfsdump < 2.0.0 %description Files required by system software using the Data Management API (DMAPI). This is used to implement the interface defined in the X/Open document: Systems Management: Data Storage Managment (XDSM) API dated February 1997. This interface is implemented by the libdm library. %package devel Summary: Data Management API static libraries and headers. Group: Development/Libraries Requires: dmapi = %{eversion} %description devel dmapi-devel contains the libraries and header files needed to develop programs which make use of the Data Management API (DMAPI). If you install dmapi-devel, you'll also want to install the dmapi (runtime) package and the xfsprogs-devel package. %prep %setup -q %build # dmapi abuses libexecdir %configure --libdir=/%{_lib} --libexecdir=%{_libdir} make %install rm -rf $RPM_BUILD_ROOT DIST_ROOT="$RPM_BUILD_ROOT" DIST_INSTALL=`pwd`/install.manifest DIST_INSTALL_DEV=`pwd`/install-dev.manifest export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV make install DIST_MANIFEST="$DIST_INSTALL" make -C build/rpm rpmfiles DIST_MANIFEST="$DIST_INSTALL" make install-dev DIST_MANIFEST="$DIST_INSTALL_DEV" make -C build/rpm rpmfiles-dev DIST_MANIFEST="$DIST_INSTALL_DEV" %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f build/rpm/rpmfiles %files devel -f build/rpm/rpmfiles-dev %changelog * Tue Dec 16 2003 Axel Thimm - Update to 2.1.0. * Sat Sep 13 2003 Axel Thimm - Sync with XFS 1.3.0. - Update to 2.0.8. * Thu Apr 10 2003 Axel Thimm - Rebuilt for Red Hat 9.