rpms/monodoc/FC-5 monodoc.spec,1.3,1.4

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Mon Jun 19 22:02:38 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/monodoc/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32604/FC-5

Modified Files:
	monodoc.spec 
Log Message:
auto-import monodoc-1.1.13-12 on branch FC-5 from monodoc-1.1.13-12.src.rpm


Index: monodoc.spec
===================================================================
RCS file: /cvs/extras/rpms/monodoc/FC-5/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:02:38 -0000	1.4
@@ -1,16 +1,15 @@
 %define debug_package %{nil}
-%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
 
 %build
+autoconf
 %configure --target=sparc86x
 make 
 
@@ -62,6 +63,10 @@
 %{__rm} -rf %{buildroot}
 
 %changelog
+* Mon Jun 19 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-12
+- removed libdir hack
+- removed overzealous line from configure.in
+
 * Sat Jun 17 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-11
 - Added libdir hack back in
 - Fixed files problems




More information about the fedora-extras-commits mailing list