OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-May-2005 19:36:08
Branch: HEAD Handle: 2005052318360800
Modified files:
openpkg-src/ratbox ratbox.patch ratbox.spec
Log:
modifying package: ratbox-2.1.2 20050519 -> 20050523
Summary:
Revision Changes Path
1.15 +3 -3 openpkg-src/ratbox/ratbox.patch
1.19 +5 -5 openpkg-src/ratbox/ratbox.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ratbox/ratbox.patch
============================================================================
$ cvs diff -u -r1.14 -r1.15 ratbox.patch
--- openpkg-src/ratbox/ratbox.patch 17 May 2005 13:54:57 -0000 1.14
+++ openpkg-src/ratbox/ratbox.patch 23 May 2005 17:36:08 -0000 1.15
@@ -10,9 +10,9 @@
.so.sl:
$(LD) -b $< -o $@
-Index: ratbox-services/include/config.h
---- ratbox-services/include/config.h.orig 2005-05-16 10:34:04 +0200
-+++ ratbox-services/include/config.h 2005-05-16 11:22:36 +0200
+Index: ratbox-services-1.0beta3/include/config.h
+--- ratbox-services-1.0beta3/include/config.h.orig 2005-05-23 17:01:31
+0200
++++ ratbox-services-1.0beta3/include/config.h 2005-05-23 19:30:44
+0200
@@ -9,7 +9,7 @@
#define PID_PATH RUNDIR "/ratbox-services.pid"
#define LOG_PATH LOGDIR "/ratbox-services.log"
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ratbox/ratbox.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 ratbox.spec
--- openpkg-src/ratbox/ratbox.spec 19 May 2005 18:56:48 -0000 1.18
+++ openpkg-src/ratbox/ratbox.spec 23 May 2005 17:36:08 -0000 1.19
@@ -24,7 +24,7 @@
# package version
%define V_server 2.1.2
-%define V_services 1.0snap20050519
+%define V_services 1.0beta3
# package information
Name: ratbox
@@ -37,11 +37,11 @@
Group: Network
License: GPL
Version: %{V_server}
-Release: 20050519
+Release: 20050523
# list of sources
Source0:
ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/testing/ircd-ratbox-%{V_server}.tgz
-Source1:
ftp://ftp.openpkg.org/sources/CPY/ratbox/ratbox-services-%{V_services}.tar.gz
+Source1:
ftp://ftp.ircd-ratbox.org/pub/ircd-ratbox/ratbox-services/ratbox-services-%{V_services}.tgz
Source2: rc.ratbox
Source3: ratbox-server.conf
Source4: ratbox-services.conf
@@ -109,7 +109,7 @@
) || exit $?
# build IRC services
- ( cd ratbox-services
+ ( cd ratbox-services-%{V_services}
%{l_shtool} subst \
-e 's;ratbox-services\.conf;services.conf;' \
-e 's;ratbox-services\.pid;services.pid;' \
@@ -163,7 +163,7 @@
) || exit $?
# install IRC services
- ( cd ratbox-services
+ ( cd ratbox-services-%{V_services}
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT%{l_prefix}/share/ratbox/services -type d -print |
xargs chmod 755
mv $RPM_BUILD_ROOT%{l_prefix}/etc/ratbox/example.conf \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]