Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ceecb91a87 | ||
|
|
6c85124947 | ||
|
|
938ab3e92c |
4 changed files with 6 additions and 9 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
6
Makefile
6
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
# Makefile for source rpm: libXi
|
||||
# $Id$
|
||||
NAME := libXi
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: X.Org X11 libXi runtime library
|
||||
Name: libXi
|
||||
Version: 1.0.4
|
||||
Release: 2
|
||||
Version: 1.1.1
|
||||
Release: 1%{?dist}
|
||||
License: MIT/X11
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
|
|
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
f749dc9ed3a983694b330a8aa45d4533 libXi-1.1.1.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue