rpms/xsp/devel xsp.spec,1.6,1.7

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


Author: pfj

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

Modified Files:
	xsp.spec 
Log Message:
auto-import xsp-1.1.15-6 on branch devel from xsp-1.1.15-6.src.rpm


Index: xsp.spec
===================================================================
RCS file: /cvs/extras/rpms/xsp/devel/xsp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xsp.spec	18 Jun 2006 21:02:40 -0000	1.6
+++ xsp.spec	19 Jun 2006 22:04:55 -0000	1.7
@@ -1,18 +1,17 @@
 Name:     	xsp
 Version: 	1.1.15
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	BSD
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL:		http://www.mono-project.com/ASP.NET
 Source0:	http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
-BuildRequires:	mono-web, mono-data, mono-core, pkgconfig
+BuildRequires:	mono-web, mono-data, mono-core, pkgconfig, autoconf
 Requires:	mono-core
 Summary:	A small web server that hosts ASP.NET
 Group:		System Environment/Daemons
 BuildArch:	noarch
 
 %define debug_package %{nil}
-%define libdir %{_exec_prefix}/lib
 
 %description
 
@@ -22,8 +21,10 @@
 	  
 %prep
 %setup -q
+sed -i 's/AC_CANONICAL_TARGET//' configure.in
 
 %build
+autoconf
 %configure --target=sparc86x
 make
 
@@ -51,6 +52,10 @@
 %{_mandir}/man1/xsp*
 
 %changelog
+* Mon Jun 19 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.15-6
+- removed the libdir hack
+- removed the overzealous AC_CANONICAL from config.in
+
 * Sun Jun 18 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.15-5
 - Added back the libdir hack
 




More information about the scm-commits mailing list