]> git.pld-linux.org Git - packages/eggdrop.git/commitdiff
- added some docs
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 18 Mar 2003 15:16:30 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eggdrop.spec -> 1.43

eggdrop.spec

index 0e7c25aaab529404166b39521e2e5ae8bcef6ad0..a86f623b64ab73fbb4e67c40a59e2b8fb0935eea 100644 (file)
@@ -6,6 +6,9 @@ Release:        4
 License:       GPL
 Group:         Applications/Communications
 Source0:       ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.gz
+# PLD docs - information about changes.
+Source1:       http://pld.mysza.eu.org/sources/%{name}-README.PLD.en
+Source2:       http://pld.mysza.eu.org/sources/%{name}-README.PLD.pl
 # 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/
@@ -82,6 +85,9 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}/modules,%{_datadir}/%{n
 
 cp $RPM_BUILD_ROOT/%{name}-%{version} $RPM_BUILD_ROOT%{_bindir}/%{name}
 
+cp %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version}/README.PLD.en
+cp %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/doc/%{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.037977 seconds and 4 git commands to generate.