SVN update Fix monodoc issue (x86_64)
This commit is contained in:
parent
8d5b63edfb
commit
7f82b73078
@ -1 +1 @@
|
|||||||
mono-121605.tar.bz2
|
mono-121664.tar.bz2
|
||||||
|
@ -22,3 +22,4 @@ mono-2_2-8_pre2_fc11:HEAD:mono-2.2-8.pre2.fc11.src.rpm:1228759110
|
|||||||
mono-2_2-10_pre2_20081215svn121507_fc11:HEAD:mono-2.2-10.pre2.20081215svn121507.fc11.src.rpm:1229342187
|
mono-2_2-10_pre2_20081215svn121507_fc11:HEAD:mono-2.2-10.pre2.20081215svn121507.fc11.src.rpm:1229342187
|
||||||
mono-2_2-11_pre3_20081215svn121536_fc11:HEAD:mono-2.2-11.pre3.20081215svn121536.fc11.src.rpm:1229380660
|
mono-2_2-11_pre3_20081215svn121536_fc11:HEAD:mono-2.2-11.pre3.20081215svn121536.fc11.src.rpm:1229380660
|
||||||
mono-2_2-11_pre3_20081216svn121605_fc11:HEAD:mono-2.2-11.pre3.20081216svn121605.fc11.src.rpm:1229509237
|
mono-2_2-11_pre3_20081216svn121605_fc11:HEAD:mono-2.2-11.pre3.20081216svn121605.fc11.src.rpm:1229509237
|
||||||
|
mono-2_2-12_pre3_20081217svn121664_fc11:HEAD:mono-2.2-12.pre3.20081217svn121664.fc11.src.rpm:1229517354
|
||||||
|
10
mono.spec
10
mono.spec
@ -1,8 +1,8 @@
|
|||||||
%define svnver 121605
|
%define svnver 121664
|
||||||
|
|
||||||
Name: mono
|
Name: mono
|
||||||
Version: 2.2
|
Version: 2.2
|
||||||
Release: 11.pre3.20081216svn%{svnver}%{?dist}
|
Release: 12.pre3.20081217svn%{svnver}%{?dist}
|
||||||
Summary: A .NET runtime environment
|
Summary: A .NET runtime environment
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -286,6 +286,8 @@ sed -i -e 's!@libdir@!%{_libdir}!' %{PATCH7}
|
|||||||
%patch7 -p1 -b .libdir-22
|
%patch7 -p1 -b .libdir-22
|
||||||
sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH7}
|
sed -i -e 's!%{_libdir}!@libdir@!' %{PATCH7}
|
||||||
sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions_1.0.pc.in
|
sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions_1.0.pc.in
|
||||||
|
sed -i -e 's!@prefix@/lib/!%{_libdir}/!' data/system.web.extensions.design_1.0.pc.in
|
||||||
|
sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' docs/Makefile.{am,in}
|
||||||
|
|
||||||
autoreconf -f -i -s
|
autoreconf -f -i -s
|
||||||
|
|
||||||
@ -627,6 +629,7 @@ install monodir $RPM_BUILD_ROOT%{_bindir}
|
|||||||
%files web-devel
|
%files web-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
|
%{_libdir}/pkgconfig/system.web.extensions_1.0.pc
|
||||||
|
%{_libdir}/pkgconfig/system.web.extensions.design_1.0.pc
|
||||||
|
|
||||||
%files data
|
%files data
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -692,6 +695,9 @@ install monodir $RPM_BUILD_ROOT%{_bindir}
|
|||||||
%{_libdir}/pkgconfig/monodoc.pc
|
%{_libdir}/pkgconfig/monodoc.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-12.pre3.20081217svn121664
|
||||||
|
- Fix libdir issue with monodoc
|
||||||
|
|
||||||
* Tue Dec 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081216svn121605
|
* Tue Dec 16 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-11.pre3.20081216svn121605
|
||||||
- Fixes problems with web references
|
- Fixes problems with web references
|
||||||
- Fixes x86_64 build problems
|
- Fixes x86_64 build problems
|
||||||
|
Loading…
Reference in New Issue
Block a user