diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-02-11 07:33:24 -0800 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-09-24 10:55:16 +0800 |
commit | 31e72a1628aaf758f5279d9472f0b563689a3010 (patch) | |
tree | 8b5079a0a03f101e30b69279b72ecfb3484d18b9 | |
parent | d804f2f6d6c05d9ab24bc422a6ead13378bb732b (diff) | |
download | mesa-31e72a1628aaf758f5279d9472f0b563689a3010.tar.gz mesa-31e72a1628aaf758f5279d9472f0b563689a3010.tar.bz2 mesa-31e72a1628aaf758f5279d9472f0b563689a3010.zip |
spec cleanup
-rw-r--r-- | packaging/mesa.spec | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packaging/mesa.spec b/packaging/mesa.spec index c8071c36998..f8d0317ee30 100644 --- a/packaging/mesa.spec +++ b/packaging/mesa.spec @@ -458,8 +458,9 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc -%post -n libXvMC_softpipe -%postun -n libXvMC_softpipe +%post -n libXvMC_softpipe -p /sbin/ldconfig + +%postun -n libXvMC_softpipe -p /sbin/ldconfig %endif @@ -469,7 +470,7 @@ install -m 644 $RPM_SOURCE_DIR/drirc $RPM_BUILD_ROOT/etc %files %defattr(-,root,root) -%doc docs/README* docs/COPYING +%license docs/COPYING %config /etc/drirc %{_libdir}/dri/ %_libdir/libdricore9*.so.* |