rpms/xsp/FC-5 .cvsignore,1.4,1.5 sources,1.4,1.5 xsp.spec,1.9,1.10

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Sun Aug 13 21:06:15 UTC 2006


Author: pfj

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

Modified Files:
	.cvsignore sources xsp.spec 
Log Message:
auto-import xsp-1.1.16.1-1 on branch FC-5 from xsp-1.1.16.1-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xsp/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	11 Jul 2006 15:30:29 -0000	1.4
+++ .cvsignore	13 Aug 2006 21:06:15 -0000	1.5
@@ -1 +1 @@
-xsp-1.1.16.tar.gz
+xsp-1.1.16.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xsp/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Jul 2006 15:30:29 -0000	1.4
+++ sources	13 Aug 2006 21:06:15 -0000	1.5
@@ -1 +1 @@
-21253cf75855da7994bce04af672bd94  xsp-1.1.16.tar.gz
+ae8d88fe86c55f185d41f8753f776eb7  xsp-1.1.16.1.tar.gz


Index: xsp.spec
===================================================================
RCS file: /cvs/extras/rpms/xsp/FC-5/xsp.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xsp.spec	11 Jul 2006 15:50:35 -0000	1.9
+++ xsp.spec	13 Aug 2006 21:06:15 -0000	1.10
@@ -1,28 +1,39 @@
-Name:     	xsp
-Version: 	1.1.16
-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.gz
-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
+Name: xsp
+Version: 1.1.16.1
+Release: 1%{?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-latest/%{name}/%{name}-%{version}.tar.gz
+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
 
 %define debug_package %{nil}
+%define monodir %{_prefix}/lib
 
 %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.
+
+%package devel
+Summary: Development files for XSP
+Requires: %{name} = %{version}-%{release} pkgconfig
+Group: Development/Libraries
+
+%description devel
+Development files for XSP
 	  
 %prep
 %setup -q
+chmod 0644 tools/asp_state/*.config
+chmod 0644 tools/dbsessmgr/*.config
 
 %build
-%configure
+%configure --libdir=%{monodir}
 make
 
 %install
@@ -39,16 +50,23 @@
 %{_bindir}/dbsessmgr*
 %{_bindir}/mod-mono*
 %{_bindir}/xsp*
-%{_prefix}/lib/xsp/1.0/*
-%{_prefix}/lib/xsp/2.0/*
-%{_prefix}/lib/xsp/test/*
-%{_libdir}/pkgconfig/xsp*
+%{monodir}/xsp/
 %{_mandir}/man1/asp*
 %{_mandir}/man1/dbsessmgr*
 %{_mandir}/man1/mod-mono-server*
 %{_mandir}/man1/xsp*
 
+%files devel
+%{monodir}/pkgconfig/xsp*
+
 %changelog
+* Sat Aug 12 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.16.1-1
+- Bump
+- fixes for 64 bit
+- minor spec file changes
+- added devel package
+- Fixed incorrect permissions
+
 * Tue Jul 11 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.16-2
 - D'oh! Fixes for 64 bit
 
@@ -70,6 +88,7 @@
 - Made noarch
 - Removed debug package
 - Altered configure to keep it happy
+- Fixed some incorrect modes in config files
 
 * Wed Jun 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 1.1.15-3
 - Added BR pkgconfig




More information about the fedora-extras-commits mailing list