Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
xsp
xsp.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xsp.spec of Package xsp
# # spec file for package xsp # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir /var/adm/fillup-templates %endif Name: xsp Url: http://go-mono.com/ Version: 3.0.11 Release: 0 Summary: Small Web Server Hosting ASP.NET License: MIT Group: Productivity/Networking/Web/Servers Source: https://github.com/mono/xsp/archive/%{version}.tar.gz Source1: xsp.conf Patch1: %{name}-3.0.11-fix-bashisms.patch Patch2: mono-440-build-fix.patch Patch3: mono-4-install.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes BuildRequires: mono-data-oracle BuildRequires: mono-data-sqlite BuildRequires: mono-devel >= 2.10.0 BuildRequires: mono-nunit BuildRequires: mono-web BuildRequires: monodoc-core BuildRequires: pkgconfig BuildRequires: sqlite %if 0%{?suse_version} >= 1330 BuildRequires: strip-nondeterminism Requires(pre): user(wwwrun) Requires(pre): group(www) Requires(post): user(wwwrun) Requires(post): group(www) %endif Requires(post): %insserv_prereq %fillup_prereq %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services %define xspConfigsLocation %{_sysconfdir}/xsp/2.0 %define xspAvailableApps %{xspConfigsLocation}/applications-available %define xspEnabledApps %{xspConfigsLocation}/applications-enabled %description The XSP server is a small Web server that hosts the Mono System.Web classes for running what is commonly known as ASP.NET. %define mcsver %({ mcs --version | awk '{print $5}' | cut -f1 -d"." ; mcs --version | awk '{print $5}' | cut -f2 -d"." ; } | xargs printf "%03d") %if 0%{?mcsver} >= 4000 %define target2_dir xsp2 %define target4_dir xsp4 %else %define target2_dir 2.0 %define target4_dir 4.5 %endif %prep %setup -q %patch1 -p1 %if 0%{?mcsver} >= 4004 %patch2 -p1 %endif %if 0%{?mcsver} >= 4000 %patch3 -p1 %endif %build NOCONFIGURE=1 ./autogen.sh # Cannot use the configure macro because noarch-redhat-linux is not recognized by the auto tools in the tarball ./configure --prefix=%{_prefix} \ --libexecdir=%{_prefix}/lib \ --libdir=%{_prefix}/lib \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --sysconfdir=%{_sysconfdir} make %install [ -x /usr/bin/strip-nondeterminism ] && strip-nondeterminism docs/Mono.FastCGI/Mono.FastCGI.zip docs/Mono.WebServer/Mono.WebServer.zip make install DESTDIR=%{buildroot} rm -rf %{buildroot}%{_prefix}/lib/xsp/unittests mkdir -p %{buildroot}%{_datadir} mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir} mkdir -p %{buildroot}/%{_fwdefdir} mkdir -p %{buildroot}/%{xspAvailableApps} mkdir -p %{buildroot}/%{xspEnabledApps} mkdir -p %{buildroot}/etc/init.d/ mkdir -p %{buildroot}/etc/logrotate.d/ mkdir -p %{buildroot}/srv/xsp2 mkdir -p %{buildroot}%{_fillupdir} mkdir -p %{buildroot}/run/xsp2 mkdir -p %{buildroot}/usr/lib/tmpfiles.d/ install -m 644 man/mono-asp-apps.1 %{buildroot}%{_mandir}/man1/mono-asp-apps.1 install -m 644 packaging/opensuse/sysconfig.xsp2 %{buildroot}%{_fillupdir} install -m 644 packaging/opensuse/xsp2.fw %{buildroot}/%{_fwdefdir}/xsp2 install -m 644 packaging/opensuse/xsp2.logrotate %{buildroot}/etc/logrotate.d/xsp2 install -m 755 packaging/opensuse/xsp2.init %{buildroot}/etc/init.d/xsp2 install -m 755 tools/mono-asp-apps/mono-asp-apps %{buildroot}%{_bindir}/mono-asp-apps install -m 755 %{SOURCE1} %{buildroot}/usr/lib/tmpfiles.d/ %fdupes %{buildroot} %post %{fillup_and_insserv -n xsp2 xsp2} install -d -m 0711 --owner=wwwrun --group=www /run/xsp2 %preun %stop_on_removal xsp2 %postun %restart_on_update xsp2 %{insserv_cleanup} %files %defattr(-,root,root) %doc NEWS README %{_bindir}/* %{_datadir}/pkgconfig/* %dir %{_prefix}/lib/mono/%{target2_dir} %{_prefix}/lib/mono/%{target2_dir}/Mono.WebServer2.dll %{_prefix}/lib/mono/%{target2_dir}/fastcgi-mono-server2.exe %{_prefix}/lib/mono/%{target2_dir}/mod-mono-server2.exe %{_prefix}/lib/mono/%{target2_dir}/xsp2.exe %dir %{_prefix}/lib/mono/%{target4_dir} %{_prefix}/lib/mono/%{target4_dir}/Mono.WebServer2.dll %{_prefix}/lib/mono/%{target4_dir}/fastcgi-mono-server4.exe %{_prefix}/lib/mono/%{target4_dir}/mod-mono-server4.exe %{_prefix}/lib/mono/%{target4_dir}/xsp4.exe %{_prefix}/lib/mono/gac/Mono.WebServer2 %{_prefix}/lib/mono/gac/fastcgi-mono-server2 %{_prefix}/lib/mono/gac/fastcgi-mono-server4 %{_prefix}/lib/mono/gac/mod-mono-server2 %{_prefix}/lib/mono/gac/mod-mono-server4 %{_prefix}/lib/mono/gac/xsp2 %{_prefix}/lib/mono/gac/xsp4 %{_prefix}/lib/monodoc/sources/Mono.WebServer.* %{_prefix}/lib/monodoc/sources/Mono.FastCGI.* %{_prefix}/lib/xsp %{_prefix}/share/man/*/* %config %{_fwdefdir}/xsp2 %config /etc/init.d/xsp2 %config /etc/logrotate.d/xsp2 %{_fillupdir}/* %attr(0711,wwwrun,www) /srv/xsp2 %ghost %attr(0711,wwwrun,www) /run/xsp2 /usr/lib/tmpfiles.d/ %{_sysconfdir}/%{name} %define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort -u' %define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort -u' %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor