summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyotaek Shim <hyotaek.shim@samsung.com>2017-11-17 14:52:37 +0900
committerHyotaek Shim <hyotaek.shim@samsung.com>2017-11-17 14:52:37 +0900
commitdeca7dd12c9a7c39dce2b2131a5669a50cad74c0 (patch)
treebc2083d64cc12c94ce877a7275471cbe43249d19
parent965f0e55d4136f7f78aa1bd05695302c980765d2 (diff)
downloadcryptsetup-tizen_5.0.tar.gz
cryptsetup-tizen_5.0.tar.bz2
cryptsetup-tizen_5.0.zip
Change-Id: Iaa014c33594f250ac28b8969c6fbcb782e4e3367 Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r--COPYING.GPL-2.0+ (renamed from COPYING)0
-rw-r--r--COPYING.LGPL-2.1+ (renamed from COPYING.LGPL)0
-rw-r--r--packaging/cryptsetup.spec9
3 files changed, 6 insertions, 3 deletions
diff --git a/COPYING b/COPYING.GPL-2.0+
index 86289a1..86289a1 100644
--- a/COPYING
+++ b/COPYING.GPL-2.0+
diff --git a/COPYING.LGPL b/COPYING.LGPL-2.1+
index 7e354d5..7e354d5 100644
--- a/COPYING.LGPL
+++ b/COPYING.LGPL-2.1+
diff --git a/packaging/cryptsetup.spec b/packaging/cryptsetup.spec
index 8704e7a..38e5645 100644
--- a/packaging/cryptsetup.spec
+++ b/packaging/cryptsetup.spec
@@ -2,7 +2,7 @@ Name: cryptsetup
Summary: The cryptsetup
Version: 1.6.7
Release: 1
-License: GPL-2.0+
+License: GPL-2.0+, LGPL-2.1+
Group: Base/Device Management
URL: http://code.google.com/p/cryptsetup/
Source0: %{name}-%{version}.tar.xz
@@ -19,7 +19,7 @@ BuildRequires: automake
BuildRequires: gettext
Requires: libgpg-error
-Requires: libdevmapper
+Requires: device-mapper
Requires: libgcrypt
%description
@@ -75,7 +75,7 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest
%files
%defattr(-,root,root,-)
%manifest %{_datadir}/binary_package_name.manifest
-%license COPYING
+%license COPYING.GPL-2.0+
%{_libdir}/libcryptsetup.so
%{_libdir}/libcryptsetup.so.4
%{_libdir}/libcryptsetup.so.4.7.0
@@ -83,11 +83,13 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest
%{_sbindir}/veritysetup
%files devel
+%license COPYING.LGPL-2.1+
%{_includedir}/libcryptsetup.h
%{_libdir}/libcryptsetup.so
%{_libdir}/pkgconfig/libcryptsetup.pc
%files locale
+%license COPYING.GPL-2.0+
%{_datarootdir}/locale/cs/LC_MESSAGES/cryptsetup.mo
%{_datarootdir}/locale/de/LC_MESSAGES/cryptsetup.mo
%{_datarootdir}/locale/fi/LC_MESSAGES/cryptsetup.mo
@@ -102,5 +104,6 @@ cp -a %{SOURCE1} %{buildroot}%{_datadir}/binary_package_name.manifest
%{_datarootdir}/locale/es/LC_MESSAGES/cryptsetup.mo
%files doc
+%license COPYING.GPL-2.0+
%{_mandir}/man8/cryptsetup.8.gz
%{_mandir}/man8/veritysetup.8.gz