1
0
forked from pool/xfce4-session

Accepting request 89090 from X11:xfce

- install HTML documentation under
  /usr/share/xfce4/xfce4-session/html

OBS-URL: https://build.opensuse.org/request/show/89090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfce4-session?expand=0&rev=45
This commit is contained in:
Stephan Kulow 2011-10-25 15:20:46 +00:00 committed by Git OBS Bridge
parent bfb6881f57
commit ba15aed882
2 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Oct 21 11:47:24 UTC 2011 - gber@opensuse.org
- install HTML documentation under
/usr/share/xfce4/xfce4-session/html
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 8 16:22:18 UTC 2011 - gber@opensuse.org Sat Oct 8 16:22:18 UTC 2011 - gber@opensuse.org

View File

@ -93,7 +93,7 @@ This package provides the upstream look and feel for the Xfce Session Manager.
%build %build
%configure \ %configure \
--docdir=%{_defaultdocdir}/%{name} \ --docdir=%{_datadir}/xfce4/xfce4-session \
--disable-static \ --disable-static \
--enable-session-screenshots \ --enable-session-screenshots \
--enable-gnome \ --enable-gnome \
@ -106,8 +106,6 @@ make %{?_smp_mflags} V=1
%suse_update_desktop_file xfce-session-settings %suse_update_desktop_file xfce-session-settings
%suse_update_desktop_file xfce4-session-logout %suse_update_desktop_file xfce4-session-logout
%suse_update_desktop_file xfce4-tips-autostart %suse_update_desktop_file xfce4-tips-autostart
install -p -m 644 AUTHORS BUGS COPYING ChangeLog NEWS README TODO \
%{buildroot}/%{_defaultdocdir}/%{name}
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
%find_lang %{name} %find_lang %{name}
rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/xfce4/session/splash-engines/*.la rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/xfce4/session/splash-engines/*.la
@ -132,7 +130,7 @@ rm -rf %{buildroot}
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc %{_defaultdocdir}/%{name} %doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
%{_bindir}/xfce4-session %{_bindir}/xfce4-session
%{_bindir}/xfce4-session-logout %{_bindir}/xfce4-session-logout
%{_bindir}/xfce4-session-settings %{_bindir}/xfce4-session-settings
@ -143,7 +141,11 @@ rm -rf %{buildroot}
%{_datadir}/themes/* %{_datadir}/themes/*
%{_datadir}/applications/* %{_datadir}/applications/*
%{_datadir}/icons/*/* %{_datadir}/icons/*/*
%{_datadir}/xfce4/ %{_datadir}/xfce4/panel-plugins/xfsm-logout-plugin.desktop
%{_datadir}/xfce4/tips/
%dir %{_datadir}/xfce4
%dir %{_datadir}/xfce4/xfce4-session
%doc %{_datadir}/xfce4/xfce4-session/html/
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)