Name        : mldonkey                     Relocations: (not relocatable)
Version     : 2.7.0                             Vendor: Penguin Liberation Front
Release     : 3plf                          Build Date: Tue 29 Nov 2005 
10:18:28 PM CET
Install Date: (not installed)               Build Host: ryu.zarb.org
Group       : System/Servers                Source RPM: (none)
Size        : 5478953      License: GPL
Signature   : (none)
Packager    : Anssi Hannula <[EMAIL PROTECTED]>
URL         : http://www.nongnu.org/mldonkey
Summary     : Door to the 'donkey' network
Description :
MLDonkey is a door to the 'donkey' network, a decentralized network used to
exchange big files on the Internet. It is written in a wonderful language,
called Objective-Caml, and present most features of the basic Windows donkey
client, plus some more:
  - It should work on most UNIX-compatible platforms.
  - You can remotely command your client, either by telnet, on a WEB browser,
    or with the GTK interface.
  - You can connect to several servers, and each search will query all the
     connected servers.
  - You can select mp3s by bitrates in queries (useful ?).
  - You can select the name of a downloaded file before moving it to your
    incoming directory.
  - You can have several queries in the graphical user interface at the same
     time.
  - You can remember your old queries results in the command-line interface.
  - You can search in the history of all files you have seen on the network.

It can also access other peer-to-peer networks:
- Direct Connect
- Open Napster
- Gnutella LimeWire
- Soulseek
- Audio Galaxy
- OpenFT
- Overnet
- Bittorent
- FileTP

This package is in PLF because it contains a P2P software.

---------------
Anssi Hannula <[EMAIL PROTECTED]> 2.7.0-3plf
- BuildConflicts camlp4 on cooker
- fix init script
---------------

---------------
Index: mldonkey.init
===================================================================
RCS file: /home/projects/plf/cvs/SPECS/free/mldonkey/mldonkey.init,v
retrieving revision 1.16
diff -u -r1.16 mldonkey.init
--- mldonkey.init       26 Nov 2005 13:45:09 -0000      1.16
+++ mldonkey.init       29 Nov 2005 22:16:58 -0000
@@ -74,7 +74,7 @@
                         echo_failure
                         break
                 fi
-                if [ $(grep -c "Core started$" $LOGFILE 2>/dev/null || echo 1) 
-gt $numstarted ] || [ $timeout -gt 10 ]; then
+                if [ $(grep -c "Core started$" $LOGFILE 2>/dev/null | sed 
's/^0$/1/') -gt $numstarted ] || [ $timeout -gt 10 ]; then
                         echo_success
                         touch /var/lock/subsys/mlnet
                         break
Index: mldonkey.spec
===================================================================
RCS file: /home/projects/plf/cvs/SPECS/free/mldonkey/mldonkey.spec,v
retrieving revision 1.39
diff -u -r1.39 mldonkey.spec
--- mldonkey.spec       26 Nov 2005 13:45:09 -0000      1.39
+++ mldonkey.spec       29 Nov 2005 22:16:58 -0000
@@ -1,8 +1,7 @@
 %define name   mldonkey
-%define Name   Mldonkey
 %define summary        Door to the 'donkey' network
 %define version        2.7.0
-%define rel    2
+%define rel    3
 
 %define release %mkrel %rel
 %define distsuffix plf
@@ -42,6 +41,7 @@
 BuildRequires: camlp4
 BuildRequires: ocaml-lablgtk2-devel
 %else
+BuildConflicts:        camlp4
 # Buildrequires for local ocaml:
 BuildRequires: XFree86-devel tcl tk emacs-bin
 # Buildrequires for local ocaml-lablgtk2:
@@ -339,6 +339,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Nov 29 2005 Anssi Hannula <[EMAIL PROTECTED]> 2.7.0-3plf
+- BuildConflicts camlp4 on cooker
+- fix init script
+
 * Thu Nov 26 2005 Anssi Hannula <[EMAIL PROTECTED]> 2.7.0-2plf
 - fix init script
 


_______________________________________________
PLF-announce mailing list
[email protected]
https://www.zarb.org/mailman/listinfo/plf-announce

Reply via email to