]> git.pld-linux.org Git - packages/whoson.git/commitdiff
- update to 2.02, STBR
authorareq <areq@pld-linux.org>
Fri, 28 Sep 2001 12:38:50 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove config.pach
- add SOURCE2 - sample whoson.conf
- new options in whoson.conf chroot=/dir !

Changed files:
    whoson.spec -> 1.44

whoson.spec

index 1d11808041ce6d3f9d03c1faf1f6ec57e31a908d..54c6da21d5c0de88e51589507a298a6c78956420 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       Protocol for Keeping Track of Dynamically Allocated IP
 Summary(pl):   Protoko³u ¶ledzenia dynamicznie przydzielanych adresów IP
 Name:          whoson
-Version:       2.01
-Release:       5
+Version:       2.02
+Release:       1
 Group:         Networking
 Group(de):     Netzwerkwesen
 Group(es):     Red
@@ -11,7 +11,7 @@ Group(pt_BR): Rede
 License:       Public domain
 Source0:       http://prdownloads.sourceforge.net/whoson/%{name}-%{version}.tar.gz
 Source1:       %{name}.init
-Patch0:                %{name}-config.patch
+Source2:       %{name}.conf
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
@@ -88,26 +88,21 @@ Biblioteka statyczna whoson-a.
 
 %prep
 %setup  -q
-%patch0 -p1
 
 %build
-libtoolize -c -f
-autoheader
-aclocal
 autoconf
-automake -a -c
 %configure
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/var/run/whoson.{s,d}}
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-install whoson.conf $RPM_BUILD_ROOT%{_sysconfdir}/
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/whosond
+install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/
 
 gzip -9nf README whoson.txt
 
This page took 0.04731 seconds and 4 git commands to generate.