| 1 |
Name: xsp
|
| 2 |
Version: 2.4.2
|
| 3 |
Release: 3%{?dist}
|
| 4 |
License: MIT
|
| 5 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 6 |
URL: http://mono.ximian.com/monobuild/preview/sources-preview/
|
| 7 |
Source0: %{name}-%{version}.tar.bz2
|
| 8 |
BuildRequires: mono-web-devel, mono-data, mono-devel >= 2.4.2, pkgconfig, autoconf automake mono-data-sqlite mono-nunit-devel
|
| 9 |
BuildRequires: mono-jscript, mono-data-oracle
|
| 10 |
Requires: mono-core >= 2.4.2
|
| 11 |
Summary: A small web server that hosts ASP.NET
|
| 12 |
Group: System Environment/Daemons
|
| 13 |
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 armv4l sparc sparcv9 alpha s390 s390x
|
| 14 |
|
| 15 |
%define debug_package %{nil}
|
| 16 |
|
| 17 |
%description
|
| 18 |
|
| 19 |
XSP is a standalone web server written in C# that can be used to run ASP.NET
|
| 20 |
applications as well as a set of pages, controls and web services that you can
|
| 21 |
use to experience ASP.NET.
|
| 22 |
|
| 23 |
%package devel
|
| 24 |
Group: Development/Libraries
|
| 25 |
Requires: %{name} = %{version}-%{release} pkgconfig
|
| 26 |
Summary: Development files for xsp
|
| 27 |
|
| 28 |
%description devel
|
| 29 |
Development files for xsp
|
| 30 |
|
| 31 |
%package tests
|
| 32 |
Group: Applications/Internet
|
| 33 |
Requires: %{name} = %{version}-%{release}
|
| 34 |
Summary: xsp test files
|
| 35 |
|
| 36 |
%description tests
|
| 37 |
Files for testing the xsp server
|
| 38 |
|
| 39 |
%prep
|
| 40 |
%setup -q
|
| 41 |
find . -name Makefile.in -or -name Makefile.am -or -name \*.pc.in \
|
| 42 |
-or -name \*.make -or -name \*.in \
|
| 43 |
| while read f ;
|
| 44 |
do
|
| 45 |
|
| 46 |
sed -i -e 's!@prefix@/lib!%{_libdir}!' "$f"
|
| 47 |
sed -i -e 's!$(prefix)/lib!%{_libdir}!' "$f"
|
| 48 |
sed -i -e 's!$prefix/lib!%{_libdir}!' "$f"
|
| 49 |
sed -i -e 's!${exec_prefix}/lib!%{_libdir}!' "$f"
|
| 50 |
sed -i -e 's!$libdir!%{_libdir}!' "$f" ;
|
| 51 |
done
|
| 52 |
|
| 53 |
autoreconf
|
| 54 |
|
| 55 |
%build
|
| 56 |
%configure
|
| 57 |
make
|
| 58 |
|
| 59 |
%install
|
| 60 |
rm -rf %{buildroot}
|
| 61 |
make DESTDIR=%{buildroot} install
|
| 62 |
|
| 63 |
%clean
|
| 64 |
rm -rf %{buildroot}
|
| 65 |
|
| 66 |
%files
|
| 67 |
%defattr(-, root, root,-)
|
| 68 |
%doc NEWS README COPYING
|
| 69 |
%{_bindir}/asp*
|
| 70 |
%{_bindir}/dbsessmgr*
|
| 71 |
%{_bindir}/mod-mono*
|
| 72 |
%{_bindir}/xsp*
|
| 73 |
%{_bindir}/fastcgi-mono-server*
|
| 74 |
%{_libdir}/xsp
|
| 75 |
%{_libdir}/mono/gac/Mono.WebServer*/
|
| 76 |
%{_libdir}/mono/gac/fastcgi-mono-server/
|
| 77 |
%{_libdir}/mono/gac/fastcgi-mono-server2
|
| 78 |
%{_libdir}/mono/gac/mod-mono-server*/
|
| 79 |
%{_libdir}/mono/gac/xsp*/
|
| 80 |
%{_libdir}/mono/1.0/*.dll
|
| 81 |
%{_libdir}/mono/1.0/*.exe
|
| 82 |
%{_libdir}/mono/2.0/*.dll
|
| 83 |
%{_libdir}/mono/2.0/*.exe
|
| 84 |
%{_mandir}/man1/asp*
|
| 85 |
%{_mandir}/man1/dbsessmgr*
|
| 86 |
%{_mandir}/man1/mod-mono-server*
|
| 87 |
%{_mandir}/man1/xsp*
|
| 88 |
%{_mandir}/man1/fastcgi-mono-server*
|
| 89 |
|
| 90 |
%files devel
|
| 91 |
%{_libdir}/pkgconfig/xsp*
|
| 92 |
|
| 93 |
%files tests
|
| 94 |
%{_libdir}/xsp/1.0
|
| 95 |
%{_libdir}/xsp/2.0
|
| 96 |
%{_libdir}/xsp/test
|
| 97 |
|
| 98 |
%changelog
|
| 99 |
* Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 2.4.2-3
|
| 100 |
- enable sparcv9 s390 s390x
|
| 101 |
|
| 102 |
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
|
| 103 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
| 104 |
|
| 105 |
* Tue Jun 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4.2-1
|
| 106 |
- Update to 2.4.2 preview
|
| 107 |
- Enable ppc64
|
| 108 |
|
| 109 |
* Mon Apr 13 2009 Jesse Keating <jkeating@redhat.com> - 2.4-8
|
| 110 |
- Re-enable ppc
|
| 111 |
- Fix release numbering
|
| 112 |
|
| 113 |
* Mon Apr 06 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-7.1
|
| 114 |
- Remove ppc build
|
| 115 |
|
| 116 |
* Thu Mar 26 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-7
|
| 117 |
- Full 2.4 release
|
| 118 |
|
| 119 |
* Wed Mar 18 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-6.RC3
|
| 120 |
- bump to RC3
|
| 121 |
|
| 122 |
* Thu Mar 12 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-5.RC2
|
| 123 |
- bump to RC2
|
| 124 |
|
| 125 |
* Fri Feb 27 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-4.RC1
|
| 126 |
- bump to RC1
|
| 127 |
|
| 128 |
* Thu Feb 05 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-3.pre2.20090502svn124651
|
| 129 |
- update from svn
|
| 130 |
- rename to pre2
|
| 131 |
- fix svn version number for package
|
| 132 |
|
| 133 |
* Fri Jan 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.20099124svn124360
|
| 134 |
- update from svn to use 2.4 branch
|
| 135 |
- altered BRs and Rs to use mono-2.4
|
| 136 |
|
| 137 |
* Fri Jan 09 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-7.RC2.20090901svn122761
|
| 138 |
- rename to RC2
|
| 139 |
- update from svn
|
| 140 |
|
| 141 |
* Wed Dec 24 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-6.RC1.20081224svn122055
|
| 142 |
- x86_64 libdir fix
|
| 143 |
|
| 144 |
* Wed Dec 24 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-5.RC1.20081224svn122055
|
| 145 |
- Added additional BRs
|
| 146 |
|
| 147 |
* Wed Dec 24 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-4.RC1.20081224svn122055
|
| 148 |
- Bump to RC1 branched svn
|
| 149 |
- Minor specfile changes
|
| 150 |
|
| 151 |
* Wed Dec 17 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-3.pre3.20081217svn121604
|
| 152 |
- bump to 2.2 preview 3
|
| 153 |
- move to svn for bug fixes
|
| 154 |
|
| 155 |
* Sat Dec 06 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre2
|
| 156 |
- bump to 2.2 preview 2
|
| 157 |
- use sed instead of patches
|
| 158 |
|
| 159 |
* Tue Nov 25 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
|
| 160 |
- bump to 2.2 preview 1
|
| 161 |
|
| 162 |
* Fri Oct 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-4
|
| 163 |
- bump to RC 4
|
| 164 |
|
| 165 |
* Mon Sep 29 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-3
|
| 166 |
- bump to RC 3
|
| 167 |
|
| 168 |
* Tue Sep 09 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-2
|
| 169 |
- bump to 2.0 RC 1
|
| 170 |
|
| 171 |
* Sun Aug 03 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-1
|
| 172 |
- bump to 2.0 preview 1
|
| 173 |
- spec file fixes
|
| 174 |
|
| 175 |
* Mon Apr 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9.1-1
|
| 176 |
- bump
|
| 177 |
|
| 178 |
* Thu Feb 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-2
|
| 179 |
- fix for problem with the test makefile
|
| 180 |
|
| 181 |
* Thu Feb 21 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-1
|
| 182 |
- bump
|
| 183 |
|
| 184 |
* Thu Dec 20 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1.2
|
| 185 |
- remove arch ppc64
|
| 186 |
- add br mono-data-sqlite
|
| 187 |
|
| 188 |
* Thu Nov 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.6-1
|
| 189 |
- bump
|
| 190 |
- spec file fixes
|
| 191 |
- added new tests subpackage
|
| 192 |
|
| 193 |
* Sun Nov 11 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.5-1
|
| 194 |
- bump
|
| 195 |
|
| 196 |
* Thu Apr 22 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.4-1
|
| 197 |
- bump
|
| 198 |
|
| 199 |
* Sun Mar 25 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.3-2
|
| 200 |
- fix for un-owned directories
|
| 201 |
|
| 202 |
* Thu Feb 15 2007 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.3-1
|
| 203 |
- bump
|
| 204 |
|
| 205 |
* Sat Nov 23 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.2.1-1
|
| 206 |
- bump
|
| 207 |
|
| 208 |
* Sat Oct 14 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.18-1
|
| 209 |
- bump
|
| 210 |
|
| 211 |
* Thu Aug 31 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.17-1
|
| 212 |
- bump to new version
|
| 213 |
- added patches for architecture independance
|
| 214 |
- added devel package
|
| 215 |
|
| 216 |
* Tue Jul 11 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.16-1
|
| 217 |
- bump to new version
|
| 218 |
|
| 219 |
* Tue Jul 4 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.15-7
|
| 220 |
- brought into line with the new packaging regs for mono apps
|
| 221 |
|
| 222 |
* Mon Jun 19 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.15-6
|
| 223 |
- removed the libdir hack
|
| 224 |
- removed the overzealous AC_CANONICAL from config.in
|
| 225 |
|
| 226 |
* Sun Jun 18 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.15-5
|
| 227 |
- Added back the libdir hack
|
| 228 |
|
| 229 |
* Thu Jun 15 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.15-4
|
| 230 |
- Removed libhack
|
| 231 |
- Made noarch
|
| 232 |
- Removed debug package
|
| 233 |
- Altered configure to keep it happy
|
| 234 |
|
| 235 |
* Wed Jun 14 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.15-3
|
| 236 |
- Added BR pkgconfig
|
| 237 |
|
| 238 |
* Tue Jun 06 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.15-2
|
| 239 |
- fixes for (clean) mock builds
|
| 240 |
|
| 241 |
* Sun May 14 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.13-4
|
| 242 |
- minor alteration to the spec file
|
| 243 |
|
| 244 |
* Mon May 08 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.13-3
|
| 245 |
- Fixes to the spec file
|
| 246 |
- Added clean
|
| 247 |
|
| 248 |
* Mon Apr 17 2006 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.1.13-1
|
| 249 |
- Initial import for FE
|
| 250 |
- Heavily amended spec file (based on the Novell original)
|
| 251 |
|