SHA256
1
0
forked from pool/xsession
OBS User unknown 2009-06-17 22:10:53 +00:00 committed by Git OBS Bridge
parent 541e72996c
commit baa5856298

View File

@ -1,28 +1,35 @@
# #
# spec file for package xsession (Version 1.1) # spec file for package xsession (Version 1.1)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 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.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: xsession Name: xsession
BuildRequires: xorg-x11 xorg-x11-devel BuildRequires: xorg-x11 xorg-x11-devel
License: Other License(s), see package License: X11/MIT
Group: System/X11/Utilities Group: System/X11/Utilities
Autoreqprov: on AutoReqProv: on
Version: 1.1 Version: 1.1
Release: 1061 Release: 1225
Summary: A session manager Summary: A session manager
Source: xsession-1.1.tar.gz Source: xsession-1.1.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)} %{expand: %%global _exec_prefix %(type -p pkg-config &>/dev/null && pkg-config --variable prefix x11 || echo /usr/X11R6)}
%if "%_exec_prefix" == "/usr/X11R6" %if "%_exec_prefix" == "/usr/X11R6"
%global _mandir %{_exec_prefix}/man %global _mandir %{_exec_prefix}/man
%define _x11data %{_exec_prefix}/lib/X11 %define _x11data %{_exec_prefix}/lib/X11
%define _appdefdir %{_x11data}/app-defaults %define _appdefdir %{_x11data}/app-defaults
@ -67,26 +74,26 @@ make DESTDIR=%{buildroot} install.man
%config %{_appdefdir}/XSession-color %config %{_appdefdir}/XSession-color
%doc %{_mandir}/man1/xsession.1x.gz %doc %{_mandir}/man1/xsession.1x.gz
%changelog -n xsession %changelog
* Thu Jan 25 2007 - meissner@suse.de * Thu Jan 25 2007 meissner@suse.de
- use RPM_OPT_FLAGS - use RPM_OPT_FLAGS
* Wed Aug 02 2006 - werner@suse.de * Wed Aug 02 2006 werner@suse.de
- Make it build with X11R7 - Make it build with X11R7
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Sun Jan 11 2004 - adrian@suse.de * Sun Jan 11 2004 adrian@suse.de
- added %%defattr - added %%defattr
* Fri Jun 13 2003 - coolo@suse.de * Fri Jun 13 2003 coolo@suse.de
- use BuildRoot - use BuildRoot
* Tue Sep 17 2002 - ro@suse.de * Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides - removed bogus self-provides
* Thu Dec 14 2000 - werner@suse.de * Thu Dec 14 2000 werner@suse.de
- Group tag - Group tag
* Wed May 31 2000 - ro@suse.de * Wed May 31 2000 ro@suse.de
- specfile cleanup, doc relocation - specfile cleanup, doc relocation
* Mon Sep 13 1999 - bs@suse.de * Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec. - ran old prepare_spec on spec file to switch to new prepare_spec.
* Sun Oct 26 1997 - kfr@suse.de * Sun Oct 26 1997 kfr@suse.de
- creating dif for rpm - creating dif for rpm
* Sun Jun 01 1997 - bs@suse.de * Sun Jun 01 1997 bs@suse.de
- moved var/X11R6/lib/app-defaults to usr/X11R6/lib/X11/app-defaults - moved var/X11R6/lib/app-defaults to usr/X11R6/lib/X11/app-defaults