[python-django-roa] Move examples back to their own dir in docs.

Ville Skyttä scop at fedoraproject.org
Sat Dec 14 19:50:41 UTC 2013


commit 0289f6bd266115d0f241b5cbf53fa0b18562314e
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sat Dec 14 21:50:45 2013 +0200

    Move examples back to their own dir in docs.

 python-django-roa.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-django-roa.spec b/python-django-roa.spec
index 1b84c43..98a1110 100644
--- a/python-django-roa.spec
+++ b/python-django-roa.spec
@@ -3,7 +3,7 @@
 
 Name:           python-%{pypi_name}
 Version:        1.7
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Turn your models into remote resources that you can access through Django's ORM
 
 License:        BSD
@@ -41,7 +41,7 @@ cp %{SOURCE1} .
 
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}
+mkdir -p %{buildroot}%{_docdir}/%{name}
 mv %{buildroot}%{python_sitelib}/examples %{buildroot}%{_docdir}/%{name}
 
 
@@ -52,6 +52,9 @@ mv %{buildroot}%{python_sitelib}/examples %{buildroot}%{_docdir}/%{name}
 
 
 %changelog
+* Sat Dec 14 2013 Ville Skyttä <ville.skytta at iki.fi> - 1.7-6
+- Move examples back to their own dir in docs.
+
 * Mon Aug 05 2013 Bohuslav Kabrda <bkabrda at redhat.com> - 1.7-5
 - The docdirs are now unversioned, so we have to put examples in unversioned dir.
 


More information about the scm-commits mailing list