diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-03-31 14:46:21 +0900 |
---|---|---|
committer | Donghun Kwak <dh0128.kwak@samsung.com> | 2017-03-30 22:47:03 -0700 |
commit | f7ccef156fa4994a4c3fc62556b8b323eb3e5e64 (patch) | |
tree | 0acd95edc4ff99eb767ca28f5100ec4e4adeefce | |
parent | 7e15daf4f2e26a440fc15817dc501b48e5189739 (diff) | |
download | pcre-f7ccef156fa4994a4c3fc62556b8b323eb3e5e64.tar.gz pcre-f7ccef156fa4994a4c3fc62556b8b323eb3e5e64.tar.bz2 pcre-f7ccef156fa4994a4c3fc62556b8b323eb3e5e64.zip |
Add license filetizen_3.0
- Add license file all packages
[Model] ALL
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem] license file does not exist at package
[Cause & Measure] add license file at each package
[Checking Method] N/A
[Team] Open Source Management and Setting Part
[Developer] dh0128.kwak
[Solution company] Samsung
[Change Type] N/A
Change-Id: Ibb1523d47988c1d3dddb2d3b4f652bd11d100a28
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
-rw-r--r-- | packaging/pcre.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/pcre.spec b/packaging/pcre.spec index dd04546..adb0df2 100644 --- a/packaging/pcre.spec +++ b/packaging/pcre.spec @@ -139,22 +139,22 @@ rm -f %{buildroot}%{_libdir}/*.la %files -n libpcre %manifest %{name}.manifest -%license COPYING +%license LICENCE %{_libdir}/libpcre.so.* %files -n libpcrecpp %manifest %{name}.manifest -%license COPYING +%license LICENCE %{_libdir}/libpcrecpp.so.* %files -n libpcreposix %manifest %{name}.manifest -%license COPYING +%license LICENCE %{_libdir}/libpcreposix.so.* %files tools %manifest %{name}.manifest -%license COPYING +%license LICENCE %{_bindir}/pcregrep %{_bindir}/pcretest %{_mandir}/man1/pcregrep.* |