rpms/xsp/devel xsp-test-makefile.patch,NONE,1.1 xsp.spec,1.19,1.20

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Thu Feb 21 15:38:49 UTC 2008


Author: pfj

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

Modified Files:
	xsp.spec 
Added Files:
	xsp-test-makefile.patch 
Log Message:

fix for test makefile 


xsp-test-makefile.patch:

--- NEW FILE xsp-test-makefile.patch ---
--- xsp-1.9/test/Makefile.am	2008-01-29 22:53:32.000000000 +0000
+++ xsp-1.9/test/Makefile-new.am	2008-02-21 15:34:55.000000000 +0000
@@ -34,4 +34,4 @@
 EXTRA_DIST = $(testfiles) $(sitemapreader_build)
 
 SiteMapReader_1.1.dll: $(sitemapreader_build)
-	$(MCS) -pkg:dotnet -r:System.Xml.dll -target:library -out:$@ $^
+	$(MCS) -r:System.Xml.dll -target:library -out:$@ $^


Index: xsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xsp/devel/xsp.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- xsp.spec	21 Feb 2008 14:42:30 -0000	1.19
+++ xsp.spec	21 Feb 2008 15:38:15 -0000	1.20
@@ -1,12 +1,13 @@
 Name:     	xsp
 Version: 	1.9
-Release:	1%{?dist}
+Release:	2%{?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.bz2
 Patch0: xsp.patch
 Patch1: xsp-makes.patch
+Patch2: xsp-test-makefile.patch
 BuildRequires:	mono-web, mono-data, mono-core, pkgconfig, autoconf automake mono-data-sqlite
 Requires:	mono-core
 Summary:	A small web server that hosts ASP.NET
@@ -41,6 +42,7 @@
 %setup -q
 %patch0 -p1 -b .orig
 %patch1 -p1 -b .orig
+%patch2 -p1 -b .orig
 autoreconf
 
 %build
@@ -87,6 +89,9 @@
 %{_libdir}/xsp/test
 
 %changelog
+* Thu Feb 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-2
+- fix for problem with the test makefile
+
 * Thu Feb 21 2008 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.9-1
 - bump
 




More information about the fedora-extras-commits mailing list