rpms/xsp/devel xsp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Tue May 9 21:40:13 UTC 2006


Author: pfj

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

Modified Files:
	.cvsignore sources 
Added Files:
	xsp.spec 
Log Message:
auto-import xsp-1.1.13-3 on branch devel from xsp-1.1.13-3.src.rpm


--- NEW FILE xsp.spec ---
%define _libdir /usr/lib

Name:     	xsp
Version: 	1.1.13
Release:	3%{?dist}
License:	BSD
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
URL:		http://www.mono-project.com/ASP.NET#XSP
Source0:	http://www.go-mono.com/sources/%{name}/%{name}-%{version}.tar.gz
BuildRequires:	mono-web, mono-data, mono-core
Requires:	mono-core
Summary:	A small web server that hosts ASP.NET
Group:		System Environment/Daemons

%description

XSP is a standalone web server written in C#  that can be used to run ASP.NET 
applications as well as a set of pages, controls and web services that you can 
use to experience ASP.NET.
	  
%prep
%setup -q

%build
%configure
make

%install
rm -rf ${RPM_BUILD_ROOT}
make DESTDIR=${RPM_BUILD_ROOT} install

%clean
rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-, root, root,-)
%doc NEWS README COPYING
%{_bindir}/*
%{_libdir}/pkgconfig/xsp.pc
%{_libdir}/pkgconfig/xsp-2.pc
%{_libdir}/%{name}/1.0/*
%{_libdir}/%{name}/2.0/*
%{_libdir}/%{name}/test/*
%{_mandir}/man1/*

%changelog
* Mon May 08 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-3
- Fixes to the spec file
- Added clean

* Mon Apr 17 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.13-1
- Initial import for FE
- Heavily amended spec file (based on the Novell original)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xsp/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	9 May 2006 21:39:21 -0000	1.1
+++ .cvsignore	9 May 2006 21:40:13 -0000	1.2
@@ -0,0 +1 @@
+xsp-1.1.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xsp/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	9 May 2006 21:39:21 -0000	1.1
+++ sources	9 May 2006 21:40:13 -0000	1.2
@@ -0,0 +1 @@
+58facfdb9d13d48f9e8ad5069500081d  xsp-1.1.13.tar.gz




More information about the fedora-extras-commits mailing list