* Tue Aug 30 2005 <krh@redhat.com> - 0.99.1-2.cvs20050830
- Go back to %spec -n, use new cvs snapshot that supports overriding moduledir during make install, use %makeinstall. - Drop %{moduledir}/multimedia globs.
This commit is contained in:
parent
dc2469d880
commit
ce50e2c171
@ -1 +1 @@
|
|||||||
xorg-server-0.99.1-cvs20050825.tar.bz2
|
xorg-server-0.99.1-cvs20050830.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
328868f8a8c19e6002a329a0f2f5c9c3 xorg-server-0.99.1-cvs20050825.tar.bz2
|
654bc6b2e6d4dad3e827c4ea6488860c xorg-server-0.99.1-cvs20050830.tar.bz2
|
||||||
|
@ -1,10 +1,15 @@
|
|||||||
%define tarball xorg-server
|
%define tarball xorg-server
|
||||||
|
%define moduledir %{_libdir}/xorg/modules
|
||||||
|
%define sdkdir %{_includedir}/xorg
|
||||||
|
|
||||||
|
%define cvsdate cvs20050830
|
||||||
|
|
||||||
Summary: Xorg X11 Server
|
Summary: Xorg X11 Server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 0.99.1
|
Version: 0.99.1
|
||||||
Release: 2.cvs20050825.0
|
Release: 2.%{cvsdate}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/xserver/%{tarball}-%{version}-cvs20050825.tar.bz2
|
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/xserver/%{tarball}-%{version}-%{cvsdate}.tar.bz2
|
||||||
License: MIT/MIT
|
License: MIT/MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -122,21 +127,16 @@ drivers, input drivers, or other X modules should install this package.
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c %{name}-%{version}
|
%setup -q -n %{tarball}-%{version}-%{cvsdate}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
{
|
%configure %{xservers} --enable-composite --disable-xprint --disable-static --with-module-dir=%{moduledir}
|
||||||
pushd %{tarball}-%{version}
|
make
|
||||||
%configure %{xservers} --enable-composite --disable-xprint --disable-static
|
|
||||||
make
|
|
||||||
}
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
{
|
%makeinstall moduledir=$RPM_BUILD_ROOT%{moduledir} sdkdir=$RPM_BUILD_ROOT%{sdkdir}
|
||||||
pushd %{tarball}-%{version}
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
|
||||||
popd
|
|
||||||
}
|
|
||||||
# Remove all libtool archives (*.la) from modules directory, as we do not
|
# Remove all libtool archives (*.la) from modules directory, as we do not
|
||||||
# ship these.
|
# ship these.
|
||||||
find $RPM_BUILD_ROOT%{_libdir}/xorg/modules -name '*.la'| xargs rm
|
find $RPM_BUILD_ROOT%{_libdir}/xorg/modules -name '*.la'| xargs rm
|
||||||
@ -159,11 +159,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/Xorg
|
%{_bindir}/Xorg
|
||||||
%dir %{_libdir}/xorg
|
%dir %{_libdir}/xorg
|
||||||
%dir %{_libdir}/xorg/modules
|
%dir %{_libdir}/xorg/modules
|
||||||
%dir %{_libdir}/xorg/modules/multimedia
|
|
||||||
%dir %{_libdir}/xorg/modules/drivers
|
%dir %{_libdir}/xorg/modules/drivers
|
||||||
%dir %{_libdir}/xorg/modules/input
|
%dir %{_libdir}/xorg/modules/input
|
||||||
%{_libdir}/xorg/modules/*.so
|
%{_libdir}/xorg/modules/*.so
|
||||||
%{_libdir}/xorg/modules/multimedia/*.so
|
|
||||||
|
|
||||||
# ----- Xnest -------------------------------------------------------
|
# ----- Xnest -------------------------------------------------------
|
||||||
|
|
||||||
@ -201,6 +199,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# -------------------------------------------------------------------
|
# -------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 30 2005 <krh@redhat.com> - 0.99.1-2.cvs20050830
|
||||||
|
- Go back to %spec -n, use new cvs snapshot that supports overriding
|
||||||
|
moduledir during make install, use %makeinstall.
|
||||||
|
- Drop %{moduledir}/multimedia globs.
|
||||||
|
|
||||||
* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050825.0
|
* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050825.0
|
||||||
- Added build dependency on xorg-x11-libfontenc-devel, as the build fails
|
- Added build dependency on xorg-x11-libfontenc-devel, as the build fails
|
||||||
half way through without it, even though upstream dependencies do not
|
half way through without it, even though upstream dependencies do not
|
||||||
|
Loading…
Reference in New Issue
Block a user