SPECS: pnetlib.spec - use resgen from /usr/bin/pnet-resgen, not re...
undefine
undefine at pld-linux.org
Fri Dec 23 21:19:49 CET 2005
Author: undefine Date: Fri Dec 23 20:19:49 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use resgen from /usr/bin/pnet-resgen, not resgen from mono
- rel 2
---- Files affected:
SPECS:
pnetlib.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/pnetlib.spec
diff -u SPECS/pnetlib.spec:1.43 SPECS/pnetlib.spec:1.44
--- SPECS/pnetlib.spec:1.43 Tue Nov 1 15:35:47 2005
+++ SPECS/pnetlib.spec Fri Dec 23 21:19:44 2005
@@ -4,7 +4,7 @@
Summary(pl): Biblioteka Portable .NET z projektu DotGNU
Name: pnetlib
Version: 0.7.2
-Release: 1
+Release: 2
License: GPL plus linking exception
Vendor: DotGNU
Group: Libraries
@@ -286,6 +286,10 @@
%setup -q
%build
+if [ -x /usr/bin/pnet-resgen ]; then
+RESGEN=/usr/bin/pnet-resgen
+export RESGEN
+fi
%{__libtoolize}
%{__aclocal}
%{__automake} --ignore-deps
@@ -434,6 +438,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2005/12/23 20:19:44 undefine
+- use resgen from /usr/bin/pnet-resgen, not resgen from mono
+- rel 2
+
Revision 1.43 2005/11/01 14:35:47 undefine
- up to 0.7.2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/pnetlib.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list