rpms/cyphesis/F-10 cyphesis.spec,1.25,1.26

Alexey Torkhov atorkhov at fedoraproject.org
Sun Nov 9 13:10:40 UTC 2008


Author: atorkhov

Update of /cvs/pkgs/rpms/cyphesis/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28148

Modified Files:
	cyphesis.spec 
Log Message:
* Tue Nov 04 2008 Alexey Torkhov <atorkhov at gmail.com> 0.5.17-1
- Update to 0.5.17
- Add patch for libgcrypt proper initialisation
- Specify unix socket path in config without full path so cyphesis could
  be called by regular user. Instead of this, specify it in init script.
- Unit tests actually do the checks



Index: cyphesis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cyphesis/F-10/cyphesis.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- cyphesis.spec	4 Nov 2008 13:40:43 -0000	1.25
+++ cyphesis.spec	9 Nov 2008 13:10:10 -0000	1.26
@@ -14,7 +14,7 @@
 Source5:        logwatch.script.cyphesis
 Source6:        logwatch.serviceconf.cyphesis
 Source7:        logwatch.shared.applycyphesisdate
-Patch0:         cyphesis-0.5.15-init.patch
+Patch0:         cyphesis-0.5.17-init.patch
 Patch1:         cyphesis-0.5.11-logdir.patch
 Patch3:         cyphesis-0.5.17-sockpath.patch
 Patch4:         cyphesis-0.5.17-gcrypt-init-fix.patch
@@ -41,11 +41,11 @@
 It is the server used in most current WorldForge games.
 
 %package logwatch
-Summary: logwatch scripts for the WorldForge game server
+Summary: Logwatch scripts for the WorldForge game server
 Group: Amusements/Games
 Requires: %{name} = %{version}-%{release} logwatch
 %description logwatch
-logwatch scripts for the WorldForge game server
+Logwatch scripts for the WorldForge game server.
 
 
 %prep
@@ -96,7 +96,8 @@
 mkdir -p %{buildroot}%{_var}/log/%{name}
 mkdir -p %{buildroot}%{_var}/run/%{name}
 
-sed -i -e 's#unixport="#unixport="/var/run/cyphesis/#' $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/cyphesis.vconf
+# Using parameter when starting cyphesis at init script
+#sed -i -e 's#unixport="#unixport="/var/run/cyphesis/#' $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/cyphesis.vconf
 
 
 %check
@@ -167,8 +168,9 @@
 * Tue Nov 04 2008 Alexey Torkhov <atorkhov at gmail.com> 0.5.17-1
 - Update to 0.5.17
 - Add patch for libgcrypt proper initialisation
-- Fix full socket patch to be applicable for command line tools
-- Make tests actually do the checks
+- Specify unix socket path in config without full path so cyphesis could
+  be called by regular user. Instead of this, specify it in init script.
+- Unit tests actually do the checks
 
 * Thu Aug 28 2008 Wart <wart at kobold.org> 0.5.16-3
 - Rebuild for new mercator




More information about the fedora-extras-commits mailing list