]> git.pld-linux.org Git - packages/whoson.git/commitdiff
- removed autoheader/aclocal/autoconf/automake
authorrrw <rrw@hell.pl>
Mon, 23 Jul 2001 03:21:13 +0000 (03:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed %configure to %configure2_13 (works now)
- added manual install of /etc/whoson.conf
- release 1 (first release of 2.00 that actually compiles and builds)

Changed files:
    whoson.spec -> 1.35

whoson.spec

index 6eb636b6ae1eb9db491bd58a5ec3bc0f60ca400c..75bca418b268d037d7658c43c69e96653de9a4ba 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Protocol for Keeping Track of Dynamically Allocated IP
 Summary(pl):   Protoko³u ¶ledzenia dynamicznie przydzielanych adresów IP
 Name:          whoson
 Version:       2.00
-Release:       2
+Release:       1
 Group:         Networking
 Group(de):     Netzwerkwesen
 Group(pl):     Sieciowe
@@ -63,14 +63,14 @@ Biblioteka statyczna whoson-a.
 %prep
 %setup  -q
 %patch0 -p1
-%patch1 -p1
+%patch1 -p1
 
 %build
-autoheader
-aclocal
-autoconf
-automake -a -c
-%configure
+autoheader
+aclocal
+autoconf
+automake -a -c
+%configure2_13
 
 %{__make}
 
@@ -80,6 +80,7 @@ install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/var/run/whoson.{s,d}}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+install -m 644 whoson.conf $RPM_BUILD_ROOT/etc/
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/whosond
 
 gzip -9nf README whoson.txt
This page took 0.105135 seconds and 4 git commands to generate.