forked from pool/xsession
Accepting request 254145 from X11:Utilities
1 OBS-URL: https://build.opensuse.org/request/show/254145 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xsession?expand=0&rev=16
This commit is contained in:
parent
92e4ba94d7
commit
8b7450e585
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 1 23:21:28 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Do not use xorg-x11-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 17:34:14 CET 2007 - meissner@suse.de
|
Thu Jan 25 17:34:14 CET 2007 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xsession (Version 1.1)
|
# spec file for package xsession
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 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
|
||||||
@ -15,17 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: xsession
|
Name: xsession
|
||||||
BuildRequires: xorg-x11 xorg-x11-devel
|
BuildRequires: imake
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xaw7)
|
||||||
|
BuildRequires: pkgconfig(xmu)
|
||||||
|
BuildRequires: pkgconfig(xt)
|
||||||
|
Version: 1.1
|
||||||
|
Release: 0
|
||||||
|
Summary: A session manager
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
AutoReqProv: on
|
|
||||||
Version: 1.1
|
|
||||||
Release: 1225
|
|
||||||
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)}
|
||||||
@ -56,7 +58,7 @@ Authors:
|
|||||||
Raphael Quinet <quinet@stud.montefiore.ulg.ac.be>
|
Raphael Quinet <quinet@stud.montefiore.ulg.ac.be>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
xmkmf -a
|
xmkmf -a
|
||||||
@ -70,30 +72,9 @@ make DESTDIR=%{buildroot} install.man
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES ChangeLog INSTALL README examples
|
%doc CHANGES ChangeLog INSTALL README examples
|
||||||
%{_bindir}/xsession
|
%{_bindir}/xsession
|
||||||
|
%dir %{_appdefdir}
|
||||||
%config %{_appdefdir}/XSession
|
%config %{_appdefdir}/XSession
|
||||||
%config %{_appdefdir}/XSession-color
|
%config %{_appdefdir}/XSession-color
|
||||||
%doc %{_mandir}/man1/xsession.1x.gz
|
%doc %{_mandir}/man1/xsession.1x.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 25 2007 meissner@suse.de
|
|
||||||
- use RPM_OPT_FLAGS
|
|
||||||
* Wed Aug 02 2006 werner@suse.de
|
|
||||||
- Make it build with X11R7
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- converted neededforbuild to BuildRequires
|
|
||||||
* Sun Jan 11 2004 adrian@suse.de
|
|
||||||
- added %%defattr
|
|
||||||
* Fri Jun 13 2003 coolo@suse.de
|
|
||||||
- use BuildRoot
|
|
||||||
* Tue Sep 17 2002 ro@suse.de
|
|
||||||
- removed bogus self-provides
|
|
||||||
* Thu Dec 14 2000 werner@suse.de
|
|
||||||
- Group tag
|
|
||||||
* Wed May 31 2000 ro@suse.de
|
|
||||||
- specfile cleanup, doc relocation
|
|
||||||
* Mon Sep 13 1999 bs@suse.de
|
|
||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
||||||
* Sun Oct 26 1997 kfr@suse.de
|
|
||||||
- creating dif for rpm
|
|
||||||
* Sun Jun 01 1997 bs@suse.de
|
|
||||||
- moved var/X11R6/lib/app-defaults to usr/X11R6/lib/X11/app-defaults
|
|
||||||
|
Loading…
Reference in New Issue
Block a user