forked from pool/xsession
This commit is contained in:
parent
d403e09365
commit
541e72996c
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 17:34:14 CET 2007 - meissner@suse.de
|
||||
|
||||
- use RPM_OPT_FLAGS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 15:16:46 CEST 2006 - werner@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xsession (Version 1.1)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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.
|
||||
#
|
||||
@ -16,7 +16,7 @@ License: Other License(s), see package
|
||||
Group: System/X11/Utilities
|
||||
Autoreqprov: on
|
||||
Version: 1.1
|
||||
Release: 1027
|
||||
Release: 1061
|
||||
Summary: A session manager
|
||||
Source: xsession-1.1.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -53,7 +53,7 @@ Authors:
|
||||
|
||||
%build
|
||||
xmkmf -a
|
||||
make
|
||||
make CCOPTIONS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
@ -68,6 +68,8 @@ make DESTDIR=%{buildroot} install.man
|
||||
%doc %{_mandir}/man1/xsession.1x.gz
|
||||
|
||||
%changelog -n xsession
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user