From efead00c6416627bfa794ee4f0f83b5d1008fd36 Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Thu, 16 Jul 2020 15:23:07 +0900 Subject: [PATCH] spec: fix manifest path Change-Id: Iea0890e8d20a8c80051cb64bfcef64994491e05a --- packaging/cryptsetup.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packaging/cryptsetup.spec b/packaging/cryptsetup.spec index 4a87b1b..c158c2d 100644 --- a/packaging/cryptsetup.spec +++ b/packaging/cryptsetup.spec @@ -56,6 +56,8 @@ doc package for cryptsetup %setup -q %build +cp %{SOURCE1} . + chmod +x ./autogen.sh ./autogen.sh --prefix=%{_prefix} -localedir=%{_datarootdir}/locale -libdir=%{_libdir} @@ -64,7 +66,6 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} %make_install -cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest %clean @@ -74,7 +75,7 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest %files %defattr(-,root,root,-) -%manifest %{_datadir}/binary_package_name.manifest +%manifest cryptsetup.manifest %license COPYING.GPL-2.0+ COPYING.LGPL-2.1+ %{_libdir}/libcryptsetup.so %{_libdir}/libcryptsetup.so.4 -- 2.7.4