From: Jakub Bogusz Date: Sun, 17 Oct 2004 15:12:40 +0000 (+0000) Subject: - updated to 2.2.1, updated miscfix patch X-Git-Tag: auto/th/dmapi-2_2_1-2~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdmapi.git;a=commitdiff_plain;h=ce485bb79d3504040f9760a521f1e936454b9648 - updated to 2.2.1, updated miscfix patch - hack libdir in libdm.la to get proper dependency_libs in dependent libs Changed files: dmapi.spec -> 1.33 --- diff --git a/dmapi.spec b/dmapi.spec index 66d67e1..d063406 100644 --- a/dmapi.spec +++ b/dmapi.spec @@ -1,16 +1,17 @@ Summary: DMAPI library Summary(pl): Biblioteka DMAPI Name: dmapi -Version: 2.2.0 +Version: 2.2.1 Release: 1 License: LGPL/GPL Group: Libraries Source0: ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}-%{version}.src.tar.gz -# Source0-md5: f928d849584d97e6a65dced71f8c10a5 +# Source0-md5: 2f10f3846c2d2061b0692d96db655240 Patch0: %{name}-miscfix.patch URL: http://oss.sgi.com/projects/xfs/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: sed >= 4.0 BuildRequires: xfsprogs-devel >= 2.6.13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -92,6 +93,8 @@ export DIST_ROOT DIST_INSTALL DIST_INSTALL_DEV rm -f $RPM_BUILD_ROOT%{_libexecdir}/libdm.so ln -sf %{_libdir}/$(cd $RPM_BUILD_ROOT%{_libdir} ; echo libdm.so.*.*.*) \ $RPM_BUILD_ROOT%{_libexecdir}/libdm.so +%{__sed} -i "s|libdir='%{_libdir}'|libdir='%{_libexecdir}'|" \ + $RPM_BUILD_ROOT%{_libexecdir}/libdm.la %clean rm -rf $RPM_BUILD_ROOT