rpms/monodoc/devel monodoc.spec,1.5,1.6

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Tue Jul 4 15:09:28 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/monodoc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29546/devel

Modified Files:
	monodoc.spec 
Log Message:
auto-import monodoc-1.1.13-14 on branch devel from monodoc-1.1.13-14.src.rpm


Index: monodoc.spec
===================================================================
RCS file: /cvs/extras/rpms/monodoc/devel/monodoc.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- monodoc.spec	22 Jun 2006 00:15:33 -0000	1.5
+++ monodoc.spec	4 Jul 2006 15:09:28 -0000	1.6
@@ -3,7 +3,7 @@
 Summary: The mono documentation system
 Name: monodoc
 Version: 1.1.13
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPL
 Group: Documentation
 Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.tar.gz
@@ -11,7 +11,6 @@
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf
 Requires: mono-core
-BuildArch: noarch
 
 %description
 monodoc is the documentation package for the mono .NET environment
@@ -27,11 +26,13 @@
 %prep
 rm -rf %{_buildroot}
 %setup -q 
-sed -i 's/AC_CANONICAL_TARGET//' configure.in
 
 %build
-autoconf
-%configure --target=sparc86x
+%ifarch x86_64 ia64
+%configure --libdir=/usr/lib64
+%else
+%configure
+%endif
 make 
 
 %install
@@ -42,7 +43,7 @@
 %defattr(-, root, root)
 %doc COPYING AUTHORS ChangeLog NEWS README
 %{_libdir}/mono/gac/monodoc/
-%{_libdir}/mono/monodoc/monodoc.dll
+%{_libdir}/mono/monodoc/
 %{_libdir}/%{name}/
 %{_bindir}/mdassembler
 %{_bindir}/mdcs2ecma
@@ -59,6 +60,11 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Mon Jul 03 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-14
+- revert back to comply with new packaging docs
+- added in libdir change for 64 bit arch
+- libdir/mono/monodoc is now owned correctly
+
 * Thu Jun 22 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-13
 - Revert libdirs
 




More information about the fedora-extras-commits mailing list