diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-30 17:49:17 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-30 17:49:17 -0800 |
commit | cdff4c798d5e371b0965f03c070e2fd3bd94bf7f (patch) | |
tree | ced0c0fbc2ba8d061a6b6ca655dc21faad852000 | |
parent | 27603da43c6382b6fd6b587a35419e730fba7f12 (diff) | |
download | raptor-cdff4c798d5e371b0965f03c070e2fd3bd94bf7f.tar.gz raptor-cdff4c798d5e371b0965f03c070e2fd3bd94bf7f.tar.bz2 raptor-cdff4c798d5e371b0965f03c070e2fd3bd94bf7f.zip |
spec cleanup
-rw-r--r-- | packaging/raptor.spec | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packaging/raptor.spec b/packaging/raptor.spec index 58cc6c1..9c12c69 100644 --- a/packaging/raptor.spec +++ b/packaging/raptor.spec @@ -59,14 +59,13 @@ unset MALLOC_CHECK_ %postun -n libraptor -p /sbin/ldconfig -%clean -rm -rf %{buildroot} + +%docs_package %files %defattr(-,root,root) -%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README +%license COPYING COPYING.LIB LICENSE.txt %{_bindir}/rapper -%{_mandir}/man?/* %files -n libraptor-devel %defattr(-,root,root) |