SPECS: GiNaC.spec, ispell.spec, prc-tools.spec, rpmDirectoryCheck....
glen
glen at pld-linux.org
Thu Jan 24 02:42:54 CET 2008
Author: glen Date: Thu Jan 24 01:42:54 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix-info-dir doesn't make sense in preun, moved to postun
---- Files affected:
SPECS:
GiNaC.spec (1.24 -> 1.25) , ispell.spec (1.44 -> 1.45) , prc-tools.spec (1.22 -> 1.23) , rpmDirectoryCheck.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/GiNaC.spec
diff -u SPECS/GiNaC.spec:1.24 SPECS/GiNaC.spec:1.25
--- SPECS/GiNaC.spec:1.24 Thu Jan 24 02:36:30 2008
+++ SPECS/GiNaC.spec Thu Jan 24 02:42:48 2008
@@ -100,7 +100,7 @@
%post devel -p /sbin/postshell
-/usr/sbin/fix-info-dir -c %{_infodir}
-%preun devel
+%postun devel
[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
%files
@@ -136,6 +136,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.25 2008-01-24 01:42:48 glen
+- fix-info-dir doesn't make sense in preun, moved to postun
+
Revision 1.24 2008-01-24 01:36:30 glen
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
================================================================
Index: SPECS/ispell.spec
diff -u SPECS/ispell.spec:1.44 SPECS/ispell.spec:1.45
--- SPECS/ispell.spec:1.44 Thu Jan 24 02:36:33 2008
+++ SPECS/ispell.spec Thu Jan 24 02:42:48 2008
@@ -124,7 +124,7 @@
%post -p /sbin/postshell
-/usr/sbin/fix-info-dir -c %{_infodir}
-%preun
+%postun
[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
%files
@@ -145,6 +145,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.45 2008-01-24 01:42:48 glen
+- fix-info-dir doesn't make sense in preun, moved to postun
+
Revision 1.44 2008-01-24 01:36:33 glen
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
================================================================
Index: SPECS/prc-tools.spec
diff -u SPECS/prc-tools.spec:1.22 SPECS/prc-tools.spec:1.23
--- SPECS/prc-tools.spec:1.22 Thu Jan 24 02:36:34 2008
+++ SPECS/prc-tools.spec Thu Jan 24 02:42:48 2008
@@ -170,11 +170,13 @@
-/usr/sbin/fix-info-dir -c %{_infodir}
%preun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
if [ "$1" = "0" ]; then
palmdev-prep --remove
fi
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
+
%preun arm
if [ "$1" = "0" ]; then
rm -f %{_libdir}/gcc-lib/arm-palmos/specs
@@ -221,6 +223,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2008-01-24 01:42:48 glen
+- fix-info-dir doesn't make sense in preun, moved to postun
+
Revision 1.22 2008-01-24 01:36:34 glen
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
================================================================
Index: SPECS/rpmDirectoryCheck.spec
diff -u SPECS/rpmDirectoryCheck.spec:1.4 SPECS/rpmDirectoryCheck.spec:1.5
--- SPECS/rpmDirectoryCheck.spec:1.4 Thu Jan 24 02:23:02 2008
+++ SPECS/rpmDirectoryCheck.spec Thu Jan 24 02:42:48 2008
@@ -69,7 +69,7 @@
%post -p /sbin/postshell
-/usr/sbin/fix-info-dir -c %{_infodir}
-%preun
+%postun
[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
%files
@@ -89,6 +89,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2008-01-24 01:42:48 glen
+- fix-info-dir doesn't make sense in preun, moved to postun
+
Revision 1.4 2008-01-24 01:23:02 glen
- invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/GiNaC.spec?r1=1.24&r2=1.25&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ispell.spec?r1=1.44&r2=1.45&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/prc-tools.spec?r1=1.22&r2=1.23&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rpmDirectoryCheck.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list