rpms/monodoc/devel monodoc.spec,1.3,1.4

Paul Howarth paul at city-fan.org
Tue Jun 20 08:02:50 UTC 2006


On Mon, 2006-06-19 at 15:00 -0700, Paul F. Johnson wrote:
> Author: pfj
> 
> Update of /cvs/extras/rpms/monodoc/devel
> In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30153/devel
> 
> Modified Files:
> 	monodoc.spec 
> Log Message:
> auto-import monodoc-1.1.13-12 on branch devel from monodoc-1.1.13-12.src.rpm
> 
> 
> Index: monodoc.spec
> ===================================================================
> RCS file: /cvs/extras/rpms/monodoc/devel/monodoc.spec,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -r1.3 -r1.4
> --- monodoc.spec	17 Jun 2006 22:05:03 -0000	1.3
> +++ monodoc.spec	19 Jun 2006 22:00:32 -0000	1.4
> @@ -1,16 +1,15 @@
>  %define debug_package %{nil}

The setting of %debug_package to %{nil} shouldn't be needed for a noarch
package.

> -%define libdir %{_exec_prefix}/lib
>  
>  Summary: The mono documentation system
>  Name: monodoc
>  Version: 1.1.13
> -Release: 11%{?dist}
> +Release: 12%{?dist}
>  License: GPL
>  Group: Documentation
>  Source0: http://go-mono.com/sources/monodoc/monodoc-%{version}.tar.gz
>  URL: http://go-mono.com/sources/monodoc/
>  Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
> -BuildRequires:  mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig
> +BuildRequires:  mono-data, mono-devel, gtk-sharp2, gtk-sharp2-gapi, pkgconfig, autoconf
>  Requires: mono-core
>  BuildArch: noarch
>  
> @@ -28,8 +27,10 @@
>  %prep
>  rm -rf %{_buildroot}
>  %setup -q 
> +sed -i 's/AC_CANONICAL_TARGET//' configure.in

monodoc's configure.in has AC_CANONICAL_SYSTEM rather than
AC_CANONICAL_TARGET

>  %build
> +autoconf
>  %configure --target=sparc86x

With AC_CANONICAL_SYSTEM removed from configure.in, the sparc86x hack
*shouldn't* be needed either.

Paul.




More information about the fedora-extras-list mailing list