- 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 gitdate 20090805
|
||||
#define gitdate 20090805
|
||||
|
||||
Summary: Core X11 protocol client library
|
||||
Name: libX11
|
||||
Version: 1.2.99
|
||||
Release: 5.%{gitdate}%{?dist}
|
||||
Version: 1.3
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
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: %{tarball}-%{gitdate}.tar.bz2
|
||||
Source1: make-git-snapshot.sh
|
||||
#Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||
#Source1: make-git-snapshot.sh
|
||||
|
||||
Patch2: dont-forward-keycode-0.patch
|
||||
|
||||
@ -50,8 +50,8 @@ Requires: pkgconfig
|
||||
X.Org X11 libX11 development package
|
||||
|
||||
%prep
|
||||
#%setup -q
|
||||
%setup -q -n %{tarball}-%{gitdate}
|
||||
%setup -q
|
||||
#setup -q -n %{tarball}-%{gitdate}
|
||||
%patch2 -p1 -b .dont-forward-keycode-0
|
||||
|
||||
%build
|
||||
@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%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
|
||||
- Merge-review cleanups #226062
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user