- libXi 1.3
This commit is contained in:
parent
2a61d2460e
commit
2834f75769
@ -1 +1 @@
|
||||
libXi-20090825.tar.bz2
|
||||
libXi-1.3.tar.bz2
|
||||
|
||||
17
libXi.spec
17
libXi.spec
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user