Author: deejay1 Date: Wed Feb 7 19:07:57 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.2.3 - rel. 0.9 - check out httpcfg and mbas
---- Files affected: SPECS: mono.spec (1.205 -> 1.206) ---- Diffs: ================================================================ Index: SPECS/mono.spec diff -u SPECS/mono.spec:1.205 SPECS/mono.spec:1.206 --- SPECS/mono.spec:1.205 Tue Dec 19 23:44:33 2006 +++ SPECS/mono.spec Wed Feb 7 20:07:52 2007 @@ -16,17 +16,18 @@ Summary: Common Language Infrastructure implementation Summary(pl): Implementacja Common Language Infrastructure Name: mono -Version: 1.2.2.1 -Release: 1 +Version: 1.2.3 +Release: 0.9 License: GPL/LGPL/MIT Group: Development/Languages #Source0Download: http://go-mono.com/sources-stable/ Source0: http://www.go-mono.com/sources/mono/%{name}-%{version}.tar.gz -# Source0-md5: b67ef657b83ca26249d7b9e9c5e7da69 +# Source0-md5: d7af3ebcf37967e3548a02f5d61a0ebc Patch0: %{name}-alpha-float.patch Patch1: %{name}-mint.patch Patch2: %{name}-sonames.patch Patch3: %{name}-script_fixes.patch +Patch4: %{name}-awk.patch URL: http://www.mono-project.com/ %if %(test -r /dev/random ; echo $?) BuildRequires: ACCESSIBLE_/dev/random @@ -41,8 +42,7 @@ BuildRequires: rpmbuild(macros) >= 1.213 BuildRequires: rpmbuild(monoautodeps) Requires: binfmt-detector -#Requires: libgdiplus >= %{version} -Requires: libgdiplus >= 1.2.2 +Requires: libgdiplus >= 1.2.3 # until there there is mono-basic usable with mono Obsoletes: mono-basic ExclusiveArch: %{ix86} %{x8664} alpha arm hppa ia64 mips ppc s390 s390x sparc sparcv9 sparc64 @@ -196,6 +196,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build cp -f /usr/share/automake/config.sub . @@ -274,6 +275,7 @@ %attr(755,root,root) %{_bindir}/chktrust* %attr(755,root,root) %{_bindir}/dtd2rng %attr(755,root,root) %{_bindir}/gacutil* +%attr(755,root,root) %{_bindir}/httpcfg %attr(755,root,root) %{_bindir}/makecert* %attr(755,root,root) %{_bindir}/mkbundle* %attr(755,root,root) %{_bindir}/mono-service @@ -315,6 +317,7 @@ %{_mandir}/man1/cert*.1* %{_mandir}/man1/chktrust.1* %{_mandir}/man1/gacutil.1* +%{_mandir}/man1/httpcfg.1* %{_mandir}/man1/makecert.1* %{_mandir}/man1/mkbundle.1* %{_mandir}/man1/mint.1* @@ -419,19 +422,23 @@ %attr(755,root,root) %{_prefix}/lib/mono/1.0/sqlsharp* %attr(755,root,root) %{_prefix}/lib/mono/1.0/wsdl* %attr(755,root,root) %{_prefix}/lib/mono/1.0/xsd* +%attr(755,root,root) %{_prefix}/lib/mono/2.0/al* %attr(755,root,root) %{_prefix}/lib/mono/2.0/mono-api-info* %attr(755,root,root) %{_prefix}/lib/mono/2.0/monop* %attr(755,root,root) %{_prefix}/lib/mono/2.0/nunit-console* %attr(755,root,root) %{_prefix}/lib/mono/2.0/resgen* %attr(755,root,root) %{_prefix}/lib/mono/2.0/wsdl* %attr(755,root,root) %{_prefix}/lib/mono/2.0/xbuild* +%{_prefix}/lib/mono/2.0/MSBuild +%{_prefix}/lib/mono/2.0/*.xsd +%{_prefix}/lib/mono/2.0/*.targets +%{_prefix}/lib/mono/2.0/*.tasks %exclude %{_prefix}/lib/mono/1.0/*.mdb %exclude %{_prefix}/lib/mono/2.0/*.mdb -%{_prefix}/lib/mono/xbuild %attr(755,root,root) %{_rpmlibdir}/mono-find* -%{_datadir}/%{name} +%{_datadir}/%{name}-1.0 %{_pkgconfigdir}/*.pc -%{_includedir}/%{name} +%{_includedir}/%{name}-1.0 %{_mandir}/man1/al.1* %{_mandir}/man1/cilc.1* %{_mandir}/man1/disco.1* @@ -488,6 +495,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.206 2007/02/07 19:07:52 deejay1 +- up to 1.2.3 +- rel. 0.9 - check out httpcfg and mbas + Revision 1.205 2006/12/19 22:44:33 qboosh - installable again (require _existing_ version of libgdiplus) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mono.spec?r1=1.205&r2=1.206&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
