]> git.pld-linux.org Git - packages/htop.git/commitdiff
- use rpmcppflags adn rpmldflags auto/ti/htop-0_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 28 Nov 2010 17:51:12 +0000 (17:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    htop.spec -> 1.40

htop.spec

index 81c32b73384f5e18a79d1551f659915689c9d66d..bd7ca80715de0eeef4a983826e204d6ca415a30f 100644 (file)
--- a/htop.spec
+++ b/htop.spec
@@ -41,12 +41,12 @@ Jej celem jest bycie lepszą odmianą programu 'top'.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
-LDFLAGS="$LDFLAGS -ltinfow"
+CPPFLAGS="%{rpmcppflags} -I/usr/include/ncursesw"
+LDFLAGS="%{rpmldflags} -ltinfow"
 %configure \
        --enable-openvz \
-       --enable-vserver \
-       --enable-unicode
+       --enable-unicode \
+       --enable-vserver
 %{__make}
 
 %install
@@ -63,5 +63,5 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog README
 %attr(755,root,root) %{_bindir}/htop
 %{_desktopdir}/htop.desktop
-%{_mandir}/man1/*
 %{_pixmapsdir}/htop.png
+%{_mandir}/man1/htop.1*
This page took 0.132301 seconds and 4 git commands to generate.