[luma] Add ../plugins/browser/templates (#906498)

Jochen Schmitt s4504kr at fedoraproject.org
Thu Jan 31 20:18:20 UTC 2013


commit 7267aa6bf7018ef0650bf1becb6d50f5223446b7
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu Jan 31 21:18:13 2013 +0100

    Add ../plugins/browser/templates (#906498)

 luma.spec |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/luma.spec b/luma.spec
index 873e6c3..99dc815 100644
--- a/luma.spec
+++ b/luma.spec
@@ -1,6 +1,6 @@
 Name:		luma
 Version:	3.0.7
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:	A graphical tool for managing LDAP servers
 
 Group:		Applications/System
@@ -39,6 +39,11 @@ python ./setup.py build
 %install
 python ./setup.py install --root=$RPM_BUILD_ROOT
 
+# Add plugins/browser/templates
+install -d $RPM_BUILD_ROOT%{python_sitelib}/luma/plugins/browser/templates
+cp -R luma/plugins/browser/templates/* \
+   $RPM_BUILD_ROOT%{python_sitelib}/luma/plugins/browser/templates
+
 # Desktop entry for luma-settings
 desktop-file-validate \
 	$RPM_BUILD_ROOT%{_datadir}/applications/luma.desktop  
@@ -59,6 +64,9 @@ desktop-file-validate \
 %doc AUTHORS ChangeLog COPYING README TODO
 
 %changelog
+* Thu Jan 31 2013 Jochen Schmitt <Jochen herr-schmitt de> - 3.0.7-2
+- Add ../plugins/browser/templates (#906498)
+
 * Tue Oct  2 2012 Jochen Schmitt <JOchen herr-schmitt de> - 3.0.7-1
 - New upstream release
 


More information about the scm-commits mailing list