Fixing packaging
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 13 Jun 2012 04:50:41 +0000 (21:50 -0700)
committerWang Quanxian <quanxian.wang@intel.com>
Thu, 28 Feb 2013 08:09:15 +0000 (16:09 +0800)
packaging/mesa-rpmlintrc [new file with mode: 0644]
packaging/mesa.spec

diff --git a/packaging/mesa-rpmlintrc b/packaging/mesa-rpmlintrc
new file mode 100644 (file)
index 0000000..ef7bc01
--- /dev/null
@@ -0,0 +1,3 @@
+# This line is mandatory to access the configuration functions
+from Config import *
+addFilter("mesa.* devel-file-in-non-devel-package")
index 87730e0..c565807 100644 (file)
@@ -5,7 +5,7 @@ Release:    1
 Group:      System/Libraries
 License:    MIT
 URL:        http://www.mesa3d.org/beta
-Source0:    MesaLib-%{version}.tar.bz2
+Source0:    %{name}-%{version}.tar.bz2
 Source1:    mesa-rpmlintrc
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(libdrm)