Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293825 Details for
Bug 430500
split .mdb off into -debuginfo
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch
debuginfo.patch (text/plain), 4.95 KB, created by
Matthias Clasen
on 2008-02-03 04:44:40 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Matthias Clasen
Created:
2008-02-03 04:44:40 UTC
Size:
4.95 KB
patch
obsolete
>Index: mono.spec >=================================================================== >RCS file: /cvs/extras/rpms/mono/devel/mono.spec,v >retrieving revision 1.54 >diff -u -r1.54 mono.spec >--- mono.spec 14 Aug 2007 18:17:28 -0000 1.54 >+++ mono.spec 3 Feb 2008 04:34:14 -0000 >@@ -21,6 +21,7 @@ > %endif > # Required for mono-libdir.patch > BuildRequires: automake libtool >+BuildRequires: findutils > > # JIT only availible on these: > ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha >@@ -230,6 +231,17 @@ > no longer maintained. MySQL AB now provides MySQL Connector/Net > which is fully managed and actively maintained. > >+%package mdb >+Summary: Debug information for package %{name} >+Group: Development/Debug >+AutoReqProv: 0 >+ >+%description mdb >+This package provides debug information for package %{name}. >+Debug information is useful when developing applications that use this >+package or when debugging this package. >+ >+ > %define monodir %{_libdir}/mono > %define gac_dll(dll) %{monodir}/gac/%{1} \ > %{monodir}/?.0/%{1}.dll \ >@@ -262,7 +274,7 @@ > %endif > autoreconf --force --install > >-gcc -o monodir %{SOURCE1} -DMONODIR=\"%{_libdir}/mono\" >+gcc -o monodir %{SOURCE1} -DMONODIR="\"%{_libdir}/mono\"" > > %configure --with-ikvm=yes --with-jit=yes --with-xen_opt=yes > make >@@ -300,6 +312,8 @@ > %{__rm} $RPM_BUILD_ROOT%{monodir}/1.0/mono-api-diff.exe > %{__rm} $RPM_BUILD_ROOT%{monodir}/*/mono-api-info.exe > >+find $RPM_BUILD_ROOT%{_libdir} -name *.mdb -printf "%%%%{_libdir}/%%P\n" > mdb.list >+ > %post -p /sbin/ldconfig > > %postun -p /sbin/ldconfig >@@ -364,7 +378,6 @@ > %gac_dll CustomMarshalers > %gac_dll OpenSystem.C > %{monodir}/?.0/mscorlib.dll >-%{monodir}/?.0/mscorlib.dll.mdb > %dir %{_sysconfdir}/mono > %dir %{_sysconfdir}/mono/1.0 > %dir %{_sysconfdir}/mono/2.0 >@@ -372,6 +385,8 @@ > %config (noreplace) %{_sysconfdir}/mono/1.0/machine.config > %config (noreplace) %{_sysconfdir}/mono/2.0/machine.config > %{_libdir}/libikvm-native.so >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files devel > %defattr(-,root,root,-) >@@ -408,9 +423,7 @@ > %mono_bin signcode > %mono_bin xbuild > %{monodir}/1.0/culevel.exe >-%{monodir}/1.0/culevel.exe.mdb > %{monodir}/1.0/ictool.exe >-%{monodir}/1.0/ictool.exe.mdb > %{_mandir}/man1/al.1.gz > %{_mandir}/man1/cert2spc.1.gz > %{_mandir}/man1/cilc.1.gz >@@ -453,6 +466,8 @@ > %dir %{_datadir}/mono-1.0 > %dir %{_datadir}/mono-1.0/mono > %dir %{_datadir}/mono-1.0/mono/cil >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files nunit > %defattr(-,root,root,-) >@@ -462,6 +477,8 @@ > %gac_dll nunit.framework > %gac_dll nunit.util > %gac_dll nunit.mocks >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files nunit-devel > %defattr(-,root,root,-) >@@ -473,11 +490,15 @@ > %gac_dll I18N.Rare > %gac_dll I18N.CJK > %gac_dll I18N.Other >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files jscript > %defattr(-,root,root,-) > %mono_bin mjs > %gac_dll Microsoft.JScript >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files extras > %defattr(-,root,root,-) >@@ -491,6 +512,8 @@ > %gac_dll System.ServiceProcess > %gac_dll System.Configuration.Install > %gac_dll Microsoft.Vsa >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files winforms > %defattr(-,root,root,-) >@@ -498,6 +521,8 @@ > %gac_dll Accessibility > %gac_dll System.Design > %gac_dll System.Drawing.Design >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files web > %defattr(-,root,root,-) >@@ -521,6 +546,8 @@ > %config (noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx > %config (noreplace) %{_sysconfdir}/mono/2.0/web.config > %{_mandir}/man1/httpcfg.1.gz >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files data > %defattr(-,root,root,-) >@@ -534,35 +561,54 @@ > %gac_dll Novell.Directory.Ldap > %gac_dll System.DirectoryServices > %gac_dll System.Transactions >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files data-sqlite > %defattr(-,root,root,-) > %gac_dll Mono.Data.SqliteClient > %gac_dll Mono.Data.Sqlite >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files data-sybase > %defattr(-,root,root,-) > %gac_dll Mono.Data.SybaseClient >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files data-oracle > %defattr(-,root,root,-) > %gac_dll System.Data.OracleClient >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files data-postgresql > %defattr(-,root,root,-) > %gac_dll Npgsql >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files data-firebird > %defattr(-,root,root,-) > %gac_dll FirebirdSql.Data.Firebird >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files -n bytefx-data-mysql > %defattr(-,root,root,-) > %gac_dll ByteFX.Data >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb > > %files -n ibm-data-db2 > %defattr(-,root,root,-) > %gac_dll IBM.Data.DB2 >+%exclude %{monodir}/*/*.mdb >+%exclude %{monodir}/*/*/*/*.mdb >+ >+%files mdb -f mdb.list >+%defattr(-,root,root) > > %changelog > * Tue Aug 14 2007 Jesse Keating <jkeating@redhat.com> 1.2.4-2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430500
: 293825 |
296700
|
296701