From 8d25155e6429de8932c0b95436b07caaf50e771d Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Tue, 28 Mar 2017 19:07:03 +0900 Subject: [PATCH] Update spec file for license macro [Version] 0.6.21-2 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: Ib8876c56489a4a5d2d8d2fe4eb03bb5b10f5a6e9 Signed-off-by: Jeongmo Yang --- packaging/libexif.spec | 8 +++----- 1 file 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) -- 2.7.4