libXext 1.3.1
This commit is contained in:
parent
dfe7eb34cd
commit
958b45be98
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libXext-1.1.2.tar.bz2
|
||||
/libXext-1.2.0.tar.bz2
|
||||
/libXext-1.3.0.tar.bz2
|
||||
/libXext-1.3.1.tar.bz2
|
||||
|
||||
13
libXext.spec
13
libXext.spec
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXext runtime library
|
||||
Name: libXext
|
||||
Version: 1.3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.3.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -23,11 +23,6 @@ Summary: X.Org X11 libXext development package
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
Requires: libX11-devel pkgconfig
|
||||
# xorg-x11-proto-devel is needed by xext.pc
|
||||
Requires: xorg-x11-proto-devel >= 7.0-1
|
||||
|
||||
|
||||
%description devel
|
||||
X.Org X11 libXext development package
|
||||
|
||||
@ -63,7 +58,6 @@ 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
|
||||
@ -86,6 +80,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.3.1-1
|
||||
- libXext 1.3.1
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user