packages: rcsparse/rcsparse.spec - pedantic hint taken from samchi, adding ...

glen glen at pld-linux.org
Wed Jan 19 01:55:51 CET 2011


Author: glen                         Date: Wed Jan 19 00:55:51 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pedantic hint taken from samchi, adding %{rpmcflags} to linker

---- Files affected:
packages/rcsparse:
   rcsparse.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/rcsparse/rcsparse.spec
diff -u packages/rcsparse/rcsparse.spec:1.6 packages/rcsparse/rcsparse.spec:1.7
--- packages/rcsparse/rcsparse.spec:1.6	Wed Jan 19 01:07:48 2011
+++ packages/rcsparse/rcsparse.spec	Wed Jan 19 01:55:46 2011
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Moduł do analizy plików RCS
 Name:		rcsparse
 Version:	0.1
-Release:	0.%{snap}.1
+Release:	0.%{snap}.2
 License:	BSD
 Group:		Libraries
 Source0:	%{name}-%{snap}.tar.bz2
@@ -43,10 +43,10 @@
 
 %build
 libtool --tag=CC --mode=compile %{__cc} %{rpmcppflags} %{rpmcflags} -shared -c rcsparse.c
-libtool --tag=CC --mode=link %{__cc} %{rpmldflags} -shared -o librcsparse.la -rpath %{_libdir} rcsparse.lo
+libtool --tag=CC --mode=link %{__cc} %{rpmldflags} %{rpmcflags} -shared -o librcsparse.la -rpath %{_libdir} rcsparse.lo
 
 libtool --tag=CC --mode=compile %{__cc} %{rpmcppflags} %{rpmcflags} -I%{py_incdir} -shared -c py-rcsparse.c
-libtool --tag=CC --mode=link %{__cc} %{rpmldflags} -avoid-version -module -shared -o rcsparse.la -rpath %{py_sitedir} py-rcsparse.lo librcsparse.la
+libtool --tag=CC --mode=link %{__cc} %{rpmldflags} %{rpmcflags} -avoid-version -module -shared -o rcsparse.la -rpath %{py_sitedir} py-rcsparse.lo librcsparse.la
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -85,6 +85,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2011/01/19 00:55:46  glen
+- pedantic hint taken from samchi, adding %{rpmcflags} to linker
+
 Revision 1.6  2011/01/19 00:07:48  glen
 - verbose files
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rcsparse/rcsparse.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list