Clean spec file 78/21378/1 tizen_3.0.m14.2_ivi submit/tizen_common/20140618.103325 submit/tizen_ivi/20140624.064036 submit/tizen_ivi/20140626.125712 submit/tizen_ivi/20140626.130032 submit/tizen_ivi/20140626.144348 tizen_3.0.m14.2_ivi_release
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 19 May 2014 11:59:25 +0000 (13:59 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 19 May 2014 12:01:26 +0000 (14:01 +0200)
* Remove executable bits of license and source files.
* Set a valid license tag.
* Set a valid group tag.

Change-Id: I1f04787d6cdc54ad85ffe2d5634bd8159f6c122c
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
COPYING [changed mode: 0755->0644]
packaging/xdgmime.spec
test/perf.h [changed mode: 0755->0644]
test/xdgmime_test.c [changed mode: 0755->0644]
xdgmime/src/xdgmime.c [changed mode: 0755->0644]
xdgmime/src/xdgmimeglobs2.c [changed mode: 0755->0644]

diff --git a/COPYING b/COPYING
old mode 100755 (executable)
new mode 100644 (file)
index 4e482f1..e694b05 100644 (file)
@@ -1,11 +1,11 @@
 Name:           xdgmime
 Version:        0.0.12
-Release:        3
-License:        LGPLv2, AFLv2
+Release:        0
+License:        LGPL-2.0 and AFL-2.0
 Summary:        Pkg xdgmime
-Group:          TO_BE/FILLED_IN
+Group:          Applications/Other
 Source0:        xdgmime-%{version}.tar.gz
-Source1001:    xdgmime.manifest
+Source1001:     xdgmime.manifest
 BuildRequires:  cmake
 
 %description
@@ -30,8 +30,6 @@ make %{?_smp_mflags}
 
 %install
 %make_install
-mkdir -p %{buildroot}/usr/share/license
-install COPYING %{buildroot}/usr/share/license/%{name}
 
 %post -p /sbin/ldconfig
 
@@ -42,7 +40,7 @@ install COPYING %{buildroot}/usr/share/license/%{name}
 %defattr(-,root,root,-)
 %{_libdir}/libxdgmime.so.*
 %manifest xdgmime.manifest
-/usr/share/license/%{name}
+%license COPYING
 
 %files devel
 %manifest %{name}.manifest
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)