- libX11 1.3
This commit is contained in:
parent
3ebc591bf1
commit
7308a3830a
@ -1 +1 @@
|
|||||||
libX11-20090805.tar.bz2
|
libX11-1.3.tar.bz2
|
||||||
|
19
libX11.spec
19
libX11.spec
@ -1,19 +1,19 @@
|
|||||||
%define tarball libX11
|
%define tarball libX11
|
||||||
%define gitdate 20090805
|
#define gitdate 20090805
|
||||||
|
|
||||||
Summary: Core X11 protocol client library
|
Summary: Core X11 protocol client library
|
||||||
Name: libX11
|
Name: libX11
|
||||||
Version: 1.2.99
|
Version: 1.3
|
||||||
Release: 5.%{gitdate}%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
#Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
#Source0: http://cgit.freedesktop.org/xorg/lib/libX11/snapshot/libX11-%{version}.tar.bz2
|
#Source0: http://cgit.freedesktop.org/xorg/lib/libX11/snapshot/libX11-%{version}.tar.bz2
|
||||||
Source0: %{tarball}-%{gitdate}.tar.bz2
|
#Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||||
Source1: make-git-snapshot.sh
|
#Source1: make-git-snapshot.sh
|
||||||
|
|
||||||
Patch2: dont-forward-keycode-0.patch
|
Patch2: dont-forward-keycode-0.patch
|
||||||
|
|
||||||
@ -50,8 +50,8 @@ Requires: pkgconfig
|
|||||||
X.Org X11 libX11 development package
|
X.Org X11 libX11 development package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q
|
%setup -q
|
||||||
%setup -q -n %{tarball}-%{gitdate}
|
#setup -q -n %{tarball}-%{gitdate}
|
||||||
%patch2 -p1 -b .dont-forward-keycode-0
|
%patch2 -p1 -b .dont-forward-keycode-0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.3-1
|
||||||
|
- libX11 1.3
|
||||||
|
|
||||||
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.2.99-5.20090805
|
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.2.99-5.20090805
|
||||||
- Merge-review cleanups #226062
|
- Merge-review cleanups #226062
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user