mirror of
https://abf.rosa.ru/djam/mono.git
synced 2025-02-23 13:52:51 +00:00
unpackaged files
This commit is contained in:
parent
0132d0b6c0
commit
f8fd3fa805
1 changed files with 2 additions and 53 deletions
55
mono.spec
55
mono.spec
|
@ -711,18 +711,7 @@ install -p -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/mono/
|
|||
#gw not wanted anymore:
|
||||
rm -f %buildroot%_libdir/lib*.la
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%if %mdkversion < 200900
|
||||
%post -n %libname -p /sbin/ldconfig
|
||||
%endif
|
||||
%if %mdkversion < 200900
|
||||
%postun -n %libname -p /sbin/ldconfig
|
||||
%endif
|
||||
|
||||
%files -f mcs.lang
|
||||
%defattr(-, root, root)
|
||||
%dir %{_sysconfdir}/mono
|
||||
%dir %{_sysconfdir}/mono/2.0/
|
||||
%dir %{_sysconfdir}/mono/4.0/
|
||||
|
@ -738,7 +727,7 @@ rm -rf %{buildroot}
|
|||
%endif
|
||||
%{_bindir}/mono-sgen-gdb.py
|
||||
%_bindir/mono-test-install
|
||||
%_bindir/csharp
|
||||
#% _bindir/csharp
|
||||
%_bindir/csharp2
|
||||
%_bindir/certmgr
|
||||
%_bindir/chktrust
|
||||
|
@ -767,12 +756,11 @@ rm -rf %{buildroot}
|
|||
%dir %monodir/3.5/
|
||||
%monodir/mono-configuration-crypto
|
||||
%dir %monodir/gac/Mono.C5
|
||||
%monodir/gac/Mono.C5/1.1.0.0*
|
||||
%monodir/gac/Mono.C5/1.1.1.0*
|
||||
%monodir/gac/Mono.Cecil/
|
||||
%monodir/gac/Mono.Cecil.Mdb/
|
||||
|
||||
%files 2.0
|
||||
%defattr(-, root, root)
|
||||
%dir %monodir/2.0
|
||||
%monodir/2.0/Commons.Xml.Relaxng.dll
|
||||
%monodir/2.0/CustomMarshalers.dll
|
||||
|
@ -837,7 +825,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/cscompmgd/8.0.0.0*
|
||||
|
||||
%files 4.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/4.0/Commons.Xml.Relaxng.dll
|
||||
%monodir/4.0/CustomMarshalers.dll
|
||||
%monodir/4.0/I18N.West.dll
|
||||
|
@ -914,16 +901,13 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/cscompmgd/0.0.0.0*
|
||||
|
||||
%files compat
|
||||
%defattr(-, root, root)
|
||||
%dir %monodir/compat-2.0/
|
||||
%monodir/compat-2.0/ICSharpCode.SharpZipLib.dll
|
||||
%monodir/gac/ICSharpCode.SharpZipLib/2.6.0.0*
|
||||
|
||||
%files build
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files build-2.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/2.0/Microsoft.Build.Tasks.dll
|
||||
%dir %monodir/gac/Microsoft.Build.Tasks
|
||||
%monodir/gac/Microsoft.Build.Tasks/2.0.0.0*
|
||||
|
@ -945,7 +929,6 @@ rm -rf %{buildroot}
|
|||
%monodir/2.0/MSBuild
|
||||
|
||||
%files build-3.5
|
||||
%defattr(-, root, root)
|
||||
%monodir/3.5/Microsoft.Build.Framework.dll
|
||||
%dir %monodir/gac/Microsoft.Build.Framework/
|
||||
%monodir/gac/Microsoft.Build.Framework/3.5.0.0*
|
||||
|
@ -959,7 +942,6 @@ rm -rf %{buildroot}
|
|||
%monodir/3.5/MSBuild
|
||||
|
||||
%files build-4.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/4.0/Microsoft.Build.dll
|
||||
%dir %monodir/gac/Microsoft.Build/
|
||||
%monodir/gac/Microsoft.Build/4.0.0.0*
|
||||
|
@ -990,14 +972,12 @@ rm -rf %{buildroot}
|
|||
%monodir/4.0/MSBuild
|
||||
|
||||
%files doc
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING.LIB NEWS README
|
||||
%doc docs/*[^Makefile-Makefile.in]
|
||||
%doc mcs*/docs/clr-abi.txt mcs*/docs/compiler.txt mcs*/docs/control-flow-analysis.txt
|
||||
%doc installed-docs/*
|
||||
|
||||
%files -n %libname
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libmono-profiler*.so.%{major}*
|
||||
%if %sgen == yes
|
||||
%{_libdir}/libmonosgen-2.0.so.%{major}*
|
||||
|
@ -1008,17 +988,14 @@ rm -rf %{buildroot}
|
|||
%_libdir/libikvm-native.so
|
||||
|
||||
%files -n %libname1
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libmono-2.0.so.%{major1}*
|
||||
|
||||
%if %llvm == yes
|
||||
%files -n %libnamellvm
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/libmono-llvm.so.%{major}*
|
||||
%endif
|
||||
|
||||
%files -n %libnamedev
|
||||
%defattr(-, root, root)
|
||||
%doc ChangeLog
|
||||
%{_sysconfdir}/pki/mono/
|
||||
%dir %_includedir/mono-2.0/
|
||||
|
@ -1171,24 +1148,20 @@ rm -rf %{buildroot}
|
|||
%_datadir/mono-2.0/
|
||||
|
||||
%files winfxcore
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files winfxcore-2.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/2.0/System.Data.Services.Client.dll
|
||||
%monodir/gac/System.Data.Services.Client/3.5.0.0*
|
||||
%monodir/2.0/WindowsBase.dll*
|
||||
%monodir/gac/WindowsBase/3.0.0.0*
|
||||
|
||||
%files winfxcore-4.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/4.0/System.Data.Services.Client.dll
|
||||
%monodir/gac/System.Data.Services.Client/4.0.0.0*
|
||||
%monodir/4.0/WindowsBase.dll*
|
||||
%monodir/gac/WindowsBase/4.0.0.0*
|
||||
|
||||
%files web
|
||||
%defattr(-, root, root)
|
||||
%dir %{_sysconfdir}/mono/mconfig
|
||||
%config(noreplace) %{_sysconfdir}/mono/browscap.ini
|
||||
%config(noreplace) %{_sysconfdir}/mono/mconfig/config.xml
|
||||
|
@ -1205,7 +1178,6 @@ rm -rf %{buildroot}
|
|||
%_mandir/man1/xsd.1*
|
||||
|
||||
%files web-2.0
|
||||
%defattr(-, root, root)
|
||||
%config(noreplace) %{_sysconfdir}/mono/2.0/Browsers/Compat.browser
|
||||
%config(noreplace) %{_sysconfdir}/mono/2.0/DefaultWsdlHelpGenerator.aspx
|
||||
%config(noreplace) %{_sysconfdir}/mono/2.0/web.config
|
||||
|
@ -1241,7 +1213,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/System.Web/2.0.0.0*
|
||||
|
||||
%files web-4.0
|
||||
%defattr(-, root, root)
|
||||
%config(noreplace) %{_sysconfdir}/mono/4.0/DefaultWsdlHelpGenerator.aspx
|
||||
%config(noreplace) %{_sysconfdir}/mono/4.0/web.config
|
||||
%monodir/4.0/Microsoft.Web.Infrastructure.dll
|
||||
|
@ -1286,7 +1257,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/System.Web/4.0.0.0*
|
||||
|
||||
%files web-compat
|
||||
%defattr(-, root, root)
|
||||
%monodir/compat-2.0/System.Web.Extensions.Design.dll
|
||||
%monodir/compat-2.0/System.Web.Extensions.dll
|
||||
%monodir/compat-2.0/System.Web.Mvc.dll
|
||||
|
@ -1295,10 +1265,8 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/System.Web.Mvc/1.0.0.0*
|
||||
|
||||
%files winforms
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files winforms-2.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/2.0/Accessibility.dll
|
||||
%monodir/2.0/Mono.WebBrowser.dll
|
||||
%monodir/2.0/System.Design.dll
|
||||
|
@ -1311,7 +1279,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/System.Windows.Forms/2.0.0.0*
|
||||
|
||||
%files winforms-4.0
|
||||
%defattr(-, root, root)
|
||||
#gw stupid rpm5:
|
||||
%dir %_prefix/lib
|
||||
%dir %monodir
|
||||
|
@ -1337,16 +1304,13 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/System.Windows.Forms/4.0.0.0*
|
||||
|
||||
%files winforms-compat
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files extras
|
||||
%defattr(-, root, root)
|
||||
%_bindir/mono-service
|
||||
%_bindir/mono-service2
|
||||
%_mandir/man1/mono-service.1*
|
||||
|
||||
%files extras-2.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/2.0/Mono.Messaging.RabbitMQ.dll
|
||||
%monodir/2.0/Mono.Messaging.dll
|
||||
%monodir/2.0/RabbitMQ.Client.Apigen.exe
|
||||
|
@ -1368,7 +1332,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/mono-service/2.0.0.0*
|
||||
|
||||
%files extras-4.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/4.0/Mono.Messaging.RabbitMQ.dll
|
||||
%monodir/4.0/Mono.Messaging.dll
|
||||
%monodir/4.0/RabbitMQ.Client.Apigen.exe
|
||||
|
@ -1396,10 +1359,8 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/mono-service/4.0.0.0*
|
||||
|
||||
%files extras-compat
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files data
|
||||
%defattr(-, root, root)
|
||||
%_bindir/sqlmetal
|
||||
%_bindir/sqlsharp
|
||||
%_mandir/man1/sqlsharp.1*
|
||||
|
@ -1412,7 +1373,6 @@ rm -rf %{buildroot}
|
|||
%monodir/4.0/IBM.Data.DB2.dll
|
||||
|
||||
%files data-2.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/2.0/Mono.Data.Tds.dll
|
||||
%monodir/2.0/Novell.Directory.Ldap.dll
|
||||
%monodir/2.0/System.Data.DataSetExtensions.dll
|
||||
|
@ -1441,7 +1401,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/System.Transactions/2.0.0.0*
|
||||
|
||||
%files data-4.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/4.0/Mono.Data.Tds.dll
|
||||
%monodir/4.0/Novell.Directory.Ldap.dll
|
||||
%monodir/4.0/System.Data.DataSetExtensions.dll
|
||||
|
@ -1477,13 +1436,10 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/WebMatrix.Data/4.0.0.0*
|
||||
|
||||
%files data-compat
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files locale-extras
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files locale-extras-2.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/2.0/I18N.CJK.dll
|
||||
%monodir/2.0/I18N.MidEast.dll
|
||||
%monodir/2.0/I18N.Other.dll
|
||||
|
@ -1494,7 +1450,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/I18N.Rare/2.0.0.0*
|
||||
|
||||
%files locale-extras-4.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/4.0/I18N.CJK.dll
|
||||
%monodir/4.0/I18N.MidEast.dll
|
||||
%monodir/4.0/I18N.Other.dll
|
||||
|
@ -1505,10 +1460,8 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/I18N.Rare/4.0.0.0*
|
||||
|
||||
%files locale-extras-compat
|
||||
%defattr(-, root, root)
|
||||
|
||||
%files nunit
|
||||
%defattr(-, root, root)
|
||||
%_bindir/nunit-console
|
||||
%_bindir/nunit-console2
|
||||
%monodir/2.0/nunit-console.exe
|
||||
|
@ -1541,7 +1494,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/nunit.mocks
|
||||
|
||||
%files -n monodoc-core
|
||||
%defattr(-, root, root)
|
||||
%monodir/gac/monodoc
|
||||
%monodir/monodoc
|
||||
%monodir/2.0/mdoc.exe*
|
||||
|
@ -1572,11 +1524,9 @@ rm -rf %{buildroot}
|
|||
%{_mandir}/man5/mdoc.5*
|
||||
|
||||
%files wcf
|
||||
%defattr(-, root, root)
|
||||
%_bindir/svcutil
|
||||
|
||||
%files wcf-2.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/2.0/System.IdentityModel.Selectors.dll
|
||||
%monodir/2.0/System.IdentityModel.dll
|
||||
%monodir/2.0/System.ServiceModel.Web.dll
|
||||
|
@ -1587,7 +1537,6 @@ rm -rf %{buildroot}
|
|||
%monodir/gac/System.ServiceModel/3.0.0.0*
|
||||
|
||||
%files wcf-4.0
|
||||
%defattr(-, root, root)
|
||||
%monodir/4.0/System.IdentityModel.Selectors.dll
|
||||
%monodir/4.0/System.IdentityModel.dll
|
||||
%monodir/4.0/System.Runtime.DurableInstancing.dll
|
||||
|
|
Loading…
Add table
Reference in a new issue