SPECS: nrss.spec - cosmetics

blues blues at pld-linux.org
Mon Aug 18 13:59:13 CEST 2008


Author: blues                        Date: Mon Aug 18 11:59:13 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
SPECS:
   nrss.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/nrss.spec
diff -u SPECS/nrss.spec:1.1 SPECS/nrss.spec:1.2
--- SPECS/nrss.spec:1.1	Mon Aug 18 13:17:05 2008
+++ SPECS/nrss.spec	Mon Aug 18 13:59:08 2008
@@ -7,7 +7,7 @@
 Group:		Applications/Networking
 Source0:	http://ncurses-rss.googlecode.com/files/%{name}-%{version}.tar.gz
 # Source0-md5:	0673d5b18cee1f7229bed45db05f3c3e
-URL:		http://www.codezen.org/nrss
+URL:		http://www.codezen.org/nrss/
 BuildRequires:	ncurses-ext-devel
 BuildRequires:	wget
 Requires:	wget
@@ -20,13 +20,17 @@
 %setup -q
 
 %build
-
-%{__make} PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
+%{__make} \
+	PREFIX=%{_prefix} \
+	CC="%{__cc}" \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+	PREFIX=%{_prefix} \
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,6 +47,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/08/18 11:59:08  blues
+- cosmetics
+
 Revision 1.1  2008/08/18 11:17:05  uzsolt
 - initial
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nrss.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list