Browse Source

upgrading package: rwhoisd 1.5.7.4 -> 1.5.9

Ralf S. Engelschall 22 years ago
parent
commit
318ab3e899
2 changed files with 22 additions and 2 deletions
  1. 20 0
      rwhoisd/rwhoisd.patch
  2. 2 2
      rwhoisd/rwhoisd.spec

+ 20 - 0
rwhoisd/rwhoisd.patch

@@ -100,3 +100,23 @@ Index: sample.data/rwhoisd.conf
  
  # pgp-keyring-path: the path to the directory containing the pgp
  # public and private keyrings (pubring.pgp, secring.pgp, etc).
+Index: tools/rwhois_repack/Makefile.in
+--- tools/rwhois_repack/Makefile.in.orig	2004-02-04 18:14:15.000000000 +0100
++++ tools/rwhois_repack/Makefile.in	2004-02-21 09:07:46.000000000 +0100
+@@ -52,12 +52,12 @@
+ # procedural
+ 
+ install:
+-	if [ ! -d $(exec_prefix) ]; then mkdir $(exec_prefix); fi
+-	if [ ! -d $(bindir) ]; then mkdir $(bindir); fi
+-	$(INSTALL) rwhois_repack $(bindir)
++	if [ ! -d $(DESTDIR)$(exec_prefix) ]; then mkdir $(DESTDIR)$(exec_prefix); fi
++	if [ ! -d $(DESTDIR)$(bindir) ]; then mkdir $(DESTDIR)$(bindir); fi
++	$(INSTALL) rwhois_repack $(DESTDIR)$(bindir)
+ 
+ uninstall:
+-	$(RM) $(bindir)/rwhois_repack
++	$(RM) $(DESTDIR)$(bindir)/rwhois_repack
+ 
+ clean:
+ 	rm -f *.o rwhois_repack

+ 2 - 2
rwhoisd/rwhoisd.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        EVAL
 Group:        Network
 License:      GPL
-Version:      1.5.7.4
-Release:      20040207
+Version:      1.5.9
+Release:      20040221
 
 #   list of sources
 Source0:      http://www.rwhois.net/ftp/rwhoisd-%{version}.tar.gz