diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2013-08-02 09:03:21 +0300 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-09-24 10:55:17 +0800 |
commit | 0221582c365202e4e7904758b75e6ad6be5892af (patch) | |
tree | 89717730015ceb1bc57f3c218aca5af9c45804f6 | |
parent | 6f77f60ad5e8dad21b743cb403e7692e08df9ef8 (diff) | |
download | mesa-0221582c365202e4e7904758b75e6ad6be5892af.tar.gz mesa-0221582c365202e4e7904758b75e6ad6be5892af.tar.bz2 mesa-0221582c365202e4e7904758b75e6ad6be5892af.zip |
packaging: minor spec cleanup, update changelog
Change-Id: I963656d37c7f810120b14c0791f5784e43be4ded
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
-rw-r--r-- | packaging/mesa.spec | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index b648028bb1e..1447b3864fd 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -1,9 +1,6 @@ %define glamor 1 %bcond_with wayland -%define _version 9.1.3 -%define _name_archive MesaLib - Name: mesa Version: 9.1.3 Release: 0 @@ -11,7 +8,7 @@ License: MIT Summary: System for rendering interactive 3-D graphics Url: http://www.mesa3d.org Group: Graphics & UI Framework/Hardware Adaptation -Source: %{_name_archive}-%{_version}.tar.bz2 +Source: MesaLib-%{version}.tar.bz2 Source2: baselibs.conf Source3: README.updates Source5: drirc @@ -337,7 +334,7 @@ functions. It is intended to be mainly used by the Mesa-libGLES* packages. %prep -%setup -n MesaLib-%{_version} -q +%setup -q cp %{SOURCE1001} . rm -rf docs/README.{VMS,WIN32,OS2} |