1.2.0
This commit is contained in:
parent
190b6ab1d5
commit
5984641078
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libXext-1.1.2.tar.bz2
|
||||
/libXext-1.2.0.tar.bz2
|
||||
|
||||
16
libXext.spec
16
libXext.spec
@ -1,11 +1,10 @@
|
||||
Summary: X.Org X11 libXext runtime library
|
||||
Name: libXext
|
||||
Version: 1.1.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.0
|
||||
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
|
||||
|
||||
@ -14,6 +13,7 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
BuildRequires: autoconf automake libtool pkgconfig
|
||||
BuildRequires: xmlto
|
||||
|
||||
%description
|
||||
X.Org X11 libXext runtime library
|
||||
@ -46,6 +46,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
# We intentionally don't ship *.la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
|
||||
# do this with %%doc below
|
||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -60,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc specs/*.txt
|
||||
%{_includedir}/X11/extensions/MITMisc.h
|
||||
%{_includedir}/X11/extensions/XEVI.h
|
||||
%{_includedir}/X11/extensions/XLbx.h
|
||||
@ -71,9 +75,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/X11/extensions/Xge.h
|
||||
%{_includedir}/X11/extensions/dpms.h
|
||||
%{_includedir}/X11/extensions/extutil.h
|
||||
%{_includedir}/X11/extensions/lbxbuf.h
|
||||
%{_includedir}/X11/extensions/lbxbufstr.h
|
||||
%{_includedir}/X11/extensions/lbximage.h
|
||||
%{_includedir}/X11/extensions/multibuf.h
|
||||
%{_includedir}/X11/extensions/security.h
|
||||
%{_includedir}/X11/extensions/shape.h
|
||||
@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 1.2.0-1
|
||||
- libXext 1.2.0
|
||||
|
||||
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> 1.1.2-2
|
||||
- rebuild to ensure F14 NVR is higher than F13
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user