2024-01-05 19:40:26 +01:00
|
|
|
%define majver %(echo %version|cut -d. -f1-2)
|
|
|
|
Name: xfce4-session
|
2024-06-10 20:48:07 +02:00
|
|
|
Version: 4.18.4
|
2024-01-05 19:40:26 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Xfce Session manager
|
|
|
|
Group: Graphical Desktop/Applications/Other
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 19:40:26 +01:00
|
|
|
URL: https://www.xfce.org/
|
2024-01-05 19:40:26 +01:00
|
|
|
Source: http://archive.xfce.org/src/xfce/xfce4-session/%{majver}/xfce4-session-%{version}.tar.bz2
|
|
|
|
License: GPL
|
2024-01-05 19:40:26 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libat-spi2-core-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpolkit-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libwnck-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libxfce4ui-devel
|
|
|
|
BuildRequires: libxfce4util-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libxfconf-devel
|
2024-01-05 19:40:26 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 19:40:26 +01:00
|
|
|
BuildRequires: libxfce4ui-devel >= %{majver}
|
|
|
|
|
|
|
|
%description
|
|
|
|
xfce4-session is the session manager for the Xfce desktop environment.
|
|
|
|
|
2024-06-10 20:48:07 +02:00
|
|
|
%debug_package
|
2024-01-05 19:40:26 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
--enable-final \
|
|
|
|
--enable-gnome \
|
|
|
|
--enable-libgnome-keyring
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
%files -f %{name}.lang
|
2024-01-05 19:40:26 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sysconfdir}/xdg/*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/icons/*
|
2024-01-05 19:40:26 +01:00
|
|
|
%{_datadir}/polkit-1/actions/org.xfce.session.policy
|
2024-01-05 19:40:26 +01:00
|
|
|
%{_datadir}/xsessions/xfce.desktop
|
2024-06-10 20:48:07 +02:00
|
|
|
%{_datadir}/xdg-desktop-portal/xfce-portals.conf
|
2024-01-05 19:40:26 +01:00
|
|
|
%{_libdir}/xfce4/session/xfsm-shutdown-helper
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-06-10 20:48:07 +02:00
|
|
|
* Mon Jun 10 2024 Automatic Build System <autodist@openmamba.org> 4.18.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:28 +01:00
|
|
|
* Wed May 31 2023 Automatic Build System <autodist@mambasoft.it> 4.18.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:27 +01:00
|
|
|
* Wed Mar 29 2023 Automatic Build System <autodist@mambasoft.it> 4.18.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:27 +01:00
|
|
|
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 4.18.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
* Mon Dec 26 2022 Automatic Build System <autodist@mambasoft.it> 4.18.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
* Tue Jan 19 2021 Automatic Build System <autodist@mambasoft.it> 4.16.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
* Sun Mar 29 2020 Automatic Build System <autodist@mambasoft.it> 4.14.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
* Sat Jan 11 2020 Automatic Build System <autodist@mambasoft.it> 4.14.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
* Tue Nov 05 2019 Automatic Build System <autodist@mambasoft.it> 4.14.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
* Fri Mar 27 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 4.12.1-1mamba
|
|
|
|
- update to 4.12.1
|
|
|
|
|
2024-01-05 19:40:26 +01:00
|
|
|
* Fri May 10 2013 Automatic Build System <autodist@mambasoft.it> 4.10.1-1mamba
|
|
|
|
- update to 4.10.1
|
|
|
|
|
|
|
|
* Sat Oct 20 2012 Automatic Build System <autodist@mambasoft.it> 4.10.0-1mamba
|
|
|
|
- update to 4.10.0
|
|
|
|
|
|
|
|
* Sun Feb 20 2011 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
|
|
|
- update to 4.8.0
|
|
|
|
|
|
|
|
* Tue Jun 01 2010 Automatic Build System <autodist@mambasoft.it> 4.6.2-1mamba
|
|
|
|
- automatic update to 4.6.2 by autodist
|
|
|
|
|
|
|
|
* Wed May 20 2009 Automatic Build System <autodist@mambasoft.it> 4.6.1-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sat May 02 2009 Automatic Build System <autodist@mambasoft.it> 4.6.1-1mamba
|
|
|
|
- automatic update to 4.6.1 by autodist
|
|
|
|
|
|
|
|
* Wed Mar 25 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- update to 4.6.0
|
|
|
|
|
|
|
|
* Wed Jan 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4.3-1mamba
|
|
|
|
- update to 4.4.3
|
|
|
|
|
|
|
|
* Sat Apr 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.1-1mamba
|
|
|
|
- update to 4.4.1
|
|
|
|
|
|
|
|
* Thu Mar 22 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 4.4.0-1qilnx
|
|
|
|
- update to 4.4.0
|
|
|
|
|
|
|
|
* Mon Sep 25 2006 Tiziano Pratellesi <info@mycare.it> 4.3.99.1-1qilnx
|
|
|
|
- update to 4.3.99.1
|
|
|
|
|
|
|
|
* Thu Sep 21 2006 Tiziano Pratellesi <info@mycare.it> 4.3.90.2-1qilnx
|
|
|
|
- update to 4.3.90.2
|
|
|
|
|
|
|
|
* Tue Sep 19 2006 Tiziano Pratellesi <info@mycare.it> 4.2.3-1qilnx
|
|
|
|
- package created by autospec
|