SHA256
1
0
forked from pool/keepass

- Depend on mono-devel instead of monodevelop

OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=6
This commit is contained in:
Ismail Dönmez 2017-05-19 10:38:51 +00:00 committed by Git OBS Bridge
parent 0b2cb1a294
commit 0419345d8c
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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