source: projects/specs/trunk/x/xsp/xsp-vl.spec @ 3807

Revision 3807, 6.8 KB checked in by owa, 13 years ago (diff)

update:mono,xsp,python-imaging

Line 
1%define mono_dir %(/usr/bin/monodir)
2Summary: Small Web Server Hosting ASP.NET
3Summary(ja): ASP.NET を提供する小さなウェブサーバ
4Name: xsp
5URL: http://go-mono.com/
6License: GNU General Public License (GPL)
7Group: Applications/Internet
8Version: 2.10.2
9Release: 1%{?_dist_release}
10Source: http://mono.ximian.com/monobuild/preview/sources/xsp/xsp-%{version}.tar.bz2
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildArch: noarch
13BuildRequires: mono-devel mono-web
14BuildRequires: mono-data-sqlite mono-data-oracle mono-extras mono-nunit
15BuildRequires: pkgconfig
16# One of the test runs requires this
17BuildRequires: sqlite
18# This must be manually entered according to xsp's protocol version
19# Since this package is currently noarch, and mod_mono's name is different
20# on different distros, we can't use this... yet
21#Requires: mod_mono >= %{version}
22Distribution: Vine Linux
23Vendor: Project Vine
24Packager: owa
25
26
27%description
28The XSP server is a small Web server that hosts the Mono System.Web
29classes for running what is commonly known as ASP.NET.
30
31
32%prep
33%setup -q
34
35%build
36export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
37# Cannot use the configure macro because noarch-redhat-linux is not recognized by the auto tools in the tarball
38./configure \
39        --prefix=%{_prefix} \
40        --libexecdir=%{_prefix}/lib \
41    --libdir=%{_prefix}/lib \
42    --mandir=%{_prefix}/share/man \
43    --infodir=%{_prefix}/share/info \
44    --sysconfdir=%{_sysconfdir}
45make
46
47
48%install
49rm -rf $RPM_BUILD_ROOT
50export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
51make install DESTDIR=$RPM_BUILD_ROOT
52mkdir -p ${RPM_BUILD_ROOT}%{_datadir}
53mv ${RPM_BUILD_ROOT}%{_prefix}/lib/pkgconfig ${RPM_BUILD_ROOT}%{_datadir}
54
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59
60%files
61%defattr(-,root,root)
62%doc NEWS README
63%{_bindir}/*
64%{_prefix}/lib/xsp
65%{mono_dir}/gac/Mono.WebServer2
66%{mono_dir}/gac/fastcgi-mono-server2
67%{mono_dir}/gac/fastcgi-mono-server4
68%{mono_dir}/gac/mod-mono-server2
69%{mono_dir}/gac/mod-mono-server4
70%{mono_dir}/gac/xsp2
71%{mono_dir}/gac/xsp4
72%{mono_dir}/2.0/Mono.WebServer2.dll
73%{mono_dir}/2.0/fastcgi-mono-server2.exe
74%{mono_dir}/2.0/mod-mono-server2.exe
75%{mono_dir}/2.0/xsp2.exe
76%{mono_dir}/4.0/Mono.WebServer2.dll
77%{mono_dir}/4.0/fastcgi-mono-server4.exe
78%{mono_dir}/4.0/mod-mono-server4.exe
79%{mono_dir}/4.0/xsp4.exe
80%{_prefix}/lib/monodoc/sources/Mono.WebServer.*
81%{_prefix}/lib/monodoc/sources/Mono.FastCGI.*
82%{_datadir}/pkgconfig/*
83%{_mandir}/*/*
84
85
86%changelog
87* Sat May 07 2011 Shu KONNO <owa@bg.wakwak.com> 2.10.2-1
88- updated xsp to 2.10.2
89
90* Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 2.10-2
91- rebuilt with mono-2.10.1-3
92
93* Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 2.10-1
94- updated xsp to 2.10
95
96* Sat Jan 08 2011 Shu KONNO <owa@bg.wakwak.com> 2.8.2-1
97- updated xsp to 2.8.2
98
99* Sun Nov 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.1-1
100- updated xsp to 2.8.1
101
102* Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.8-1
103- updated xsp to 2.8
104- rebuilt with mono-2.8
105- dropt BR: mono-jscript
106
107* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.5-2
108- rebuild with rpm-4.8.1 for pkg-config file
109
110* Mon Jul 26 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.5-1
111- updated xsp to 2.6.5
112
113* Sat May 01 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.4-1
114- updated xsp to 2.6.4
115
116* Thu Apr 08 2010 Shu KONNO <owa@bg.wakwak.com> 2.6.3-1
117- updated xsp to 2.6.3
118
119* Tue Mar 02 2010 Shu KONNO <owa@bg.wakwak.com> 2.6-1
120- updated to 2.6
121- rebuilt with new toolchain
122
123* Tue Dec 15 2009 Shu KONNO <owa@bg.wakwak.com> 2.4.3-2
124- updated to 2.4.3
125
126* Sun Apr 19 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-2
127- changed Group to Applications/Internet
128
129* Sun Apr 05 2009 Shu KONNO <owa@bg.wakwak.com> 2.4-1
130- updated to 2.4
131
132* Wed Sep 17 2008 Shu KONNO <owa@bg.wakwak.com> 2.0-1
133- initial build for VineSeed
134        - updated xsp to 2.0
135        - added japanese summary
136        - applied vine versioning policy
137        - spec in utf-8
138
139* Tue Apr 22 2008 wberrier@suse.de
140- update to 1.9.1 (bugfix release)
141  - Output date header (instead of asp.net doing it)
142* Tue Mar 25 2008 wberrier@suse.de
143- update to 1.9
144  - minor test updates
145  - BaseRequestBroker fix: Check if the request ID is valid inside
146  the lock.
147* Mon Jan 14 2008 wberrier@suse.de
148- update to 1.2.6
149  - FastCGI support
150* Thu Aug 30 2007 wberrier@suse.de
151- xsp_1.2.5_p5_final.patch: Fix for regression in the request
152  broker
153* Fri Aug 17 2007 wberrier@suse.de
154- xsp_1.2.5_p4.patch.bz2: Bugfixes found in 1.2.5
155  - bugs: 81699, 81906, 82379, 82057
156  - fixes ability to handle large (GB) uploads (needed for iFolder)
157* Fri Aug  3 2007 wberrier@suse.de
158- Update to 1.2.5
159  - More robust exception handling
160  - Fixed permissions bits for non executable scripts
161  - virtual host support
162  - New Documentation for Mono.WebServer
163  - Improved event handling
164* Tue Jun  5 2007 wberrier@novell.com
165- Remove unnecessary path defines (prefix, sysconfdir)
166- Update to 1.2.4
167  - fix some race conditions and crashes
168  - add tracing support
169* Fri Apr 13 2007 wberrier@novell.com
170- add %%debug_package so debug packages get created
171* Wed Apr 11 2007 wberrier@novell.com
172- Add mono dep/req for older distros
173* Thu Mar  1 2007 wberrier@suse.de
174- Update Update to 1.2.3
175  - Bug fix #80230 (prevents possible nullref)
176  - Support for response header encoding
177* Mon Jan 22 2007 ro@suse.de
178- drop requires for gnome-filesystem
179* Sat Dec  2 2006 wberrier@suse.de
180- Update to 1.2.1 (Fate #301111)
181  - Bugfixes:
182  - close the connection if there's an error reading the headers
183  (including assembly loading exceptions due to a bad installation).
184  - kill the warning that everyone is worried about.
185* Fri Oct 20 2006 wberrier@suse.de
186- Update to 1.1.18
187  - 2.0 updates
188* Thu Oct 19 2006 wberrier@suse.de
189- Add mono-devel to fix bnc #213576 (missing provides)
190* Tue Sep  5 2006 wberrier@suse.de
191- Update to 1.1.17.1 bugfix release
192- Read from the stream, not the socket as the socket data is
193  encrypted when using SSL.
194* Wed Aug 30 2006 wberrier@suse.de
195- Update to 1.1.17
196  - Added support for X.509 client certificates
197  - Update to handle newly created AppDomains
198* Mon Jul 31 2006 wberrier@suse.de
199- update to 1.1.16.1
200- better connection handling
201- fixes bugs: 77698,78034,78621
202* Tue Apr 25 2006 wberrier@suse.de
203- Security update (remove all the duplicated slashes
204  and don't do an extra Replace on non-windows.) and minor fix for
205  [#78034].
206* Wed Jan 25 2006 mls@suse.de
207- converted neededforbuild to BuildRequires
208* Fri Jan  6 2006 wberrier@suse.de
209- Update to 1.1.13, clean up deps
210* Thu Nov 10 2005 wberrier@suse.de
211- Update to 1.1.10, set libdir to lib/
212* Fri Oct  7 2005 wberrier@suse.de
213- Update to 1.1.9.2 and cleanup (I Don't think noarch mono needs
214  libexec, so I disabled the patch)
215* Tue Jul 19 2005 sbrabec@suse.cz
216- Build as noarch (#81109).
217* Fri Jul 15 2005 sbrabec@suse.cz
218- Updated to version 1.0.9 (#96776).
219* Mon Feb 21 2005 clahey@suse.de
220- Updated to 1.0.6.
221* Sun Feb  6 2005 ro@suse.de
222- use /usr/lib/mono
223* Mon Dec 13 2004 clahey@suse.de
224- New package.
Note: See TracBrowser for help on using the repository browser.