1
0
forked from pool/xfce4-session
xfce4-session/xfce4-session.spec

96 lines
2.5 KiB
RPMSpec
Raw Normal View History

#
# spec file for package xfce4-session (Version 4.2.3)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: xfce4-session
BuildRequires: gtk2-devel libxml2-devel startup-notification update-desktop-files xfce-mcs-manager xorg-x11
Summary: Xfce Session manager
Version: 4.2.3
Release: 2
License: GPL
URL: http://www.xfce.org/
Source0: %{name}-%{version}.tar.bz2
Group: System/GUI/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: libxfcegui4 >= 4.2.3
Requires: libxfce4mcs >= 4.2.3
Requires: xfce-mcs-manager >= 4.2.3
Requires: xfwm4 >= 4.2.3
Requires: xfce4-desktop >= 4.2.3
%description
xfce4-session is the session manager for the Xfce desktop environment.
Authors:
--------
Benedikt Meurer <benny@xfce.org>
Oliver M. Bolzer <oliver@debian.org>
Francois Le Clainche <fleclainche@wanadoo.fr>
Maarten Boekhold <boekhold@emirates.net.ae>
Brian Tarricone <kelnos@xfce.org>
%prep
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} \
--datadir=%{_datadir} \
--bindir=%{_bindir} \
--libdir=%{_libdir} \
--libexecdir=%{_libdir}/xfce4 \
--mandir=%{_mandir} \
--sysconfdir=%{_sysconfdir} \
--enable-session-screenshots
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS BUGS COPYING ChangeLog ChangeLog.pre-xfce-devel NEWS README TODO
%{_sysconfdir}/xdg/xfce4-session/
%{_bindir}/*
%{_libdir}/xfce4/
%{_libdir}/libxfsm-*
%{_libdir}/pkgconfig/*
%{_datadir}/locale/*/*/*
%{_datadir}/man/*/*
%{_datadir}/themes/*
%{_datadir}/applications/*
%{_datadir}/icons/*/*
%{_datadir}/xfce4/*
%{_includedir}/xfce4/*
%changelog -n xfce4-session
* Wed Feb 08 2006 - pnemec@suse.cz
- added xfce4-desktop and xfwm to requires
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 21 2006 - cthiel@suse.de
- really update to 4.2.3
* Mon Jan 16 2006 - pnemec@suse.cz
- update to 4.2.3
* Wed Sep 14 2005 - cthiel@suse.de
- specfile cleanup
* Mon Aug 01 2005 - cthiel@suse.de
- fixed Requires
* Wed May 18 2005 - cthiel@suse.de
- update to 4.2.2
* Tue Apr 12 2005 - cthiel@suse.de
- initial version