From 539f8261f0f0cc265020b3454a8b002b6538d8a9 Mon Sep 17 00:00:00 2001 From: Matt Wringe Date: Feb 09 2007 19:27:11 +0000 Subject: - Fix macro naming for post and postun --- diff --git a/jakarta-commons-launcher.spec b/jakarta-commons-launcher.spec index 4410839..81f1b9d 100644 --- a/jakarta-commons-launcher.spec +++ b/jakarta-commons-launcher.spec @@ -37,7 +37,7 @@ Name: jakarta-%{short_name} Version: 1.1 -Release: 1jpp.1%{?dist} +Release: 1jpp.2%{?dist} Epoch: 0 Summary: A cross platform Java application launcher License: Apache Software License @@ -147,7 +147,7 @@ if [ "$1" = "0" ]; then fi %if %{gcj_support} -%{post} +%post if [ -x %{_bindir}/rebuild-gcj-db ] then %{_bindir}/rebuild-gcj-db @@ -155,7 +155,7 @@ fi %endif %if %{gcj_support} -%{postun} +%postun if [ -x %{_bindir}/rebuild-gcj-db ] then %{_bindir}/rebuild-gcj-db @@ -178,6 +178,9 @@ fi %changelog +* Fri Feb 09 2007 Matt Wringe - 0:1.1-1jpp.2 +- Fix macro naming for post and postun + * Tue Feb 06 2007 Matt Wringe - 0:1.1-1jpp.1 - Merge with upstream jpp spec file - Add missing jpackage utils requirements on pre and postun