packages: seamonkey-lang-nl/seamonkey-lang-nl.spec, seamonkey-lang-pl/seamo...
glen
glen at pld-linux.org
Thu Mar 25 13:15:41 CET 2010
Author: glen Date: Thu Mar 25 12:15:41 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- update chrome+xpcom-generate run so it is run only once on installs and upgrades
and avoid executing it if the script does not exist (main package is removed
in same transaction)
---- Files affected:
packages/seamonkey-lang-nl:
seamonkey-lang-nl.spec (1.2 -> 1.3)
packages/seamonkey-lang-pl:
seamonkey-lang-pl.spec (1.29 -> 1.30)
packages/seamonkey-lang-pt:
seamonkey-lang-pt.spec (1.9 -> 1.10)
packages/seamonkey-lang-ru:
seamonkey-lang-ru.spec (1.23 -> 1.24)
packages/seamonkey-lang-sv:
seamonkey-lang-sv.spec (1.14 -> 1.15)
packages/seamonkey-lang-tr:
seamonkey-lang-tr.spec (1.7 -> 1.8)
packages/seamonkey-theme-GrayModern:
seamonkey-theme-GrayModern.spec (1.6 -> 1.7)
packages/seamonkey-theme-mostlycrystal:
seamonkey-theme-mostlycrystal.spec (1.4 -> 1.5)
packages/seamonkey-theme-mostlycrystal-small:
seamonkey-theme-mostlycrystal-small.spec (1.4 -> 1.5)
packages/seamonkey-theme-pinball:
seamonkey-theme-pinball.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/seamonkey-lang-nl/seamonkey-lang-nl.spec
diff -u packages/seamonkey-lang-nl/seamonkey-lang-nl.spec:1.2 packages/seamonkey-lang-nl/seamonkey-lang-nl.spec:1.3
--- packages/seamonkey-lang-nl/seamonkey-lang-nl.spec:1.2 Fri Nov 14 17:41:12 2008
+++ packages/seamonkey-lang-nl/seamonkey-lang-nl.spec Thu Mar 25 13:15:36 2010
@@ -45,10 +45,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -63,6 +65,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2010/03/25 12:15:36 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.2 2008/11/14 16:41:12 qboosh
- updated to 1.1.13
================================================================
Index: packages/seamonkey-lang-pl/seamonkey-lang-pl.spec
diff -u packages/seamonkey-lang-pl/seamonkey-lang-pl.spec:1.29 packages/seamonkey-lang-pl/seamonkey-lang-pl.spec:1.30
--- packages/seamonkey-lang-pl/seamonkey-lang-pl.spec:1.29 Tue Mar 24 21:54:03 2009
+++ packages/seamonkey-lang-pl/seamonkey-lang-pl.spec Thu Mar 25 13:15:36 2010
@@ -55,10 +55,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -80,6 +82,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2010/03/25 12:15:36 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.29 2009/03/24 20:54:03 duddits
- up to 1.1.15
================================================================
Index: packages/seamonkey-lang-pt/seamonkey-lang-pt.spec
diff -u packages/seamonkey-lang-pt/seamonkey-lang-pt.spec:1.9 packages/seamonkey-lang-pt/seamonkey-lang-pt.spec:1.10
--- packages/seamonkey-lang-pt/seamonkey-lang-pt.spec:1.9 Tue Mar 24 21:54:20 2009
+++ packages/seamonkey-lang-pt/seamonkey-lang-pt.spec Thu Mar 25 13:15:37 2010
@@ -51,10 +51,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -70,6 +72,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2010/03/25 12:15:37 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.9 2009/03/24 20:54:20 duddits
- up to 1.1.15
================================================================
Index: packages/seamonkey-lang-ru/seamonkey-lang-ru.spec
diff -u packages/seamonkey-lang-ru/seamonkey-lang-ru.spec:1.23 packages/seamonkey-lang-ru/seamonkey-lang-ru.spec:1.24
--- packages/seamonkey-lang-ru/seamonkey-lang-ru.spec:1.23 Tue Mar 24 21:54:33 2009
+++ packages/seamonkey-lang-ru/seamonkey-lang-ru.spec Thu Mar 25 13:15:37 2010
@@ -49,10 +49,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -72,6 +74,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2010/03/25 12:15:37 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.23 2009/03/24 20:54:33 duddits
- up to 1.1.15
================================================================
Index: packages/seamonkey-lang-sv/seamonkey-lang-sv.spec
diff -u packages/seamonkey-lang-sv/seamonkey-lang-sv.spec:1.14 packages/seamonkey-lang-sv/seamonkey-lang-sv.spec:1.15
--- packages/seamonkey-lang-sv/seamonkey-lang-sv.spec:1.14 Tue Oct 21 18:21:38 2008
+++ packages/seamonkey-lang-sv/seamonkey-lang-sv.spec Thu Mar 25 13:15:37 2010
@@ -49,10 +49,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -70,6 +72,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2010/03/25 12:15:37 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.14 2008/10/21 16:21:38 qboosh
- updated to 1.1.12
================================================================
Index: packages/seamonkey-lang-tr/seamonkey-lang-tr.spec
diff -u packages/seamonkey-lang-tr/seamonkey-lang-tr.spec:1.7 packages/seamonkey-lang-tr/seamonkey-lang-tr.spec:1.8
--- packages/seamonkey-lang-tr/seamonkey-lang-tr.spec:1.7 Sun Jun 1 16:35:14 2008
+++ packages/seamonkey-lang-tr/seamonkey-lang-tr.spec Thu Mar 25 13:15:37 2010
@@ -46,10 +46,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -66,6 +68,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2010/03/25 12:15:37 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.7 2008/06/01 14:35:14 megabajt
- changed Group to I18n
================================================================
Index: packages/seamonkey-theme-GrayModern/seamonkey-theme-GrayModern.spec
diff -u packages/seamonkey-theme-GrayModern/seamonkey-theme-GrayModern.spec:1.6 packages/seamonkey-theme-GrayModern/seamonkey-theme-GrayModern.spec:1.7
--- packages/seamonkey-theme-GrayModern/seamonkey-theme-GrayModern.spec:1.6 Sun Oct 21 16:13:04 2007
+++ packages/seamonkey-theme-GrayModern/seamonkey-theme-GrayModern.spec Thu Mar 25 13:15:38 2010
@@ -43,10 +43,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -59,6 +61,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2010/03/25 12:15:38 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.6 2007/10/21 14:13:04 hawk
- oops! updated version
================================================================
Index: packages/seamonkey-theme-mostlycrystal/seamonkey-theme-mostlycrystal.spec
diff -u packages/seamonkey-theme-mostlycrystal/seamonkey-theme-mostlycrystal.spec:1.4 packages/seamonkey-theme-mostlycrystal/seamonkey-theme-mostlycrystal.spec:1.5
--- packages/seamonkey-theme-mostlycrystal/seamonkey-theme-mostlycrystal.spec:1.4 Mon Feb 12 23:09:14 2007
+++ packages/seamonkey-theme-mostlycrystal/seamonkey-theme-mostlycrystal.spec Thu Mar 25 13:15:38 2010
@@ -47,10 +47,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -63,6 +65,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/03/25 12:15:38 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.4 2007/02/12 22:09:14 glen
- tabs in preamble
================================================================
Index: packages/seamonkey-theme-mostlycrystal-small/seamonkey-theme-mostlycrystal-small.spec
diff -u packages/seamonkey-theme-mostlycrystal-small/seamonkey-theme-mostlycrystal-small.spec:1.4 packages/seamonkey-theme-mostlycrystal-small/seamonkey-theme-mostlycrystal-small.spec:1.5
--- packages/seamonkey-theme-mostlycrystal-small/seamonkey-theme-mostlycrystal-small.spec:1.4 Mon Feb 12 23:09:14 2007
+++ packages/seamonkey-theme-mostlycrystal-small/seamonkey-theme-mostlycrystal-small.spec Thu Mar 25 13:15:38 2010
@@ -47,10 +47,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -63,6 +65,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2010/03/25 12:15:38 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.4 2007/02/12 22:09:14 glen
- tabs in preamble
================================================================
Index: packages/seamonkey-theme-pinball/seamonkey-theme-pinball.spec
diff -u packages/seamonkey-theme-pinball/seamonkey-theme-pinball.spec:1.6 packages/seamonkey-theme-pinball/seamonkey-theme-pinball.spec:1.7
--- packages/seamonkey-theme-pinball/seamonkey-theme-pinball.spec:1.6 Sun Oct 21 16:13:04 2007
+++ packages/seamonkey-theme-pinball/seamonkey-theme-pinball.spec Thu Mar 25 13:15:39 2010
@@ -46,10 +46,12 @@
rm -rf $RPM_BUILD_ROOT
%post
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+if [ "$1" = 1 ]; then
+ %{_sbindir}/seamonkey-chrome+xpcom-generate
+fi
%postun
-%{_sbindir}/seamonkey-chrome+xpcom-generate
+[ ! -x %{_sbindir}/seamonkey-chrome+xpcom-generate ] || %{_sbindir}/seamonkey-chrome+xpcom-generate
%files
%defattr(644,root,root,755)
@@ -62,6 +64,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2010/03/25 12:15:39 glen
+- update chrome+xpcom-generate run so it is run only once on installs and upgrades
+ and avoid executing it if the script does not exist (main package is removed
+ in same transaction)
+
Revision 1.6 2007/10/21 14:13:04 hawk
- oops! updated version
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-lang-nl/seamonkey-lang-nl.spec?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-lang-pl/seamonkey-lang-pl.spec?r1=1.29&r2=1.30&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-lang-pt/seamonkey-lang-pt.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-lang-ru/seamonkey-lang-ru.spec?r1=1.23&r2=1.24&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-lang-sv/seamonkey-lang-sv.spec?r1=1.14&r2=1.15&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-lang-tr/seamonkey-lang-tr.spec?r1=1.7&r2=1.8&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-theme-GrayModern/seamonkey-theme-GrayModern.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-theme-mostlycrystal/seamonkey-theme-mostlycrystal.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-theme-mostlycrystal-small/seamonkey-theme-mostlycrystal-small.spec?r1=1.4&r2=1.5&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seamonkey-theme-pinball/seamonkey-theme-pinball.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list