summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-07-11 11:26:25 +0200
committerRonan Le Martret <ronan@fridu.net>2014-07-11 11:26:25 +0200
commit5e5be094af84c8443a42e1981c649dece1693ae3 (patch)
tree36106af3392ce392a83b86322cd6f9974846646b
parent93ad04ea3339d7a4b8122bd9bf5ea36d4816f4bc (diff)
downloadxdgmime-tizen_3.0.2014.q4_common.tar.gz
xdgmime-tizen_3.0.2014.q4_common.tar.bz2
xdgmime-tizen_3.0.2014.q4_common.zip
Change-Id: I8088918ca27b5edb0b94c531150589a4371ab050 Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r--packaging/xdgmime.spec12
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