SPECS: faces-pm.spec - reintroduce py_postclean, detailed file lis...
wiget
wiget at pld-linux.org
Fri May 4 23:49:30 CEST 2007
Author: wiget Date: Fri May 4 21:49:30 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- reintroduce py_postclean, detailed file list
- release 2
---- Files affected:
SPECS:
faces-pm.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/faces-pm.spec
diff -u SPECS/faces-pm.spec:1.1 SPECS/faces-pm.spec:1.2
--- SPECS/faces-pm.spec:1.1 Thu May 3 21:55:50 2007
+++ SPECS/faces-pm.spec Fri May 4 23:49:25 2007
@@ -3,7 +3,7 @@
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
@@ -35,7 +35,10 @@
--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
@@ -52,9 +55,16 @@
%{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]
@@ -75,6 +85,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2007/05/04 21:49:25 wiget
+- reintroduce py_postclean, detailed file list
+- release 2
+
Revision 1.1 2007/05/03 19:55:50 wiget
- initial
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/faces-pm.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list