2011-10-14 13:32:19 +00:00
|
|
|
# RPM macros for eclipse packages.
|
|
|
|
#
|
|
|
|
|
2011-12-19 18:56:12 +00:00
|
|
|
%_eclipse_pkg_post \
|
2011-12-20 19:06:27 +00:00
|
|
|
touch /var/lib/rpm-state/eclipse/run-reconciler
|
2011-12-19 18:56:12 +00:00
|
|
|
|
|
|
|
%_eclipse_pkg_postun \
|
2011-12-20 19:06:27 +00:00
|
|
|
touch /var/lib/rpm-state/eclipse/run-reconciler \
|
2011-10-14 13:32:19 +00:00
|
|
|
\
|
|
|
|
if [ $1 == 0 ]; then \
|
2011-10-20 19:33:03 +00:00
|
|
|
eclipse-reconciler.sh > /dev/null \
|
2011-10-14 13:32:19 +00:00
|
|
|
fi \
|
2011-12-19 18:56:12 +00:00
|
|
|
|
|
|
|
%_eclipse_pkg_posttrans \
|
2011-10-20 19:33:03 +00:00
|
|
|
eclipse-reconciler.sh > /dev/null
|
2011-12-19 18:56:12 +00:00
|
|
|
|
|
|
|
%_eclipse_pkg_reqs \
|
|
|
|
Requires(post): eclipse-platform >= 1:3.7.0-8 \
|
|
|
|
Requires(postun): eclipse-platform >= 1:3.7.0-8 \
|