[shiboken] Removed spurious objects.inv file from html docs

Kalev Lember kalev at fedoraproject.org
Sat Nov 27 09:25:57 UTC 2010


commit ac303fe2c1f3a8fe117756c380291bf6b75a50ed
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sat Nov 27 11:25:56 2010 +0200

    Removed spurious objects.inv file from html docs

 shiboken.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/shiboken.spec b/shiboken.spec
index c1d3ffe..892c36c 100644
--- a/shiboken.spec
+++ b/shiboken.spec
@@ -2,7 +2,7 @@
 
 Name:           shiboken
 Version:        1.0.0
-Release:        0.1.%{prerelease}%{?dist}
+Release:        0.2.%{prerelease}%{?dist}
 Summary:        CPython bindings generator for C++ libraries
 
 Group:          Development/Tools
@@ -79,6 +79,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 make %{?_smp_mflags} -C %{_target_platform} doc
 rm -f %{_target_platform}/doc/html/_static/images/._*
 rm -f %{_target_platform}/doc/html/.buildinfo
+rm -f %{_target_platform}/doc/html/objects.inv
 rm -rf %{_target_platform}/doc/html/.doctrees
 
 
@@ -121,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 27 2010 Kalev Lember <kalev at smartlink.ee> - 1.0.0-0.2.beta1
+- Removed spurious objects.inv file from html docs
+
 * Fri Nov 26 2010 Kalev Lember <kalev at smartlink.ee> - 1.0.0-0.1.beta1
 - Update to 1.0.0~beta1
 


More information about the scm-commits mailing list