[libxcb] Don't %doc in the base package, that pulls in copies of things we only want in -doc subpackage.

Adam Jackson ajax at fedoraproject.org
Fri Jan 13 18:26:34 UTC 2012


commit 5b5004c8b3b1d615276f758d478a0a58a3057a45
Author: Adam Jackson <ajax at redhat.com>
Date:   Fri Jan 13 13:26:29 2012 -0500

    Don't %doc in the base package, that pulls in copies of things we only
    want in -doc subpackage.

 libxcb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libxcb.spec b/libxcb.spec
index 12e75bc..fb9c807 100644
--- a/libxcb.spec
+++ b/libxcb.spec
@@ -1,6 +1,6 @@
 Name:           libxcb
 Version:        1.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A C binding to the X11 protocol
 
 Group:          System Environment/Libraries
@@ -74,7 +74,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING
 %{_libdir}/libxcb-composite.so.0*
 %{_libdir}/libxcb-damage.so.0*
 %{_libdir}/libxcb-dpms.so.0*
@@ -109,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/doc/%{name}-%{version}
 
 %changelog
+* Fri Jan 13 2012 Adam Jackson <ajax at redhat.com> 1.8-2
+- Don't %%doc in the base package, that pulls in copies of things we only
+  want in -doc subpackage.
+
 * Wed Jan 11 2012 Adam Jackson <ajax at redhat.com> 1.8-1
 - libxcb 1.8
 


More information about the scm-commits mailing list