rpms/hsqldb/devel hsqldb.spec,1.24,1.25

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 21 20:19:40 UTC 2006


Author: dbhole

Update of /cvs/dist/rpms/hsqldb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17117

Modified Files:
	hsqldb.spec 
Log Message:

Add missing postun section.




Index: hsqldb.spec
===================================================================
RCS file: /cvs/dist/rpms/hsqldb/devel/hsqldb.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hsqldb.spec	8 Aug 2006 15:19:06 -0000	1.24
+++ hsqldb.spec	21 Aug 2006 20:19:37 -0000	1.25
@@ -38,7 +38,7 @@
 
 Name:		hsqldb
 Version:	1.8.0.4
-Release:	2jpp.2
+Release:	3jpp.1
 Epoch:		1
 Summary:	Hsqldb Database Engine
 License:	BSD Style
@@ -206,6 +206,14 @@
 fi
 %endif
 
+%postun
+%if %{gcj_support}
+if [ -x %{_bindir}/rebuild-gcj-db ]
+then
+  %{_bindir}/rebuild-gcj-db
+fi
+%endif
+
 %preun
 if [ "$1" = "0" ]; then
     rm -f %{_localstatedir}/lib/%{name}/lib/hsqldb.jar
@@ -253,6 +261,9 @@
 %{_datadir}/%{name}
 
 %changelog
+* Mon Aug 21 2006 Deepak Bhole <dbhole at redhat.com> 1:1.8.0.4-3jpp.1
+- Add missing postun section.
+
 * Tue Aug 08 2006 Deepak Bhole <dbhole at redhat.com> 1:1.8.0.4-2jpp.2
 - Fix regression re: missing shadow-utils prereq.
 




More information about the fedora-cvs-commits mailing list