Packaging: correct rpmlint errors/warnings 66/27966/1 tizen
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Sep 2014 14:50:24 +0000 (16:50 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 23 Sep 2014 14:51:38 +0000 (16:51 +0200)
Change-Id: If85a604baf1d498c7764c1b60005a3bea8658346
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
packaging/python-evas.spec

index 7eba908..1699033 100644 (file)
@@ -5,22 +5,23 @@
 Name:           python-evas
 Version:        1.7.0
 Release:        0
-License:        LGPL2.1
+License:        LGPL-2.1
 Summary:        Evas python bindings
 Url:            http://www.enlightenment.org
-Group:          EFL
+Group:          Graphics & UI Framework/EFL
 Source:         %{name}-%{version}.tar.bz2
-Source1001:    python-evas.manifest
+Source1001:     python-evas.manifest
 BuildRequires:  python-devel
 BuildRequires:  pkgconfig(dbus-python)
 BuildRequires:  pkgconfig(evas)
+BuildRequires:  fdupes
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Evas python bindings.
+Python bindings for evas.
 
 %package devel
-Summary:        Development files for %{name}
+Summary:        Dev files for %{name}
 Group:          Development/Python
 
 %description devel
@@ -31,11 +32,12 @@ Development files for %{name}.
 cp %{SOURCE1001} .
 
 %build
-%configure
-make %{?_smp_mflags}
+%reconfigure
+%__make %{?_smp_mflags}
 
 %install
 %make_install
+%fdupes %{buildroot}
 
 %files
 %manifest %{name}.manifest
@@ -43,12 +45,9 @@ make %{?_smp_mflags}
 %defattr(-,root,root)
 %{_libdir}/python2.7/site-packages/evas
 
-
 %files devel
 %manifest %{name}.manifest
 %{_datadir}/python-evas/examples/01-smart_object.py
 %{_includedir}/python-evas/evas
 %{_libdir}/pkgconfig/python-evas.pc
 
-
-%changelog