]> git.pld-linux.org Git - packages/arpd.git/commitdiff
- some notes about Source0 URL (previous didn't match file from CVS)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Dec 2002 13:41:04 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpd.spec -> 1.24

arpd.spec

index 8d7267a7103165f7209a801f67f16ea39fa11625..a27757e75035be7e261ab76604fad5007fff5fb5 100644 (file)
--- a/arpd.spec
+++ b/arpd.spec
@@ -5,8 +5,12 @@ Version:       1.0.2
 Release:       8
 License:       GPL
 Group:         Daemons
-#Source0:      http://www.loran.com/~layes/arpd/%{name}-%{version}.tar.gz  (origin, but 404)
-Source0:       ftp://ftp.slackware.org:/pub/slackware/slackware-4.0/source/n/tcpip1/%{name}-%{version}.tar.gz
+# origin, but 404
+#Source0:      http://www.loran.com/~layes/arpd/%{name}-%{version}.tar.gz
+# working (copy of original package):
+#Source0:      http://www.funet.fi/pub/Linux/PEOPLE/Linus/net-source/base/%{name}-%{version}.tar.gz
+# but in CVS we probably have some renamed source from Debian (with .orig inside)
+Source0:       %{name}-%{version}.tar.gz
 Source1:       %{name}-init
 Patch0:                %{name}-%{version}.debian-patch
 Patch1:                %{name}-%{version}.pld-patch
@@ -14,9 +18,9 @@ Patch2:               %{name}-makefile-patch
 Patch3:                %{name}-more_tables.patch
 Patch4:                %{name}-uid.patch
 #URL:          http://www.loran.com/~layes/arpd/
-Prereq:                /sbin/chkconfig
-Prereq:                rc-scripts >= 0.2.0
 Prereq:                fileutils
+Prereq:                rc-scripts >= 0.2.0
+Requires(post,preun):  /sbin/chkconfig
 Requires:      dev >= 2.8.0-4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -76,7 +80,6 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del arpd
 fi
 
-
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README.html
This page took 0.046085 seconds and 4 git commands to generate.