Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Timotheus Pokorra
df4c1eef09 requires nunit2-devel 2020-08-11 17:33:24 +02:00
Timotheus Pokorra
0256f49237 Updated to 4.7.1 2020-08-11 17:17:26 +02:00
Timotheus Pokorra
d7deb2df53 Updated to 4.Â5 2020-08-11 12:06:59 +02:00
2 changed files with 8 additions and 10 deletions

View file

@ -1 +1 @@
45a4593b28660a697c9148f2ac6b281d xsp-4.2.tar.gz
SHA512 (xsp-4.7.1.tar.gz) = cdd7661372623dab42f048b9d80b41daba9388334f1d823d95df0b785a39a385b10142e0b994e072a622a29bcb737639a9b55348fc4ff18b4dc0520b5d28766e

View file

@ -1,13 +1,12 @@
Name: xsp
Version: 4.2
Release: 2%{?dist}
Version: 4.7.1
Release: 0%{?dist}
License: MIT
URL: http://www.mono-project.com/Main_Page
Summary: A small web server that hosts ASP.NET
Group: System Environment/Daemons
Source0: http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.gz
BuildRequires: mono-web-devel, mono-data, mono-devel, mono-data-sqlite, mono-nunit-devel
BuildRequires: mono-web-devel, mono-data, mono-devel, mono-data-sqlite, nunit2-devel
BuildRequires: mono-data-oracle monodoc-devel
BuildRequires: autoconf automake libtool
Requires: mono-core
@ -23,7 +22,6 @@ applications as well as a set of pages, controls and web services that you can
use to experience ASP.NET.
%package devel
Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
Summary: Development files for xsp
@ -31,7 +29,6 @@ Summary: Development files for xsp
Development files for xsp
%package tests
Group: Applications/Internet
Requires: %{name} = %{version}-%{release}
Summary: xsp test files
@ -44,7 +41,7 @@ Files for testing the xsp server
sed -i "s#dmcs#mcs#g" configure
%build
%configure --libdir=%{_prefix}/lib
%configure --libdir=%{_prefix}/lib --disable-docs
make
%install
@ -79,8 +76,6 @@ done
%{_monogacdir}/mod-mono-server*/
%{_monogacdir}/mono-fpm
%{_monogacdir}/xsp*/
%{_prefix}/lib/monodoc/sources/Mono.WebServer.*
%{_prefix}/lib/monodoc/sources/Mono.FastCGI.*
%{_monodir}/4.?/Mono.WebServer2.dll
%{_monodir}/4.?/fastcgi-mono-server4.exe
%{_monodir}/4.?/mod-mono-server4.exe
@ -101,6 +96,9 @@ done
%{_prefix}/lib/xsp/test
%changelog
* Tue Aug 11 2020 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.7.1-0
* Updated to 4.7.1
* Thu Sep 29 2016 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 4.2-2
- drop scripts that rever to .NET 2.0 binaries which we don't compile and ship anymore