forked from pool/xorg-x11-server
This commit is contained in:
parent
f77e48e38b
commit
3b292d7273
@ -1,3 +1,8 @@
|
||||
Mon Sep 29 14:26:13 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
- make use of %configure macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 21:30:54 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
- xorg-server 1.5.1 (planned for final X.Org 7.4 release)
|
||||
|
@ -29,7 +29,7 @@ BuildRequires: libjpeg-devel
|
||||
Url: http://xorg.freedesktop.org/
|
||||
%define EXPERIMENTAL 0
|
||||
Version: 7.4
|
||||
Release: 5
|
||||
Release: 6
|
||||
License: X11/MIT
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Group: System/X11/Servers/XF86_4
|
||||
@ -220,8 +220,8 @@ popd
|
||||
%build
|
||||
pushd xorg-docs-*
|
||||
autoreconf -fi
|
||||
./configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||
--prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure
|
||||
make
|
||||
popd
|
||||
autoreconf -fi
|
||||
@ -531,6 +531,8 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2008 sndirsch@suse.de
|
||||
- make use of %%configure macro
|
||||
* Tue Sep 23 2008 sndirsch@suse.de
|
||||
- xorg-server 1.5.1 (planned for final X.Org 7.4 release)
|
||||
* Conditionalize Composite-based backing store on
|
||||
|
Loading…
Reference in New Issue
Block a user