SHA256
1
0
forked from pool/keepass

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

OBS-URL: https://build.opensuse.org/package/show/Mono/keepass?expand=0&rev=8
This commit is contained in:
Ismail Dönmez 2017-06-05 07:54:44 +00:00 committed by Git OBS Bridge
parent 0419345d8c
commit 3ab399b4df
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

View File

@ -65,8 +65,7 @@ xbuild /target:KeePass /property:Configuration=Release
install -d %{buildroot}%{_prefix}/lib/%{name}
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}/Release/%{_name}.exe %{buildroot}%{_prefix}/lib/%{name}/
install -m 644 Build/%{_name}/Release/%{_name}.exe.mdb %{buildroot}%{_prefix}/lib/%{name}/
install -m 644 Build/%{_name}/Release/%{_name}.exe* %{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/XSL/* %{buildroot}%{_prefix}/lib/%{name}/XSL