Author: paszczus Date: Wed Aug 27 08:23:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 3.6.0 - added openfire.sysconfig
---- Files affected: SPECS: openfire.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/openfire.spec diff -u SPECS/openfire.spec:1.1 SPECS/openfire.spec:1.2 --- SPECS/openfire.spec:1.1 Sat Aug 16 18:29:12 2008 +++ SPECS/openfire.spec Wed Aug 27 10:23:32 2008 @@ -5,11 +5,12 @@ # - PLDize at all... Summary: Openfire XMPP Server Name: openfire -Version: 3.5.2 +Version: 3.6.0 Release: 0.1 # Source0 URL: http://www.igniterealtime.org/downloads/download-landing.jsp?file=openfire/openfire_src_3_5_2.zip Source0: %{name}-%{version}.tar.gz -# Source0-md5: baf4ba4d9a72a936ddc82f3ce44c2cbe +# Source0-md5: 68c7938b3912367c9459329e933b7c99 +Source1: %{name}.sysconfig License: GPL Group: Applications/Communications URL: http://www.igniterealtime.org/ @@ -26,6 +27,11 @@ %prep %setup -q -n %{name}_src +cp %{SOURCE1} . + +%if "%{_lib}" == "lib64" +%{__sed} -i -e 's/lib/lib64/' openfire.sysconfig +%endif %build cd build @@ -47,7 +53,7 @@ chmod 755 $RPM_BUILD_ROOT%{_datadir}/openfire/bin/openfire.sh # Set up the sysconfig file. install -d $RPM_BUILD_ROOT/etc/sysconfig -install $RPM_BUILD_ROOT%{_datadir}/openfire/bin/extra/redhat/openfire-sysconfig $RPM_BUILD_ROOT/etc/sysconfig/openfire +install openfire.sysconfig $RPM_BUILD_ROOT/etc/sysconfig/openfire # Copy over the i18n files cp -R resources/i18n $RPM_BUILD_ROOT%{_datadir}/openfire/resources/i18n # Make sure scripts are executable @@ -116,6 +122,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008/08/27 08:23:32 paszczus +- updated to 3.6.0 +- added openfire.sysconfig + 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/SPECS/openfire.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
