[freemedforms] - Fixed some file ownership issues

Ankur Sinha ankursinha at fedoraproject.org
Thu Jun 28 09:48:19 UTC 2012


commit f7e608a65a6e5b3b3555da93183340feb8520e7f
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Thu Jun 28 15:15:59 2012 +0530

    - Fixed some file ownership issues

 freemedforms.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/freemedforms.spec b/freemedforms.spec
index 47a22d8..496be18 100644
--- a/freemedforms.spec
+++ b/freemedforms.spec
@@ -182,17 +182,17 @@ rm -fvr $RPM_BUILD_ROOT/%{_datadir}/%{name}/package_helpers/
 
 %files
 %doc COPYING.txt README.txt
-%dir %{_docdir}/%{projectname}-project/
-%dir %{_datadir}/%{projectname}/
 
 %files emr
 %{_bindir}/%{name}
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/*.so
 %{_libdir}/%{name}/*pluginspec
+%dir %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.svg
 %{_mandir}/man1/%{name}.*
+%{_docdir}/%{projectname}-project/%{name}/
 
 %files emr-data
 %{_datadir}/%{name}/forms/
@@ -216,6 +216,7 @@ rm -fvr $RPM_BUILD_ROOT/%{_datadir}/%{name}/package_helpers/
 %{_libdir}/%{projectname}-common/*so
 
 %files common-resources
+%dir %{_docdir}/%{projectname}-project/
 %{_datadir}/%{projectname}/textfiles/
 
 %changelog


More information about the scm-commits mailing list