Author: glen Date: Wed Sep 2 11:33:03 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 2.4.2.3; builds
---- Files affected: packages/mono: mono.spec (1.240 -> 1.241) ---- Diffs: ================================================================ Index: packages/mono/mono.spec diff -u packages/mono/mono.spec:1.240 packages/mono/mono.spec:1.241 --- packages/mono/mono.spec:1.240 Thu Jul 23 21:08:06 2009 +++ packages/mono/mono.spec Wed Sep 2 13:32:58 2009 @@ -1,6 +1,15 @@ # $Revision$, $Date$ # # NOTE: Makefiles are broken, build could stop long time after first fatal error +# TODO: +# /usr/lib/mono-source-libs/Options.cs +# /usr/lib/mono-source-libs/getline.cs +# /usr/lib64/pkgconfig/mono-lineeditor.pc +# /usr/lib64/pkgconfig/mono-options.pc +# /usr/lib64/pkgconfig/mono.web.pc +# /usr/lib64/pkgconfig/system.web.extensions.design_1.0.pc +# /usr/lib64/pkgconfig/system.web.extensions_1.0.pc +# /usr/lib64/pkgconfig/wcf.pc # # Conditional build: %bcond_without tls # don't use TLS (which requires recent 2.4.x or 2.6 kernel) @@ -17,13 +26,13 @@ Summary: Common Language Infrastructure implementation Summary(pl.UTF-8): Implementacja Common Language Infrastructure Name: mono -Version: 2.4.2.2 -Release: 0.2 +Version: 2.4.2.3 +Release: 0.1 License: LGPL (VM), GPL (C# compilers), MIT X11 with GPL additions (classes, tools) Group: Development/Languages # latest downloads summary at http://ftp.novell.com/pub/mono/sources-stable/ Source0: http://ftp.novell.com/pub/mono/sources/mono/%{name}-%{version}.tar.bz2 -# Source0-md5: 54aac9b914c5a4dc81c2bfd058df1c93 +# Source0-md5: 696f25afc8453cd0d1c78de6e905dcf2 Patch0: %{name}-alpha-float.patch Patch1: %{name}-mint.patch Patch2: %{name}-sonames.patch @@ -298,7 +307,10 @@ mv -f $RPM_BUILD_ROOT%{_bindir}/mono-find-* $RPM_BUILD_ROOT%{_rpmlibdir} # loadable modules -rm $RPM_BUILD_ROOT%{_libdir}/lib{MonoPosixHelper,MonoSupportW,ikvm-native}.{la,a} +rm $RPM_BUILD_ROOT%{_libdir}/lib{MonoPosixHelper,MonoSupportW,ikvm-native}.la +%if %{with static_libs} +rm $RPM_BUILD_ROOT%{_libdir}/lib{MonoPosixHelper,MonoSupportW,ikvm-native}.a +%endif %clean rm -rf $RPM_BUILD_ROOT @@ -652,6 +664,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.241 2009/09/02 11:32:58 glen +- up to 2.4.2.3; builds + Revision 1.240 2009/07/23 19:08:06 vip - up to 2.4.2.2 @@ -676,7 +691,7 @@ - still a lot of unpackaged files Revision 1.233 2009/04/08 07:25:21 marcus -- start upgrade to 2.4, builds but has some troubles in %%install +- start upgrade to 2.4, builds but has some troubles in %install Revision 1.232 2008/11/13 07:52:18 arekm - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mono/mono.spec?r1=1.240&r2=1.241&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
