[cmake] Use unversioned doc dir fix

Orion Poplawski orion at fedoraproject.org
Tue Aug 27 03:26:20 UTC 2013


commit 314d5f5b5d20cd501d0b356a8d985f995cb3caaf
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Mon Aug 26 21:25:52 2013 -0600

    Use unversioned doc dir fix

 cmake.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cmake.spec b/cmake.spec
index e635116..f02ed9d 100644
--- a/cmake.spec
+++ b/cmake.spec
@@ -121,7 +121,7 @@ pushd build
 make install DESTDIR=%{buildroot}
 find %{buildroot}/%{_datadir}/%{name}/Modules -type f | xargs chmod -x
 popd
-cp -a Example %{buildroot}%{_docdir}/%{name}-%{version}/
+cp -a Example %{buildroot}%{_docdir}/%{name}/
 mkdir -p %{buildroot}%{_emacs_sitelispdir}/%{name}
 install -m 0644 Docs/cmake-mode.el %{buildroot}%{_emacs_sitelispdir}/%{name}
 %{_emacs_bytecompile} %{buildroot}%{_emacs_sitelispdir}/%{name}/cmake-mode.el


More information about the scm-commits mailing list