[mypaint] %{_bindir}/mypaint is arch specific and belongs into base package (#773079)

Christoph Wickert cwickert at fedoraproject.org
Tue Jan 10 23:32:00 UTC 2012


commit f5fb4a308155567f5dfd24cb151d85bcff67245f
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Wed Jan 11 00:31:49 2012 +0100

    %{_bindir}/mypaint is arch specific and belongs into base package (#773079)

 mypaint.spec |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/mypaint.spec b/mypaint.spec
index ded3a9d..4cb981e 100644
--- a/mypaint.spec
+++ b/mypaint.spec
@@ -2,7 +2,7 @@
 
 Name:           mypaint
 Version:        1.0.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A fast and easy graphics application for digital painters
 
 Group:          Applications/Multimedia
@@ -107,19 +107,28 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc changelog COPYING LICENSE README README.CD_concept README.Ramon2 doc/
+%{_bindir}/%{name}
 %dir %{_libdir}/mypaint/
 %{_libdir}/mypaint/_mypaintlib.so
+%dir %{_datadir}/%{name}/
+%{_datadir}/%{name}/brushlib
+%{_datadir}/%{name}/gui
+%{_datadir}/%{name}/lib
 
 
 %files data
 %defattr(-,root,root,-)
-%{_bindir}/%{name}
-%{_datadir}/%{name}/
+%{_datadir}/%{name}/backgrounds
+%{_datadir}/%{name}/brushes
+%{_datadir}/%{name}/pixmaps
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/*
 
 
 %changelog
+* Tue Jan 10 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-2
+- %%{_bindir}/mypaint is arch specific and belongs into base package (#773079)
+
 * Tue Jan 10 2012 Christoph Wickert <cwickert at fedoraproject.org> - 1.0.0-1
 - Update to 1.0.0
 - Add brush sets Ramon2 and Concept Design


More information about the scm-commits mailing list