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