forked from pool/xfce4-session
This commit is contained in:
parent
2783c53dbd
commit
677116666c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 28 15:02:30 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
- remove static libraries and "la" files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 18 14:10:07 CET 2008 - pnemec@suse.cz
|
Tue Nov 18 14:10:07 CET 2008 - pnemec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xfce4-session (Version 4.4.3)
|
# spec file for package xfce4-session (Version 4.4.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ BuildRequires: intltool xfce-mcs-manager-devel >= 4.3
|
|||||||
Requires: fortune
|
Requires: fortune
|
||||||
Summary: Xfce Session manager
|
Summary: Xfce Session manager
|
||||||
Version: 4.4.3
|
Version: 4.4.3
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Url: http://www.xfce.org/
|
Url: http://www.xfce.org/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
@ -80,7 +80,7 @@ Authors:
|
|||||||
%patch2
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure --disable-static --with-pic \
|
||||||
--enable-session-screenshots
|
--enable-session-screenshots
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
%suse_update_desktop_file -i xfce-splash-settings X-XFCE Settings DesktopSettings
|
%suse_update_desktop_file -i xfce-splash-settings X-XFCE Settings DesktopSettings
|
||||||
@ -97,6 +97,7 @@ cd $RPM_BUILD_ROOT/%{_datadir}
|
|||||||
tar xvfj $RPM_SOURCE_DIR/xfce4-session-ubuntu-icons.tar.bz2
|
tar xvfj $RPM_SOURCE_DIR/xfce4-session-ubuntu-icons.tar.bz2
|
||||||
cd -
|
cd -
|
||||||
rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/scalable/apps/xfsm-shutdown.svg
|
rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/scalable/apps/xfsm-shutdown.svg
|
||||||
|
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -122,8 +123,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sysconfdir}/xdg/autostart/xfce4-tips-autostart.desktop
|
%{_sysconfdir}/xdg/autostart/xfce4-tips-autostart.desktop
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
/sbin/ldconfig
|
||||||
%run_suseconfig -m gtk2
|
%run_suseconfig -m gtk2
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
@ -131,6 +135,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/xfce4/*/*
|
%{_includedir}/xfce4/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 28 2009 crrodriguez@suse.de
|
||||||
|
- remove static libraries and "la" files
|
||||||
* Tue Nov 18 2008 pnemec@suse.cz
|
* Tue Nov 18 2008 pnemec@suse.cz
|
||||||
- call update_desktop_file macro on desktop files [bnc#445722]
|
- call update_desktop_file macro on desktop files [bnc#445722]
|
||||||
* Fri Nov 14 2008 prusnak@suse.cz
|
* Fri Nov 14 2008 prusnak@suse.cz
|
||||||
|
Loading…
Reference in New Issue
Block a user