SHA256
1
0
forked from pool/keepass

Accepting request 496587 from Mono

- Depend on mono-devel instead of monodevelop

OBS-URL: https://build.opensuse.org/request/show/496587
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepass?expand=0&rev=2
This commit is contained in:
2017-05-20 08:14:30 +00:00
committed by Git OBS Bridge
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 Mon Jan 9 13:41:22 UTC 2017 - idonmez@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package keepass # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 # http://keepass.info/integrity/Dominik_Reichl.asc
Source2: keepass.keyring Source2: keepass.keyring
BuildRequires: dos2unix BuildRequires: dos2unix
BuildRequires: monodevelop BuildRequires: mono-devel
BuildRequires: unzip BuildRequires: unzip
BuildRequires: xdotool-devel BuildRequires: xdotool-devel
BuildRequires: xorg-x11-fonts-core BuildRequires: xorg-x11-fonts-core
@@ -49,13 +49,13 @@ Twofish.
%prep %prep
%setup -q -c %{name}-%{version} %setup -q -c %{name}-%{version}
dos2unix Docs/License.txt Docs/History.txt dos2unix Docs/License.txt Docs/History.txt
sed -i '1s/ 10.00/ 11.00/' KeePass.sln sed -i '1s/ 10.00/ 11.00/' KeePass.sln
find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} + find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} +
pushd Build &>/dev/null pushd Build &>/dev/null
bash PrepMonoDev.sh bash PrepMonoDev.sh
sh 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 popd &>/dev/null
%build %build