]> git.pld-linux.org Git - packages/apachetop.git/commitdiff
- release 2 - added default log location patch and cxx definition
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 18 Oct 2003 11:20:45 +0000 (11:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apachetop.spec -> 1.7

apachetop.spec

index b6285dc0fb6de7e1e42dc5e232ae2c51c63a6a41..d87a259233c10a162cde42b576fb7e959f9daa5b 100644 (file)
@@ -2,11 +2,12 @@ Summary:      Apache top-like display
 Summary(pl):   Podobny do topa program pokazuj±cy pracê Apache'a
 Name:          apachetop
 Version:       0.7
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Utilities
 Source0:       http://clueful.shagged.org/%{name}/files/%{name}-%{version}.tar.gz
 # Source0-md5: 775fa87ae957eeb2033428330cb8b33a
+Patch0:                %{name}-log_location.patch
 URL:           http://clueful.shagged.org/apachetop/
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,10 +23,12 @@ najbardziej popularne URL-e, itp.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
 %{__make} \
+       CXX=%{__cxx} \
        CXXFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
 %install
This page took 0.109707 seconds and 4 git commands to generate.