From 71e628bd73ec938f21b15770d80aaca9faa83206 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Sep 29 2016 13:21:22 +0000 Subject: drop scripts that rever to .NET 2.0 binaries which we don't compile and ship anymore --- diff --git a/xsp.spec b/xsp.spec index 3f53382..10bb30d 100644 --- a/xsp.spec +++ b/xsp.spec @@ -1,6 +1,6 @@ Name: xsp Version: 4.2 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://www.mono-project.com/Main_Page Summary: A small web server that hosts ASP.NET @@ -57,15 +57,22 @@ test "%{_libdir}" = "%{_prefix}/lib" || mv $RPM_BUILD_ROOT/%{_prefix}/lib/pkgcon find %{buildroot} -type f -name "*.la" -delete find %{buildroot} -type f -name "*.a" -delete +# Remove scripts that are referencing .NET 2.0 +for f in asp-state dbsessmgr mod-mono-server fastcgi-mono-server xsp +do + rm %{buildroot}/%{_bindir}/${f} + rm %{buildroot}/%{_bindir}/${f}2 +done + %files %doc NEWS README COPYING -%{_bindir}/asp* -%{_bindir}/dbsessmgr* -%{_bindir}/mod-mono* +%{_bindir}/asp-state4 +%{_bindir}/dbsessmgr4 +%{_bindir}/mod-mono-server4 %{_bindir}/mono-fpm %{_bindir}/shim -%{_bindir}/xsp* -%{_bindir}/fastcgi-mono-server* +%{_bindir}/xsp4 +%{_bindir}/fastcgi-mono-server4 %{_prefix}/lib/xsp %{_monogacdir}/Mono.WebServer*/ %{_monogacdir}/fastcgi-mono-server4 @@ -94,6 +101,9 @@ find %{buildroot} -type f -name "*.a" -delete %{_prefix}/lib/xsp/test %changelog +* Thu Sep 29 2016 Timotheus Pokorra - 4.2-2 +- drop scripts that rever to .NET 2.0 binaries which we don't compile and ship anymore + * Fri Jan 29 2016 Claudio Rodrigo Pereyra Diaz - 4.2-1 - Updated to 4.2 - Use mono macros