diff --git a/keepass.changes b/keepass.changes index e4f12c8..2784adc 100644 --- a/keepass.changes +++ b/keepass.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 19 10:37:22 UTC 2017 - idonmez@suse.com + +- Depend on mono-devel instead of monodevelop + ------------------------------------------------------------------- Mon Jan 9 13:41:22 UTC 2017 - idonmez@suse.com diff --git a/keepass.spec b/keepass.spec index e2b7929..5ed0ab2 100644 --- a/keepass.spec +++ b/keepass.spec @@ -1,7 +1,7 @@ # # spec file for package keepass # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -30,7 +30,7 @@ Source1: http://keepass.info/integrity/v2/KeePass-%{version}-Source.zip.a # http://keepass.info/integrity/Dominik_Reichl.asc Source2: keepass.keyring BuildRequires: dos2unix -BuildRequires: monodevelop +BuildRequires: mono-devel BuildRequires: unzip BuildRequires: xdotool-devel BuildRequires: xorg-x11-fonts-core @@ -49,13 +49,13 @@ Twofish. %prep %setup -q -c %{name}-%{version} dos2unix Docs/License.txt Docs/History.txt + sed -i '1s/ 10.00/ 11.00/' KeePass.sln find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} + + pushd Build &>/dev/null bash PrepMonoDev.sh sh PrepMonoDev.sh -#cat ../KeePass.sln | grep -v 'DC15F71A-2117-4DEF-8C10-AA355B5E5979' | uniq > ../KeePass.sln.new -#mv -f ../KeePass.sln.new ../KeePass.sln popd &>/dev/null %build