Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4f1130e6f | ||
|
|
0ad2e06c1d | ||
|
|
49f898cb28 | ||
|
|
fd5ebd7b23 | ||
|
|
2e9f1fccac |
5 changed files with 20 additions and 11 deletions
|
|
@ -1 +0,0 @@
|
|||
libXi-1.0.4.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
libXi-1.1.3.tar.bz2
|
||||
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for source rpm: libXi
|
||||
# $Id$
|
||||
NAME := libXi
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
21
libXi.spec
21
libXi.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: X.Org X11 libXi runtime library
|
||||
Name: libXi
|
||||
Version: 1.0.4
|
||||
Release: 2
|
||||
Version: 1.1.3
|
||||
Release: 2%{?dist}
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
|
|
@ -26,7 +26,7 @@ Group: Development/Libraries
|
|||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
# required by xi.pc
|
||||
Requires: xorg-x11-proto-devel
|
||||
Requires: xorg-x11-proto-devel >= 7.2-12
|
||||
|
||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
||||
|
||||
|
|
@ -78,6 +78,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 24 2007 Bernardo Innocenti <bernie@codewiz.org> 1.1.3-2
|
||||
- Rebuild for OLPC-2
|
||||
|
||||
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.3-1
|
||||
- libXi 1.1.3
|
||||
|
||||
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.1-2
|
||||
- Rebuild for build id
|
||||
|
||||
* Fri Aug 17 2007 Bernardo Innocenti <bernie@codewiz.org> 1.1.2-0
|
||||
- libXi post-1.1.2 git snapshot
|
||||
|
||||
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 1.1.1-1
|
||||
- libXi 1.1.1
|
||||
|
||||
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
|
||||
- Don't install INSTALL
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
321b917512e96d1b0cb945ab72d27c6a libXi-1.0.4.tar.bz2
|
||||
7c510abb0cad8dc20493fb27ff7859d8 libXi-1.1.3.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue