libXext 1.0.99.1
This commit is contained in:
parent
f94b8c3619
commit
0e79041228
@ -1 +1 @@
|
||||
libXext-1.0.4.tar.bz2
|
||||
libXext-1.0.99.1.tar.bz2
|
||||
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
libXext-1_0_99_1-1_fc11:HEAD:libXext-1.0.99.1-1.fc11.src.rpm:1229692354
|
||||
26
libXext.spec
26
libXext.spec
@ -1,17 +1,19 @@
|
||||
Summary: X.Org X11 libXext runtime library
|
||||
Name: libXext
|
||||
Version: 1.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.99.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
#Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source0: http://cgit.freedesktop.org/xorg/lib/libXext/snapshot/libXext-1.0.99.1.tar.bz2
|
||||
|
||||
BuildRequires: xorg-x11-proto-devel >= 7.1-10
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: autoconf automake libtool pkgconfig
|
||||
|
||||
%description
|
||||
X.Org X11 libXext runtime library
|
||||
@ -33,15 +35,9 @@ X.Org X11 libXext development package
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Disable static library creation by default.
|
||||
%define with_static 0
|
||||
|
||||
%build
|
||||
|
||||
%configure \
|
||||
%if ! %{with_static}
|
||||
--disable-static
|
||||
%endif
|
||||
./autogen.sh
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -60,21 +56,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog
|
||||
%doc AUTHORS COPYING
|
||||
%{_libdir}/libXext.so.6
|
||||
%{_libdir}/libXext.so.6.4.0
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%if %{with_static}
|
||||
%{_libdir}/libXext.a
|
||||
%endif
|
||||
%{_libdir}/libXext.so
|
||||
%{_libdir}/pkgconfig/xext.pc
|
||||
#%dir %{_mandir}/man3x
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 19 2008 Adam Jackson <ajax@redhat.com> 1.0.99.1-1
|
||||
- libXext 1.0.99.1
|
||||
|
||||
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
|
||||
- Rebuild for pkg-config auto-provides
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user