- libXi 1.3

This commit is contained in:
Peter Hutterer 2009-10-06 07:21:16 +00:00
parent 2a61d2460e
commit 2834f75769
3 changed files with 12 additions and 9 deletions

View File

@ -1 +1 @@
libXi-20090825.tar.bz2
libXi-1.3.tar.bz2

View File

@ -1,17 +1,17 @@
%define tarball libXi
%define gitdate 20090825
#define gitdate 20090825
Summary: X.Org X11 libXi runtime library
Name: libXi
Version: 1.2.99
Release: 11.%{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: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
Source0: %{tarball}-%{gitdate}.tar.bz2
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
#Source0: %{tarball}-%{gitdate}.tar.bz2
Source1: make-git-snapshot.sh
BuildRequires: autoconf automake libtool
@ -38,8 +38,8 @@ Requires: pkgconfig
X.Org X11 libXi development package
%prep
#%setup -q
%setup -q -n %{tarball}-%{gitdate}
%setup -q
#setup -q -n %{tarball}-%{gitdate}
# Disable static library creation by default.
%define with_static 0
@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.3-1
- libXi 1.3
* Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-11.20090825
- Update to today's git master, requires inputproto 1.9.99.902

View File

@ -1 +1 @@
ffa25245465d6547b8d93870c201cb0a libXi-20090825.tar.bz2
8df4ece9bd1efb02c28acb2b6f485e09 libXi-1.3.tar.bz2