From 673d5512ceea4e529b49a68ec68581f035fd4faf Mon Sep 17 00:00:00 2001 From: Paul F. Johnson Date: Jun 15 2006 23:05:29 +0000 Subject: auto-import xsp-1.1.15-4 on branch devel from xsp-1.1.15-4.src.rpm --- diff --git a/xsp.spec b/xsp.spec index 698a142..2b797d8 100644 --- a/xsp.spec +++ b/xsp.spec @@ -1,8 +1,6 @@ -%define _libdir %{_exec_prefix}/lib - Name: xsp Version: 1.1.15 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.mono-project.com/ASP.NET @@ -11,6 +9,9 @@ BuildRequires: mono-web, mono-data, mono-core, pkgconfig Requires: mono-core Summary: A small web server that hosts ASP.NET Group: System Environment/Daemons +BuildArch: noarch + +%define debug_package %{nil} %description @@ -22,7 +23,7 @@ use to experience ASP.NET. %setup -q %build -%configure +%configure --target=sparc86x make %install @@ -49,6 +50,12 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man1/xsp* %changelog +* Thu Jun 15 2006 Paul F. Johnson 1.1.15-4 +- Removed libhack +- Made noarch +- Removed debug package +- Altered configure to keep it happy + * Wed Jun 14 2006 Paul F. Johnson 1.1.15-3 - Added BR pkgconfig