summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-17 04:50:11 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-08-17 04:50:11 +0000
commit3021c1ff874660b3238e901fef8425ff3eee1d7a (patch)
tree3f4f658c3e7b4323d112cc47721c1bd959c07b80
parentf2151c1e13337493246f9e61c604d95e97c70442 (diff)
downloadrdiff-backup-3021c1ff874660b3238e901fef8425ff3eee1d7a.tar.gz
Removed /usr/share/doc at advice of Charles Duffy
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@619 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/dist/rdiff-backup.spec.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/rdiff-backup/dist/rdiff-backup.spec.template b/rdiff-backup/dist/rdiff-backup.spec.template
index 27fe826..b2e204b 100644
--- a/rdiff-backup/dist/rdiff-backup.spec.template
+++ b/rdiff-backup/dist/rdiff-backup.spec.template
@@ -38,6 +38,7 @@ differences from the previous backup will be transmitted.
%{PYTHON_NAME} setup.py install --root $RPM_BUILD_ROOT
# Produce .pyo files for %ghost directive later
%{PYTHON_NAME} -Oc 'from compileall import *; compile_dir("'$RPM_BUILD_ROOT/%{_libdir}/python%{PYTHON_VERSION}/site-packages/rdiff_backup'")'
+rm -rf $RPM_BUILD_ROOT/usr/share/doc/*
%clean
rm -rf $RPM_BUILD_ROOT
@@ -54,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%doc CHANGELOG COPYING FAQ.html examples.html README
%changelog
+* Tue Aug 16 2005 Ben Escoto <ben@emerose.org> - 1.0.0-2
+- Removing /usr/share/doc in build for some obscure reason
+
* Mon Mar 28 2005 Ben Escoto <ben@emerose.org> - 0.13.5-1
- Set librsync >= 0.9.7 to encourage upgrade