packages: nxssh/nxssh.spec - don't create false dependencies for unused lib...

sparky sparky at pld-linux.org
Sat May 15 02:27:01 CEST 2010


Author: sparky                       Date: Sat May 15 00:27:01 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't create false dependencies for unused libraries

---- Files affected:
packages/nxssh:
   nxssh.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/nxssh/nxssh.spec
diff -u packages/nxssh/nxssh.spec:1.16 packages/nxssh/nxssh.spec:1.17
--- packages/nxssh/nxssh.spec:1.16	Mon Apr 12 21:28:00 2010
+++ packages/nxssh/nxssh.spec	Sat May 15 02:26:56 2010
@@ -37,6 +37,9 @@
 
 %prep
 %setup -q -n %{name}
+# drop unused libraries
+%{__sed} -e 's/ -lstdc++ -lpng -ljpeg / /' \
+	-i configure.ac
 
 %build
 %{__autoconf}
@@ -83,6 +86,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2010/05/15 00:26:56  sparky
+- don't create false dependencies for unused libraries
+
 Revision 1.16  2010/04/12 19:28:00  arekm
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nxssh/nxssh.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list