diff options
-rw-r--r-- | packaging/libexif.changes | 3 | ||||
-rw-r--r-- | packaging/libexif.spec | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packaging/libexif.changes b/packaging/libexif.changes new file mode 100644 index 0000000..c3babe6 --- /dev/null +++ b/packaging/libexif.changes @@ -0,0 +1,3 @@ +* Sat May 11 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.181038@c5bd43f +- Set license using %license + diff --git a/packaging/libexif.spec b/packaging/libexif.spec index 21d9609..4aa9687 100644 --- a/packaging/libexif.spec +++ b/packaging/libexif.spec @@ -9,7 +9,6 @@ Source: %{name}-%{version}.tar.bz2 Source1: baselibs.conf BuildRequires: doxygen BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires %{name} = %{version}-%{release} @@ -48,6 +47,7 @@ make check %postun -p /sbin/ldconfig %files -f %{name}-12.lang +%license COPYING %defattr(-,root,root) %{_libdir}/*.so.* |