Browse Source

upgrading package: ss5 -> 3.8.2.4

master
parent
commit
8b9171db67
  1. 21
      ss5/ss5.patch
  2. 6
      ss5/ss5.spec

21
ss5/ss5.patch

@ -1,6 +1,6 @@
Index: Makefile.in
--- Makefile.in.orig 2009-07-11 10:29:22.000000000 +0200
+++ Makefile.in 2010-05-26 22:58:24.000000000 +0200
--- Makefile.in.orig 2009-07-17 23:03:01.000000000 +0200
+++ Makefile.in 2010-06-15 18:47:15.000000000 +0200
@@ -46,32 +46,6 @@
@( cp modules/mod_statistics/SS5Logo.jpg $(dst_dir)$(lib_path_base)/ss5/ )
@( cp modules/mod_balance/SS5Logo.jpg $(dst_dir)$(lib_path_base)/ss5/ )
@ -34,7 +34,7 @@ Index: Makefile.in
@( if [ ! -d $(dst_dir)$(doc_path_base)/ss5 ]; then mkdir -p $(dst_dir)$(doc_path_base)/ss5; fi )
@( cp License $(dst_dir)$(doc_path_base)/ss5 )
@( cp -r doc/ldap/* $(dst_dir)$(doc_path_base)/ss5 )
@@ -99,15 +73,6 @@
@@ -99,14 +73,6 @@
@( if [ ! -f $(dst_dir)$(conf_path_base)/ss5/ss5.passwd ]; then cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5; \
else cp conf/ss5.passwd $(dst_dir)$(conf_path_base)/ss5/ss5.passwd.rpmnew ; fi )
@ -46,13 +46,12 @@ Index: Makefile.in
- else cp doc/pam/examples/ss5.pam $(dst_dir)/etc/pam.d/ss5.rpmnew ; fi ; \
- fi )
-
-
.PHONY : uninstall
uninstall:
@( if [ -f $(dst_dir)$(bin_path_base)/ss5 ]; then rm -f $(dst_dir)$(bin_path_base)/ss5; fi )
@( if [ ! -d $(dst_dir)/var/run/ss5 ]; then mkdir -p $(dst_dir)/var/run/ss5; fi )
Index: build/mod_top.mk
--- build/mod_top.mk.orig 2009-07-11 10:29:22.000000000 +0200
+++ build/mod_top.mk 2010-05-26 22:58:24.000000000 +0200
+++ build/mod_top.mk 2010-06-15 18:46:23.000000000 +0200
@@ -24,8 +24,8 @@
top_srcdir=@top_srcdir@
top_builddir=@top_builddir@
@ -65,8 +64,8 @@ Index: build/mod_top.mk
CC = @CC@
Index: configure
--- configure.orig 2009-07-16 12:29:57.000000000 +0200
+++ configure 2010-05-26 22:58:24.000000000 +0200
--- configure.orig 2009-07-17 23:03:06.000000000 +0200
+++ configure 2010-06-15 18:46:23.000000000 +0200
@@ -6423,15 +6423,15 @@
# Checks for OS
if test "$OS" = "Linux"; then
@ -90,7 +89,7 @@ Index: configure
Index: src/Makefile.in
--- src/Makefile.in.orig 2009-07-16 12:24:33.000000000 +0200
+++ src/Makefile.in 2010-05-26 22:59:12.000000000 +0200
+++ src/Makefile.in 2010-06-15 18:46:23.000000000 +0200
@@ -22,7 +22,7 @@
CFLAGS=@CFLAGS@ -I . -I ../include @EXTRA_CFLAGS@
SRVCFLAGS=@CFLAGS@ -I . -I ../include @EXTRA_CFLAGS@

6
ss5/ss5.spec

@ -24,8 +24,8 @@
# FIXME: rse: run-command and configuration still missing
# package version
%define V_opkg 3.8.2.3
%define V_dist 3.8.2-3
%define V_opkg 3.8.2.4
%define V_dist 3.8.2-4
%define V_subdir 3.8.2
# package information
@ -39,7 +39,7 @@ Class: EVAL
Group: Network
License: GPL
Version: %{V_opkg}
Release: 20100527
Release: 20100615
# list of sources
Source0: http://switch.dl.sourceforge.net/ss5/ss5-%{V_dist}.tar.gz

Loading…
Cancel
Save