]> git.pld-linux.org Git - packages/ffingerd.git/commitdiff
- make DESTDIR=.. install
authorArtur Frysiak <artur@frysiak.net>
Thu, 24 Jun 1999 05:59:07 +0000 (05:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- hashed Obsolete: finger (realy need?)

Changed files:
    ffingerd.spec -> 1.6

ffingerd.spec

index f379c457b8f61ded25316959ba030c58c36c4012..9ba72a398b0855203529c28a4fb062f112301620 100644 (file)
@@ -7,10 +7,10 @@ Group:                Networking/Daemons
 Group(pl):     Sieciowe/Demony
 Copyright:     GPL
 Source:                ftp://ftp.fu-berlin.de/pub/unix/security/ffingerd/%{name}-%{version}.tar.gz
-BuildPrereq:   autoconf >= 2.13-8
+Patch:         ffingerd-DESTDIR.patch
 Requires:      inetd
 Provides:      fingerd
-Obsoletes:     finger
+#Obsoletes:    finger
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
@@ -32,22 +32,18 @@ umo
 
 %prep
 %setup -q
+%patch -p1
 
 %build
-autoconf
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure \
-       --target=%{_target_patform} \
-       --host=%{_host} \
-       --prefix=/usr \
-       --exec_prefix=/usr
+LDFLAGS="-s"; export LDFLAGS
+%configure 
 make
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make exec_prefix=$RPM_BUILD_ROOT/usr \
-       prefix=$RPM_BUILD_ROOT/usr install
+make DESTDIR=$RPM_BUILD_ROOT \
+       install
 
 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man8/* \
        README NEWS TODO
This page took 0.083783 seconds and 4 git commands to generate.