From: Kévin THIERRY Date: Mon, 19 May 2014 11:59:25 +0000 (+0200) Subject: Clean spec file X-Git-Tag: submit/tizen_common/20140618.103325^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F21378%2F1;p=platform%2Fcore%2Fappfw%2Fxdgmime.git Clean spec file * 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 --- diff --git a/COPYING b/COPYING old mode 100755 new mode 100644 diff --git a/packaging/xdgmime.spec b/packaging/xdgmime.spec index 4e482f1..e694b05 100644 --- a/packaging/xdgmime.spec +++ b/packaging/xdgmime.spec @@ -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 diff --git a/test/perf.h b/test/perf.h old mode 100755 new mode 100644 diff --git a/test/xdgmime_test.c b/test/xdgmime_test.c old mode 100755 new mode 100644 diff --git a/xdgmime/src/xdgmime.c b/xdgmime/src/xdgmime.c old mode 100755 new mode 100644 diff --git a/xdgmime/src/xdgmimeglobs2.c b/xdgmime/src/xdgmimeglobs2.c old mode 100755 new mode 100644