Accepting request 198513 from home:bmanojlovic:branches:editors
- Added /usr/share/emacs/site-lisp/site-start.d to package owned directories so other packages do not need to own it OBS-URL: https://build.opensuse.org/request/show/198513 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=130
This commit is contained in:
parent
71cd721936
commit
e33d8abb31
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 12:30:07 UTC 2013 - boris@steki.net
|
||||
|
||||
- Added /usr/share/emacs/site-lisp/site-start.d to package owned
|
||||
directories so other packages do not need to own it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 15:14:01 UTC 2013 - toganm@opensuse.org
|
||||
|
||||
|
@ -449,6 +449,7 @@ cp -p %{S:1} %{buildroot}%{appDefaultsFile}
|
||||
pushd ../
|
||||
mkdir -p %{buildroot}/etc/skel
|
||||
install -m 0644 %{S:3} %{buildroot}/etc/skel/.gnu-emacs
|
||||
mkdir -p %{buildroot}%{_datadir}/emacs/site-lisp/site-start.d
|
||||
tar cf - site-lisp/ | tar xvvf - -C %{buildroot}%{_datadir}/emacs/
|
||||
chmod -R a+r %{buildroot}%{_datadir}/emacs/site-lisp/
|
||||
popd
|
||||
@ -3087,6 +3088,7 @@ fi
|
||||
%{_datadir}/emacs/%{version}/site-lisp/term/linux.el
|
||||
%{_datadir}/emacs/%{version}/site-lisp/term/locale.el
|
||||
%dir %{_datadir}/emacs/site-lisp/
|
||||
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%exclude %{_mandir}/man1/*tags.1.gz
|
||||
%dir %{_localstatedir}/games/emacs/
|
||||
|
Loading…
Reference in New Issue
Block a user