SHA256
1
0
forked from pool/mono-core

Accepting request 39048 from Mono:Factory

Copy from Mono:Factory/mono-core based on submit request 39048 from user ajorgensen

OBS-URL: https://build.opensuse.org/request/show/39048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mono-core?expand=0&rev=41
This commit is contained in:
OBS User autobuild 2010-04-28 22:36:32 +00:00 committed by Git OBS Bridge
parent f806f777c0
commit e5b038d423
4 changed files with 25 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ecb82d2007f472f8eebc85c349813515bf642e6ea021890ece40555ad50d947
size 27761467

3
mono-2.6.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c05b9f3bcc3b038db860cdf0da81a0010c148a673a311054efffc5f613cd7922
size 27690544

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Apr 28 07:59:02 UTC 2010 - aj@suse.de
- Remove libmono-profiler-*.la files.
-------------------------------------------------------------------
Tue Apr 27 22:58:13 UTC 2010 - ajorgensen@novell.com
- Update to 2.6.4
* http://www.mono-project.com/Release_Notes_Mono_2.6.4
-------------------------------------------------------------------
Fri Apr 2 16:40:19 UTC 2010 - aj@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package mono-core (Version 2.6.3)
# spec file for package mono-core (Version 2.6.4)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -24,8 +24,8 @@ License: LGPLv2.1
Group: Development/Languages/Mono
Summary: A .NET Runtime Environment
Url: http://go-mono.org/
Version: 2.6.3
Release: 3
Version: 2.6.4
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: mono-%{version}.tar.bz2
ExclusiveArch: %ix86 x86_64 ppc ppc64 hppa armv4l sparc s390 ia64 s390x
@ -110,8 +110,8 @@ BuildRequires: libunwind-devel
# Allows overrides of __find_provides in fedora distros... (already set to zero on newer suse distros)
%define _use_internal_dependency_generator 0
%endif
%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}/usr %{buildroot}%{_bindir}/mono-find-provides ; } | sort | uniq'
%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}/usr %{buildroot}%{_bindir}/mono-find-requires ; } | sort | uniq'
%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}%{_prefix} %{buildroot}%{_bindir}/mono-find-provides ; } | sort | uniq'
%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" "${filelist[@]}" | prefix=%{buildroot}%{_prefix} %{buildroot}%{_bindir}/mono-find-requires ; } | sort | uniq'
%description
The Mono Project is an open development initiative that is working to
@ -377,7 +377,6 @@ Authors:
%_prefix/lib/mono/2.0/System.Data.dll
%_prefix/lib/mono/gac/System.Data.Linq
%_prefix/lib/mono/2.0/System.Data.Linq.dll
%_prefix/lib/mono/gac/System.Data.Services
%_prefix/lib/mono/gac/Mono.Data
%_prefix/lib/mono/1.0/Mono.Data.dll
%_prefix/lib/mono/2.0/Mono.Data.dll
@ -629,6 +628,7 @@ Authors:
%files -n mono-wcf
%defattr(-, root, root)
%_bindir/svcutil
%_prefix/lib/mono/gac/System.Data.Services
%_prefix/lib/mono/gac/System.IdentityModel
%_prefix/lib/mono/2.0/System.IdentityModel.dll
%_prefix/lib/mono/gac/System.IdentityModel.Selectors
@ -945,7 +945,8 @@ License: LGPLv2.1
Summary: Mono development tools
Group: Development/Languages/Mono
Requires: mono-core == %version-%release
Requires: glib2-devel
Recommends: glib2-devel
Requires: pkgconfig
# Required because they are referenced by .pc files
Requires: mono-data == %version-%release
Requires: mono-data-oracle == %version-%release
@ -1316,6 +1317,9 @@ rm -f $RPM_BUILD_ROOT%_prefix/lib/mono/1.0/culevel.exe*
rm -f $RPM_BUILD_ROOT%_prefix/lib/mono/2.0/transform.exe
# Post 2.2
rm -f $RPM_BUILD_ROOT%_mandir/man1/monoburg.*
rm -f $RPM_BUILD_ROOT%_libdir/libmono-profiler-aot.la
rm -f $RPM_BUILD_ROOT%_libdir/libmono-profiler-cov.la
rm -f $RPM_BUILD_ROOT%_libdir/libmono-profiler-logging.la
# brp-compress doesn't search _mandir
# so we cheat it
ln -s . %buildroot%_prefix/usr