]> git.pld-linux.org Git - packages/nload.git/commitdiff
- adapterized (avoid macros with /usr/include/{ncurses,freetype}*)
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Dec 2005 18:01:46 +0000 (18:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nload.spec -> 1.18

nload.spec

index 8f08b853f8837e5da7703c4d5c657a3bcee3ed5c..5d573b89784a0f7ef37c616bc4cf98919f0e47e1 100644 (file)
@@ -5,7 +5,7 @@ Version:        0.6.0
 Release:       1
 License:       GPL
 Group:         Applications/Networking
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:       http://dl.sourceforge.net/nload/%{name}-%{version}.tar.gz
 # Source0-md5: a8859e49176bb50826b52b8345b117d3
 Patch0:                %{name}-form_field_h.patch
 URL:           http://www.roland-riegel.de/nload/index_en.html
@@ -37,7 +37,7 @@ rm -f missing
 %{__autoheader}
 %{__autoconf}
 %{__automake}
-CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
+CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I/usr/include/ncurses"
 %configure
 
 %{__make}
@@ -45,7 +45,8 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions -I%{_includedir}/ncurses"
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.094542 seconds and 4 git commands to generate.