Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
xsp
xsp.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xsp.spec of Package xsp
# # spec file for package xsp # # Copyright (c) 2011 SUSE LINUX Products 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/ # # norootforbuild Name: xsp Url: http://go-mono.com/ License: MIT Group: Productivity/Networking/Web/Servers AutoReqProv: on Version: 2.10.2 Release: 3 Summary: Small Web Server Hosting ASP.NET Source: %{name}-%{version}.tar.bz2 Source1: xsp.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: fdupes mono-data-oracle mono-data-sqlite mono-devel mono-nunit mono-web monodoc-core pkgconfig sqlite %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. %prep %setup -q %build #autoreconf -f -i -Wnone # 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 make install DESTDIR=%{buildroot} rm -rf %{buildroot}%{_prefix}/lib/xsp/unittests mkdir -p %{buildroot}%{_datadir} mv %{buildroot}%{_prefix}/lib/pkgconfig %{buildroot}%{_datadir} %if 0%{?suse_version} 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}/var/adm/fillup-templates mkdir -p %{buildroot}/var/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}/var/adm/fillup-templates 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} %endif %clean rm -rf %{buildroot} %if 0%{?suse_version} %post %{fillup_and_insserv -n xsp2 xsp2} install -d -m 0711 --owner=wwwrun --group=www /var/run/xsp2 %preun %stop_on_removal xsp2 %postun %restart_on_update xsp2 %{insserv_cleanup} %endif %files %defattr(-,root,root) %{_bindir}/* %{_datadir}/pkgconfig/* %{_prefix}/lib/mono/2.0/Mono.WebServer2.dll %{_prefix}/lib/mono/2.0/fastcgi-mono-server2.exe %{_prefix}/lib/mono/2.0/mod-mono-server2.exe %{_prefix}/lib/mono/2.0/xsp2.exe %{_prefix}/lib/mono/4.0/Mono.WebServer2.dll %{_prefix}/lib/mono/4.0/fastcgi-mono-server4.exe %{_prefix}/lib/mono/4.0/mod-mono-server4.exe %{_prefix}/lib/mono/4.0/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/*/* %if 0%{?suse_version} %config %{_fwdefdir}/xsp2 %config /etc/init.d/xsp2 %config /etc/logrotate.d/xsp2 /var/adm/fillup-templates/* %attr(0711,wwwrun,www) /srv/xsp2 %ghost %attr(0711,wwwrun,www) /var/run/xsp2 /usr/lib/tmpfiles.d/ %{_sysconfdir}/%{name} %endif %doc NEWS README %if 0%{?fedora_version} || 0%{?rhel_version} # Allows overrides of __find_provides in fedora distros... (already set to zero on newer suse distros) %define _use_internal_dependency_generator 0 %endif %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