This commit is contained in:
Adam Jackson 2010-11-08 15:53:31 -05:00
parent c00958d874
commit 0ef93974ae
3 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libXft-2.1.14.tar.bz2
/libXft-2.2.0.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: X.Org X11 libXft runtime library
Name: libXft
Version: 2.1.14
Version: 2.2.0
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
@ -29,9 +29,6 @@ X.Org X11 libXft development package
%prep
%setup -q
# Disable static library creation by default.
%define with_static 0
%build
%configure --disable-static
@ -74,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/Xft.3*
%changelog
* Mon Nov 08 2010 Adam Jackson <ajax@redhat.com> 2.2.0-1
- libXft 2.2.0
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 2.1.14-1
- libXft 2.1.14

View File

@ -1 +1 @@
254e62a233491e0e1251636536163e20 libXft-2.1.14.tar.bz2
cce3c327258116493b753f157e0360c7 libXft-2.2.0.tar.bz2