From 02743643382d405311b2ab545535dfc99dbc4b86 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra timotheus.pokorra@solidcharity.com Date: Wed, 31 Aug 2016 22:26:21 +0200 Subject: build with nunit2
--- sharpziplib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/sharpziplib.spec b/sharpziplib.spec index e4ad79d..05d9949 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zip, GZip, Tar and BZip2 library
# - as stated on the homepage, license is aka GNU Classpath exception: @@ -43,7 +43,7 @@ BuildRequires: nant BuildRequires: mono-devel BuildRequires: unrtf # enforce nunit version cause of the versioned binary -BuildRequires: nunit = 2.6.4 +BuildRequires: nunit2 = 2.6.4
# fix ownership of mono folders Requires: mono-core @@ -81,7 +81,7 @@ sed -i 's,\r,,' $files
pushd tests # tell where to find nunit -sed -i -e /ProgramFiles/d -e 's,${nunit.dir}/bin,%{_monodir}/nunit,' tests.build +sed -i -e /ProgramFiles/d -e 's,${nunit.dir}/bin,%{_monodir}/nunit2,' tests.build # disable sloppy tests (lazy or fail) sed -i -r 's,.*Performance,[Category("Long Running")] \0,' BZip2/Bzip2Tests.cs %if %{with brokentests} @@ -143,6 +143,9 @@ rm -r bin
%changelog +* Wed Aug 31 2016 Timotheus Pokorra timotheus.pokorra@solidcharity.com - 0.86.0.518-2 +- build with nunit2 + * Thu Apr 21 2016 Raphael Groner projects.rg@smart.ms - 0.86.0.518-1 - adjust version
scm-commits@lists.fedoraproject.org