]> git.pld-linux.org Git - packages/apachetop.git/commitdiff
- fixed Group and URL
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Oct 2003 15:00:13 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apachetop.spec -> 1.3

apachetop.spec

index 065a6a8c2cd94520045006af662d70bec8ff41d5..6d64803c89a267a5ab8478327588b4242738650b 100644 (file)
@@ -1,14 +1,16 @@
+#
+# TODO (when upgrading): switch to .bz2 source
+#
 Summary:       Apache top-like display
 Summary(pl):   Podobny do topa program pokazuj±cy pracê Apache'a
 Name:          apachetop
 Version:       0.4
 Release:       1
 License:       BSD
-Group:         Network/Monitoring
-######         Unknown group!
+Group:         Networking/Utilities
 Source0:       http://clueful.shagged.org/%{name}/files/%{name}-%{version}.tar.gz
 # Source0-md5: b0258a0e771c943415717591606c909e
-URL:           http://clueful.shagged.org/%{name}
+URL:           http://clueful.shagged.org/apachetop/
 BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,10 +28,11 @@ najbardziej popularne URL-e, itp.
 
 %build
 %{__make} linux \
-       CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
+       CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
 
 %clean
This page took 0.10583 seconds and 4 git commands to generate.