forked from pool/mono-core
This commit is contained in:
parent
4f12ccca60
commit
726e377950
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 15 03:13:55 CET 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- only require valgrind for archs that provide it
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 23 17:52:56 CET 2008 - wberrier@suse.de
|
Wed Jan 23 17:52:56 CET 2008 - wberrier@suse.de
|
||||||
|
|
||||||
|
@ -10,13 +10,14 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: mono-core
|
Name: mono-core
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Group: Development/Languages/Mono
|
Group: Development/Languages/Mono
|
||||||
Summary: A .NET Runtime Environment
|
Summary: A .NET Runtime Environment
|
||||||
Url: http://go-mono.org/
|
Url: http://go-mono.org/
|
||||||
Version: 1.2.6
|
Version: 1.2.6
|
||||||
Release: 7
|
Release: 17
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: mono-%{version}.tar.bz2
|
Source0: mono-%{version}.tar.bz2
|
||||||
Patch0: mono-security_includes_warnings.patch
|
Patch0: mono-security_includes_warnings.patch
|
||||||
@ -60,7 +61,9 @@ BuildRequires: glib2-devel
|
|||||||
%if %{suse_version} > 1020
|
%if %{suse_version} > 1020
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
# Add valgrind support for 10.3 and above
|
# Add valgrind support for 10.3 and above
|
||||||
BuildRequires: valgrind
|
%ifarch %ix86 x86_64 ppc ppc64
|
||||||
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if %{sles_version} == 9
|
%if %{sles_version} == 9
|
||||||
%define configure_options export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig
|
%define configure_options export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig
|
||||||
@ -1050,10 +1053,12 @@ rm -f $RPM_BUILD_ROOT/usr/lib/mono/1.0/transform.exe
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2008 dmueller@suse.de
|
||||||
|
- only require valgrind for archs that provide it
|
||||||
* Wed Jan 23 2008 wberrier@suse.de
|
* Wed Jan 23 2008 wberrier@suse.de
|
||||||
- mono-93665_find_requires_ignore_missing.patch: warn on missing
|
- mono-93665_find_requires_ignore_missing.patch: warn on missing
|
||||||
files found in .config files instead of generating invalid deps.
|
files found in .config files instead of generating invalid deps.
|
||||||
* Wed Jan 16 2008 wberrier@suse.de
|
* Thu Jan 17 2008 wberrier@suse.de
|
||||||
- libgdiplus -> libgdiplus0 rename
|
- libgdiplus -> libgdiplus0 rename
|
||||||
- add libgluezilla0 to recommends
|
- add libgluezilla0 to recommends
|
||||||
* Mon Jan 14 2008 wberrier@suse.de
|
* Mon Jan 14 2008 wberrier@suse.de
|
||||||
@ -1120,20 +1125,20 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
must use 32bit libraries)
|
must use 32bit libraries)
|
||||||
* Mon Jul 30 2007 ro@suse.de
|
* Mon Jul 30 2007 ro@suse.de
|
||||||
- try to use 64bit libs on ppc64 as well in find-requires
|
- try to use 64bit libs on ppc64 as well in find-requires
|
||||||
* Tue Jul 10 2007 wberrier@novell.com
|
* Wed Jul 11 2007 wberrier@novell.com
|
||||||
- Build against valgrind for 10.3 and above
|
- Build against valgrind for 10.3 and above
|
||||||
* Thu Jul 05 2007 wberrier@novell.com
|
* Fri Jul 06 2007 wberrier@novell.com
|
||||||
- mono-find-requires fixes for ia64 (bnc #282877)
|
- mono-find-requires fixes for ia64 (bnc #282877)
|
||||||
* Wed Jun 20 2007 ro@suse.de
|
* Wed Jun 20 2007 ro@suse.de
|
||||||
- removed requires on specific release in mono-complete for
|
- removed requires on specific release in mono-complete for
|
||||||
mono-basic (not a subpackage of mono-core anymore)
|
mono-basic (not a subpackage of mono-core anymore)
|
||||||
* Fri Jun 15 2007 wberrier@novell.com
|
* Sat Jun 16 2007 wberrier@novell.com
|
||||||
- mono-config_rpm_requires.patch: revert back to using package
|
- mono-config_rpm_requires.patch: revert back to using package
|
||||||
requirements for the .config dep scanning. This is because
|
requirements for the .config dep scanning. This is because
|
||||||
noarch packages can be built on either 32 or 64 bit machines,
|
noarch packages can be built on either 32 or 64 bit machines,
|
||||||
and then otherwise will depend on a 32 or 64 bit library, which
|
and then otherwise will depend on a 32 or 64 bit library, which
|
||||||
is wrong.
|
is wrong.
|
||||||
* Tue Jun 05 2007 wberrier@novell.com
|
* Wed Jun 06 2007 wberrier@novell.com
|
||||||
- Fix relevant rpmlint errors/warnings:
|
- Fix relevant rpmlint errors/warnings:
|
||||||
-also 'provides' for each 'obsoletes'
|
-also 'provides' for each 'obsoletes'
|
||||||
-run ldconfig in post/un for mono-core and mono-devel
|
-run ldconfig in post/un for mono-core and mono-devel
|
||||||
@ -1176,7 +1181,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
-Many of the new 2.0 socket methods are now available
|
-Many of the new 2.0 socket methods are now available
|
||||||
* Fri Apr 13 2007 wberrier@novell.com
|
* Fri Apr 13 2007 wberrier@novell.com
|
||||||
- add %%debug_package so debug packages get created
|
- add %%debug_package so debug packages get created
|
||||||
* Wed Apr 04 2007 wberrier@novell.com
|
* Thu Apr 05 2007 wberrier@novell.com
|
||||||
- Adapt for build service
|
- Adapt for build service
|
||||||
* Tue Mar 06 2007 wberrier@suse.de
|
* Tue Mar 06 2007 wberrier@suse.de
|
||||||
- atomic fixes from Michael Matz for for s390 and s390x
|
- atomic fixes from Michael Matz for for s390 and s390x
|
||||||
@ -1550,7 +1555,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- Nasty work around hack for libtool in order to not include wrappers (#116245)
|
- Nasty work around hack for libtool in order to not include wrappers (#116245)
|
||||||
* Fri Sep 09 2005 ro@suse.de
|
* Fri Sep 09 2005 ro@suse.de
|
||||||
- fix build on 9.1+
|
- fix build on 9.1+
|
||||||
* Tue Aug 23 2005 wberrier@suse.de
|
* Wed Aug 24 2005 wberrier@suse.de
|
||||||
- Add the mono-nunit subpackage (needed for mono-tools)
|
- Add the mono-nunit subpackage (needed for mono-tools)
|
||||||
* Tue Aug 02 2005 ro@suse.de
|
* Tue Aug 02 2005 ro@suse.de
|
||||||
- update to 1.1.8.3
|
- update to 1.1.8.3
|
||||||
@ -1632,7 +1637,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
- update to 1.0 version
|
- update to 1.0 version
|
||||||
* Tue Jun 29 2004 mls@suse.de
|
* Tue Jun 29 2004 mls@suse.de
|
||||||
- use find-requires and find-provides from rpm
|
- use find-requires and find-provides from rpm
|
||||||
* Mon Jun 21 2004 clahey@suse.de
|
* Tue Jun 22 2004 clahey@suse.de
|
||||||
- Updated to 0.96.
|
- Updated to 0.96.
|
||||||
- Added find-requires.mono and find-provides.mono.
|
- Added find-requires.mono and find-provides.mono.
|
||||||
* Thu Jun 10 2004 clahey@suse.de
|
* Thu Jun 10 2004 clahey@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user