]> git.pld-linux.org Git - packages/faces-pm.git/commitdiff
- reintroduce py_postclean, detailed file list
authorArtur Frysiak <artur@frysiak.net>
Fri, 4 May 2007 21:49:25 +0000 (21:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    faces-pm.spec -> 1.2

faces-pm.spec

index 5530928b1c1b568e5087c559b75bcca23f0304d4..1df4469b3df705087459ee96d0418b7155547c61 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Project managment tool
 Summary(pl.UTF-8):     Narzędzie do zarządzania projektem
 Name:          faces-pm
 Version:       0.11.4
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Development/Languages/Python
 Source0:       http://dl.sourceforge.net/faces-project/%{name}-%{version}.tar.gz
@@ -34,7 +34,10 @@ python setup.py install \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
 
-#py_postclean
+%py_postclean
+# reinstall project templates deleted by py_postclean
+install ./faces/gui/resources/templates/*.py \
+       $RPM_BUILD_ROOT%{py_sitescriptdir}/faces/gui/resources/templates/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -51,9 +54,16 @@ rm -rf $RPM_BUILD_ROOT
 %{py_sitescriptdir}/faces/gui/*.py[co]
 %dir %{py_sitescriptdir}/faces/gui/editor
 %dir %{py_sitescriptdir}/faces/gui/editor/*.py[co]
-%{py_sitescriptdir}/faces/gui/resources
+%dir %{py_sitescriptdir}/faces/gui/resources
+%dir %{py_sitescriptdir}/faces/gui/resources/help
+%{py_sitescriptdir}/faces/gui/resources/help/*.zip
+%dir %{py_sitescriptdir}/faces/gui/resources/images
+%{py_sitescriptdir}/faces/gui/resources/images/*.gif
+%{py_sitescriptdir}/faces/gui/resources/images/*.png
+%{py_sitescriptdir}/faces/gui/resources/images/*.ico
+%dir %{py_sitescriptdir}/faces/gui/resources/templates
+%{py_sitescriptdir}/faces/gui/resources/templates/*.py
 %dir %{py_sitescriptdir}/faces/howtos
-#%{py_sitescriptdir}/faces/howtos/*.py[co]
 %{py_sitescriptdir}/faces/howtos/*.txt
 %dir %{py_sitescriptdir}/faces/lib
 %{py_sitescriptdir}/faces/lib/*.py[co]
This page took 0.083595 seconds and 4 git commands to generate.