Tomáš Chvátal 2018-12-10 12:43:13 +00:00 committed by Git OBS Bridge
parent 4df1d45015
commit 6fd4ec8a40
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 10 12:43:01 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
-------------------------------------------------------------------
Tue Dec 4 12:49:28 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -90,7 +90,7 @@ sed -i 's/\r$//' LICENSE # Fix wrong EOL encoding
install -Dm644 ext/Vim/jinja.vim %{buildroot}%{_datadir}/vim/site/syntax/jinja.vim # Install VIM syntax file
install -Dm644 ext/jinja.el %{buildroot}%{_datadir}/emacs/site-lisp/jinja.el # Install Emacs syntax file
%if 0%{?suse_version}
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif
%files %{python_files}