SHA256
1
0
forked from pool/keepass

Accepting request 501085 from Mono

- Fix install with Mono 5.0 (mdb files are not built anymore.)

OBS-URL: https://build.opensuse.org/request/show/501085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/keepass?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-06-07 07:55:19 +00:00 committed by Git OBS Bridge
commit 7f838b6ee9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 5 07:54:04 UTC 2017 - idonmez@suse.com
- Fix install with Mono 5.0 (mdb files are not built anymore.)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 19 10:37:22 UTC 2017 - idonmez@suse.com Fri May 19 10:37:22 UTC 2017 - idonmez@suse.com

View File

@ -65,8 +65,7 @@ xbuild /target:KeePass /property:Configuration=Release
install -d %{buildroot}%{_prefix}/lib/%{name} install -d %{buildroot}%{_prefix}/lib/%{name}
install -d %{buildroot}%{_prefix}/lib/%{name}/XSL install -d %{buildroot}%{_prefix}/lib/%{name}/XSL
install -m 644 Build/%{_name}Lib_Distrib/%{_name}Lib.dll %{buildroot}%{_prefix}/lib/%{name}/ install -m 644 Build/%{_name}Lib_Distrib/%{_name}Lib.dll %{buildroot}%{_prefix}/lib/%{name}/
install -m 644 Build/%{_name}/Release/%{_name}.exe %{buildroot}%{_prefix}/lib/%{name}/ install -m 644 Build/%{_name}/Release/%{_name}.exe* %{buildroot}%{_prefix}/lib/%{name}/
install -m 644 Build/%{_name}/Release/%{_name}.exe.mdb %{buildroot}%{_prefix}/lib/%{name}/
install -m 644 Ext/%{_name}.config.xml %{buildroot}%{_prefix}/lib/%{name}/ install -m 644 Ext/%{_name}.config.xml %{buildroot}%{_prefix}/lib/%{name}/
install -m 644 Ext/%{_name}.exe.config %{buildroot}%{_prefix}/lib/%{name}/ install -m 644 Ext/%{_name}.exe.config %{buildroot}%{_prefix}/lib/%{name}/
install -m 644 Ext/XSL/* %{buildroot}%{_prefix}/lib/%{name}/XSL install -m 644 Ext/XSL/* %{buildroot}%{_prefix}/lib/%{name}/XSL