SPECS: mono.spec - todo about pkgconfig files

glen glen at pld-linux.org
Thu Mar 29 23:29:50 CEST 2007


Author: glen                         Date: Thu Mar 29 21:29:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- todo about pkgconfig files

---- Files affected:
SPECS:
   mono.spec (1.212 -> 1.213) 

---- Diffs:

================================================================
Index: SPECS/mono.spec
diff -u SPECS/mono.spec:1.212 SPECS/mono.spec:1.213
--- SPECS/mono.spec:1.212	Sat Feb 17 10:01:46 2007
+++ SPECS/mono.spec	Thu Mar 29 23:29:45 2007
@@ -1,4 +1,12 @@
 # $Revision$, $Date$
+# TODO
+# - sanitize .pc files paths:
+# $ head /usr/lib64/pkgconfig/mono.pc
+# prefix=${pcfiledir}/../..
+# exec_prefix=${pcfiledir}/../..
+# libdir=${prefix}/lib64
+# includedir=${prefix}/include/mono-1.0
+#
 # NOTE: Makefiles are broken, build could stop long time after first fatal error
 #
 # Conditional build:
@@ -20,7 +28,7 @@
 Release:	1
 License:	GPL/LGPL/MIT
 Group:		Development/Languages
-#Source0Download: http://go-mono.com/sources-stable/
+# Source0Download: http://go-mono.com/sources-stable/
 Source0:	http://www.go-mono.com/sources/mono/%{name}-%{version}.tar.gz
 # Source0-md5:	4e4cdb6f98f1ea62bb1900f214c55e58
 Patch0:		%{name}-alpha-float.patch
@@ -29,7 +37,7 @@
 Patch3:		%{name}-script_fixes.patch
 Patch4:		%{name}-awk.patch
 URL:		http://www.mono-project.com/
-%if %(test -r /dev/random ; echo $?)
+%if %(test -r /dev/random; echo $?)
 BuildRequires:	ACCESSIBLE_/dev/random
 %endif
 BuildRequires:	autoconf
@@ -53,7 +61,7 @@
 # debugger doesn't work with stripped mono
 %define         _noautostrip    .*/mono
 
-%if ! %{with bootstrap}
+%if %{without bootstrap}
 %define	__mono_provides	%{_rpmlibdir}/mono-find-provides
 %define	__mono_requires	%{_rpmlibdir}/mono-find-requires
 %endif
@@ -72,7 +80,7 @@
   generate classes and code that can interoperate with other programming
   languages (The Common Language Specification: CLS).
 
-%{?with_tls:This version was build with TLS __thread.}
+%{?with_tls:This version was built with TLS __thread.}
 
 %description -l pl.UTF-8
 Platforma CLI (Common Language Infrastructure). Microsoft stworzył
@@ -493,6 +501,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.213  2007/03/29 21:29:45  glen
+- todo about pkgconfig files
+
 Revision 1.212  2007/02/17 09:01:46  qboosh
 - consistent subpackages order
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.212&r2=1.213&f=u



More information about the pld-cvs-commit mailing list