summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2017-03-28 19:07:03 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2017-03-28 19:08:31 +0900
commit8d25155e6429de8932c0b95436b07caaf50e771d (patch)
tree1e506f8664453cf1bebfa234d0c1bdb839760faf
parentb9c784fd54b8e5e3f5ee135dc727f616e6b54a0f (diff)
downloadlibexif-accepted/tizen_common.tar.gz
libexif-accepted/tizen_common.tar.bz2
libexif-accepted/tizen_common.zip
[Version] 0.6.21-2 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: Ib8876c56489a4a5d2d8d2fe4eb03bb5b10f5a6e9 Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
-rw-r--r--packaging/libexif.spec8
1 files changed, 3 insertions, 5 deletions
diff --git a/packaging/libexif.spec b/packaging/libexif.spec
index d92142b..3f9fb91 100644
--- a/packaging/libexif.spec
+++ b/packaging/libexif.spec
@@ -1,7 +1,7 @@
Name: libexif
Version: 0.6.21
-Release: 1
-License: LGPL-2.1+
+Release: 2
+License: LGPL-2.1
Summary: An EXIF Tag Parsing Library for Digital Cameras
Url: http://libexif.sourceforge.net
Group: System/Libraries
@@ -39,8 +39,6 @@ sh ./autogen.sh
make %{?jobs:-j%jobs}
%install
-mkdir -p %{buildroot}/usr/share/license
-cp COPYING %{buildroot}/usr/share/license/%{name}
%make_install
#%find_lang %{name}-12
@@ -51,9 +49,9 @@ cp COPYING %{buildroot}/usr/share/license/%{name}
#%files -f %{name}-12.lang
%files
%manifest %{name}.manifest
+%license COPYING
%defattr(-,root,root)
%{_libdir}/*.so.*
-%{_datadir}/license/%{name}
%files devel
%defattr(-,root,root)