Release version 0.0.15
[platform/core/appfw/xdgmime.git] / packaging / xdgmime.spec
index 9b45d4d..53aac47 100644 (file)
@@ -1,30 +1,31 @@
 Name:           xdgmime
-Version:        0.0.12
-Release:        2
-License:        LGPLv2, AFLv2
-Summary:        Pkg xdgmime
-Group:          TO_BE/FILLED_IN
+Version:        0.0.15
+Release:        0
+License:        LGPL-2.1+ and AFL-2.0
+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
+cp %{SOURCE1001} .
 
 %build
 %cmake . 
-
-make %{?_smp_mflags}
+%__make %{?_smp_mflags}
 
 %install
 %make_install
@@ -34,11 +35,13 @@ make %{?_smp_mflags}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libxdgmime.so.*
-%manifest xdgmime.manifest
+%license COPYING
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_includedir}/xdgmime.h
 %{_libdir}/libxdgmime.so