boo#994285
OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=196
This commit is contained in:
parent
afd41024fc
commit
276e3cc101
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 18 09:30:13 UTC 2016 - werner@suse.de
|
||||
|
||||
- Fix yaosdd report (boo#994285)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 15:10:01 UTC 2016 - schwab@suse.de
|
||||
|
||||
|
10
emacs.spec
10
emacs.spec
@ -596,7 +596,11 @@ rm -vf %{buildroot}%{_datadir}/emacs/%{version}/etc/emacs.desktop
|
||||
cp etc/images/icons/hicolor/32x32/apps/emacs.png $RPM_SOURCE_DIR/emacs.png
|
||||
%suse_update_desktop_file -r -i emacs TextEditor Utility
|
||||
%if 0%{suse_version} >= 1300
|
||||
touch %{buildroot}%{_bindir}/ctags %{buildroot}%{_mandir}/man1/ctags.1.gz
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
||||
ln -sf %{_sysconfdir}/alternatives/ctags %{buildroot}%{_bindir}/ctags
|
||||
ln -sf %{_sysconfdir}/alternatives/ctags.1.gz %{buildroot}%{_mandir}/man1/ctags.1.gz
|
||||
ln -sf %{_bindir}/gnuctags %{buildroot}%{_sysconfdir}/alternatives/ctags
|
||||
ln -sf %{_mandir}/man1/gnuctags.1.gz %{buildroot}%{_sysconfdir}/alternatives/ctags.1.gz
|
||||
%else
|
||||
rm -vf %{buildroot}%{_bindir}/etags
|
||||
rm -vf %{buildroot}%{_bindir}/gnuctags
|
||||
@ -4635,7 +4639,9 @@ fi
|
||||
%{_mandir}/man1/etags.1.gz
|
||||
%{_mandir}/man1/gnuctags.1.gz
|
||||
%ghost %attr(755,root,root) %{_bindir}/ctags
|
||||
%ghost %{_mandir}/man1/ctags.1.gz
|
||||
%ghost %attr(755,root,root) %{_sysconfdir}/alternatives/ctags
|
||||
%ghost %attr(644,root,root) %{_mandir}/man1/ctags.1.gz
|
||||
%ghost %attr(644,root,root) %{_sysconfdir}/alternatives/ctags.1.gz
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user