packages: openfire/openfire.spec - and so on
glen
glen at pld-linux.org
Mon May 4 10:39:24 CEST 2009
Author: glen Date: Mon May 4 08:39:24 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- and so on
---- Files affected:
packages/openfire:
openfire.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: packages/openfire/openfire.spec
diff -u packages/openfire/openfire.spec:1.13 packages/openfire/openfire.spec:1.14
--- packages/openfire/openfire.spec:1.13 Mon May 4 10:37:41 2009
+++ packages/openfire/openfire.spec Mon May 4 10:39:19 2009
@@ -3,6 +3,8 @@
# TODO:
# - PLDize init script
# - PLDize at all...
+# - see %desc, does it really include jre?
+# - missing service restarts in post?
# Conditional build:
%if "%{pld_release}" == "ti"
%bcond_without java_sun # build with gcj
@@ -10,12 +12,13 @@
%bcond_with java_sun # build with java-sun
%endif
#
+%define ver %(echo %{version} | tr . _)
Summary: Openfire XMPP Server
Name: openfire
Version: 3.6.4
Release: 0.1
# Source0 URL: http://www.igniterealtime.org/downloads/download-landing.jsp?file=openfire/openfire_src_3_6_4.tar.gz
-Source0: %{name}_src_3_6_4.tar.gz
+Source0: %{name}_src_%{ver}.tar.gz
# Source0-md5: 0b5417368355045afbbfac4155efd988
Source1: %{name}.sysconfig
Source2: %{name}.init
@@ -103,10 +106,10 @@
rm -rf $RPM_BUILD_ROOT
%preun
- /sbin/chkconfig --del openfire
+/sbin/chkconfig --del openfire
%post
- /sbin/chkconfig --add openfire
+/sbin/chkconfig --add openfire
%files
%defattr(644,root,root,755)
@@ -158,6 +161,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2009/05/04 08:39:19 glen
+- and so on
+
Revision 1.13 2009/05/04 08:37:41 glen
- not noarch due the lib64 check (fix either of these)
@@ -202,4 +208,3 @@
Revision 1.1 2008/08/16 16:29:12 paszczus
- almost raw spec from redhat, but works fine
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/openfire/openfire.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list