diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2020-07-16 15:23:07 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2020-07-20 16:09:05 +0900 |
commit | efead00c6416627bfa794ee4f0f83b5d1008fd36 (patch) | |
tree | 82b373a416c1e0cae3b06ab10b711cea8196a2aa | |
parent | 402406bf3c9404de4af3f4a6f95e698498ec5a1f (diff) | |
download | cryptsetup-efead00c6416627bfa794ee4f0f83b5d1008fd36.tar.gz cryptsetup-efead00c6416627bfa794ee4f0f83b5d1008fd36.tar.bz2 cryptsetup-efead00c6416627bfa794ee4f0f83b5d1008fd36.zip |
spec: fix manifest path
Change-Id: Iea0890e8d20a8c80051cb64bfcef64994491e05a
-rw-r--r-- | packaging/cryptsetup.spec | 5 |
1 files 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 |