]> git.pld-linux.org Git - packages/apachetop.git/commitdiff
- working but ugly method for disabling fam; enable async dns auto/ac/apachetop-0_12_5-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 May 2005 13:44:40 +0000 (13:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apachetop.spec -> 1.21

apachetop.spec

index b42d306a4eefb3be258ff9dc05e1d8a11bf00e40..667fb368b72f3c91b00d8f8a80af6b2f6587c814 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Apache top-like display
 Summary(pl):   Podobny do topa program pokazuj±cy pracê Apache'a
 Name:          apachetop
 Version:       0.12.5
-Release:       2
+Release:       3
 Epoch:         1
 License:       BSD
 Group:         Networking/Utilities
@@ -16,6 +16,7 @@ URL:          http://clueful.shagged.org/apachetop/
 BuildRequires: ncurses-devel
 BuildRequires: pcre-devel
 BuildRequires: readline-devel
+BuildRequires: adns-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -31,9 +32,10 @@ najbardziej popularne URL-e, itp.
 %setup -q
 %patch0 -p1
 
+sed -i -e 's#fam#fambroken#g' configure*
+
 %build
-%configure \
-       --without-fam
+%configure
 
 %{__make} \
        CXX=%{__cxx} \
This page took 0.105308 seconds and 4 git commands to generate.