diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-07-11 11:26:25 +0200 |
---|---|---|
committer | Ronan Le Martret <ronan@fridu.net> | 2014-07-11 11:26:25 +0200 |
commit | 5e5be094af84c8443a42e1981c649dece1693ae3 (patch) | |
tree | 36106af3392ce392a83b86322cd6f9974846646b | |
parent | 93ad04ea3339d7a4b8122bd9bf5ea36d4816f4bc (diff) | |
download | xdgmime-accepted/tizen_3.0.2014.q3_common.tar.gz xdgmime-accepted/tizen_3.0.2014.q3_common.tar.bz2 xdgmime-accepted/tizen_3.0.2014.q3_common.zip |
clean spec file for yocto compliance.tizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20140916.000000submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_common/20140912.150451submit/tizen_common/20140912.150039accepted/tizen/common/20140915.091251tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.m14.3_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_common
Change-Id: I8088918ca27b5edb0b94c531150589a4371ab050
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r-- | packaging/xdgmime.spec | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/packaging/xdgmime.spec b/packaging/xdgmime.spec index e694b05..2c98432 100644 --- a/packaging/xdgmime.spec +++ b/packaging/xdgmime.spec @@ -2,22 +2,22 @@ Name: xdgmime Version: 0.0.12 Release: 0 License: LGPL-2.0 and AFL-2.0 -Summary: Pkg xdgmime +Summary: Querying information about file type Group: Applications/Other Source0: xdgmime-%{version}.tar.gz Source1001: xdgmime.manifest BuildRequires: cmake %description -Package xdgmime +Querying information about file type package. %package devel -Summary: Pkg xdgmime (devel) +Summary: Querying information about file type (devel) Group: Development/Libraries Requires: %{name} = %{version} %description devel -Package xdgmime (devel) +Querying information about file type (devel) package. %prep %setup -q @@ -25,8 +25,7 @@ cp %{SOURCE1001} . %build %cmake . - -make %{?_smp_mflags} +%__make %{?_smp_mflags} %install %make_install @@ -39,7 +38,6 @@ make %{?_smp_mflags} %manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/libxdgmime.so.* -%manifest xdgmime.manifest %license COPYING %files devel |