SPECS: pportman.spec - BR's !! - no need for passing CFLAGS (not e...

shadzik shadzik at pld-linux.org
Sat Feb 17 01:59:30 CET 2007


Author: shadzik                      Date: Sat Feb 17 00:59:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- BR's !!
- no need for passing CFLAGS (not even CFlAGS :>) - they're already there by configure

---- Files affected:
SPECS:
   pportman.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/pportman.spec
diff -u SPECS/pportman.spec:1.4 SPECS/pportman.spec:1.5
--- SPECS/pportman.spec:1.4	Tue Feb 13 22:41:31 2007
+++ SPECS/pportman.spec	Sat Feb 17 01:59:25 2007
@@ -9,6 +9,8 @@
 Source0:	http://autko.net/~jackass/pportman/%{name}-%{version}.tar.gz
 # Source0-md5:	93d4dc561ac1f8da185e2e671436c014
 URL:		http://autko.net/~jackass/pportman/
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRequires:	ncurses-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,8 +29,7 @@
 %{__autoconf}
 %{__automake}
 %configure
-%{__make} \
-	CFlAGS="%{rpmcflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -50,6 +51,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2007/02/17 00:59:25  shadzik
+- BR's !!
+- no need for passing CFLAGS (not even CFlAGS :>) - they're already there by configure
+
 Revision 1.4  2007/02/13 21:41:31  qboosh
 - unified pl
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pportman.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list