- Fix license tag.

This commit is contained in:
Adam Jackson 2008-07-15 17:44:57 +00:00
parent 192cf1f924
commit 53c7323d35
2 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
8546e3a060aefb42c889eaa4b5db33af xtrans-1.1.tar.bz2
96e142331edd498a9364887b2548f1bb xtrans-1.2.1.tar.bz2

View File

@ -5,16 +5,15 @@
Summary: X.Org X11 developmental X transport library
Name: xorg-x11-xtrans-devel
Version: 1.1
Version: 1.2.1
Release: 2%{?dist}
License: MIT/X11
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://xorg.freedesktop.org/archive/individual/lib/xtrans-%{version}.tar.bz2
Patch1: xtrans-1.0.3-avoid-gethostname.patch
Patch2: xtrans-1.1-abstract.patch
BuildRequires: pkgconfig
BuildRequires: xorg-x11-util-macros
@ -27,7 +26,6 @@ X.Org X11 developmental X transport library
%prep
%setup -q -n xtrans-%{version}
%patch1 -p1 -b .my-name-is-unix
%patch2 -p1 -b .abstract-does-not-need-mkdir
%build
@ -61,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/xtrans.m4
%changelog
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.2.1-2
- Fix license tag.
* Wed Jul 02 2008 Adam Jackson <ajax@redhat.com> 1.2.1-1
- xtrans 1.2.1
* Tue May 06 2008 Bill Nottingham <notting@redhat.com> 1.1-2
- xtrans-1.1-abstract.patch: Don't worry about making /tmp/.X11-unix
(or failure to do so) if you're using an abstract socket (#445303)