]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- removed PLD-docs
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 27 May 2003 21:11:37 +0000 (21:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added urls for multilevel_sharing and topicprot patches

Changed files:
    eggdrop.spec -> 1.59

eggdrop.spec

index 254f6b821bc786d458377acfddf6a83a26c4ea64..a8ba2a85ad8f7d8a3b52687853671aa4f125b580 100644 (file)
@@ -9,11 +9,6 @@ License:       GPL
 Group:         Applications/Communications
 Source0:       ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2
 # Source0-md5: b5016e34942ff4113e97a8449b15dfce
-# PLD docs - information about changes.
-Source1:       http://pld.mysza.eu.org/sources/%{name}-README.PLD.en
-# Source1-md5: 273f001b6294fc78eaafe0517a1d2771
-Source2:       http://pld.mysza.eu.org/sources/%{name}-README.PLD.pl
-# Source2-md5: a1ead6e4cc3c5268e0daffa013d023f8
 # In order to unify filenames, following language packs and third-party modules were
 # repackaged. Some files were renamed, but none modified. Original archives can be
 # found by looking at http://www.egghelp.org/
@@ -40,10 +35,10 @@ Patch1:             %{name}-doc_makefile.patch
 # Multilevel sharing patch - now it is possible to create *secure* multilevel
 # botnets, each bot will only accept changes to userlist from bot that acts as
 # hub to him, and rejects changes from leaves
-Patch2:                %{name}-multilevel_sharing.patch
+Patch2:                ftp://ftp.eggheads.org/pub/%{name}/patches/1.6/multilevel_sharing%{version}.patch.gz
 # Topicprot - protects channel topic from being changed
 # This patch was a bit modified to apply to eggdrop1.6.13
-Patch3:                %{name}-topicprot.patch
+Patch3:                ftp://ftp.eggheads.org/pub/%{name}/patches/1.6/topicprot%{version}.patch
 # Adds information about additional encryption modules to config file
 Patch4:                %{name}-config_encryption.patch
 # This one fixes eggdrop botchk/autobotchk scripts
@@ -157,9 +152,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}/modules,%{_datadir}/%{n
 
 mv $RPM_BUILD_ROOT/%{name}-%{version} $RPM_BUILD_ROOT%{_bindir}/%{name}
 
-cp %{SOURCE1} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/README.PLD.en
-cp %{SOURCE2} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/README.PLD.pl
-
 find $RPM_BUILD_ROOT/doc -type f | egrep -v "(\.html$|\.htm$)" | xargs gzip -9nf
 gzip -9nf $RPM_BUILD_ROOT/README $RPM_BUILD_ROOT/%{name}.conf
 
This page took 0.027368 seconds and 4 git commands to generate.