2005-10-21 05:17:24 +00:00
|
|
|
# NOTE: This package contains only C source and header files and pkg-config
|
|
|
|
# *.pc files, and does not contain any ELF binaries or DSOs, so we disable
|
|
|
|
# debuginfo generation.
|
|
|
|
%define debug_package %{nil}
|
|
|
|
|
2005-08-29 06:54:03 +00:00
|
|
|
Summary: X.Org X11 developmental X transport library
|
|
|
|
Name: xorg-x11-xtrans-devel
|
2007-01-06 04:44:03 +00:00
|
|
|
Version: 1.0.3
|
2007-10-01 19:41:46 +00:00
|
|
|
Release: 5%{?dist}
|
2005-08-29 06:54:03 +00:00
|
|
|
License: MIT/X11
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.x.org
|
2006-06-28 10:22:04 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2006-06-28 10:15:54 +00:00
|
|
|
Source0: ftp://ftp.x.org/pub/individual/lib/xtrans-%{version}.tar.bz2
|
2007-08-24 21:49:02 +00:00
|
|
|
Patch0: xtrans-1.0.3-abstract-sockets.patch
|
2007-10-01 19:41:46 +00:00
|
|
|
Patch1: xtrans-1.0.3-avoid-gethostname.patch
|
2006-06-20 22:12:27 +00:00
|
|
|
|
2005-12-16 10:23:25 +00:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
|
|
2005-11-23 10:34:07 +00:00
|
|
|
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
|
|
|
|
2005-08-29 06:54:03 +00:00
|
|
|
%description
|
|
|
|
X.Org X11 developmental X transport library
|
|
|
|
|
|
|
|
%prep
|
2006-06-20 22:12:27 +00:00
|
|
|
%setup -q -n xtrans-%{version}
|
2007-08-24 21:49:02 +00:00
|
|
|
%patch0 -p1 -b .abstract
|
2007-10-01 19:41:46 +00:00
|
|
|
%patch1 -p1 -b .my-name-is-unix
|
2005-08-29 06:54:03 +00:00
|
|
|
|
|
|
|
%build
|
2006-06-20 22:12:27 +00:00
|
|
|
|
2005-08-29 06:54:03 +00:00
|
|
|
%configure
|
|
|
|
# Running 'make' not needed.
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2006-06-20 22:12:27 +00:00
|
|
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-08-29 06:54:03 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2007-04-22 01:37:47 +00:00
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
2005-08-29 06:54:03 +00:00
|
|
|
%dir %{_includedir}/X11
|
|
|
|
%dir %{_includedir}/X11/Xtrans
|
|
|
|
%{_includedir}/X11/Xtrans/Xtrans.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtrans.h
|
|
|
|
%{_includedir}/X11/Xtrans/Xtransdnet.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtransint.h
|
|
|
|
%{_includedir}/X11/Xtrans/Xtranslcl.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtransos2.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtranssock.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtranstli.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtransutil.c
|
|
|
|
%{_includedir}/X11/Xtrans/transport.c
|
|
|
|
%{_libdir}/pkgconfig/xtrans.pc
|
|
|
|
%{_datadir}/aclocal/xtrans.m4
|
|
|
|
|
|
|
|
%changelog
|
2007-10-01 19:41:46 +00:00
|
|
|
* Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.3-5
|
|
|
|
- xtrans-1.0.3-avoid-gethostname.patch: Don't trust gethostname() output
|
|
|
|
when building networkIds for AF_UNIX sockets. Fixes application launch
|
|
|
|
delays and failures when dhclient changes your hostname from under you.
|
|
|
|
|
2007-09-20 19:31:25 +00:00
|
|
|
* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.0.3-4
|
|
|
|
- Fix a bug in automatic port generation for abstract sockets. Fixes fast
|
|
|
|
user switching, among other things.
|
|
|
|
|
2007-08-24 21:49:02 +00:00
|
|
|
* Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.0.3-3
|
|
|
|
- Abstract sockets for PF_UNIX.
|
|
|
|
|
2007-04-22 01:37:47 +00:00
|
|
|
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
|
|
|
|
- Don't install INSTALL
|
|
|
|
|
2007-01-06 04:44:03 +00:00
|
|
|
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
|
|
|
|
- Update to 1.0.3
|
|
|
|
|
2007-04-22 01:37:47 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
|
2006-07-12 09:23:22 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-07-10 09:41:22 +00:00
|
|
|
* Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1.fc6
|
|
|
|
- Update to xtrans-1.0.1
|
|
|
|
- Remove xtrans-1.0.0-setuid.diff as it is included in 1.0.1
|
|
|
|
|
2006-06-20 22:12:27 +00:00
|
|
|
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-4
|
|
|
|
- Added xtrans-1.0.0-setuid.diff to fix potential security issue (#195555)
|
|
|
|
- Use setup -n instead of -c, and remove extraneous calls to cd from build
|
|
|
|
and install sections.
|
|
|
|
- Use "make install DESTDIR=$RPM_BUILD_ROOT" instead of makeinstall macro.
|
|
|
|
- Added "AUTHORS ChangeLog COPYING INSTALL NEWS README" to doc macro.
|
|
|
|
|
2006-03-01 07:13:41 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.2
|
2006-02-11 06:28:25 +00:00
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-03-01 07:13:41 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.1
|
2006-02-07 14:41:57 +00:00
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-23 19:11:39 +00:00
|
|
|
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
2005-12-24 04:54:20 +00:00
|
|
|
* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
|
|
|
|
- Bump and rebuild.
|
|
|
|
|
2005-12-16 10:22:03 +00:00
|
|
|
* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
|
|
|
|
- Update to xtrans-1.0.0 from X11R7 RC4 release.
|
|
|
|
|
2005-11-23 10:34:07 +00:00
|
|
|
* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
|
|
|
|
- Add "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to avoid bug (#173384).
|
|
|
|
|
2005-11-11 08:26:14 +00:00
|
|
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
|
|
|
|
- Update to xtrans-0.99.2 from X11R7 RC2 release.
|
|
|
|
|
2005-10-21 05:17:24 +00:00
|
|
|
* Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
|
|
|
|
- Update to xtrans-0.99.1 from X11R7 RC1 release.
|
|
|
|
- This package contains only C source and header files and pkg-config
|
|
|
|
*.pc files, and does not contain any ELF binaries or DSOs, so we disable
|
|
|
|
debuginfo generation.
|
|
|
|
|
2006-06-20 22:12:27 +00:00
|
|
|
* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
|
2005-10-02 13:13:58 +00:00
|
|
|
- Use Fedora-Extras style BuildRoot tag
|
|
|
|
- Add tarball URL
|
2005-08-29 06:54:03 +00:00
|
|
|
|
2005-10-02 13:13:58 +00:00
|
|
|
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
|
|
|
|
- Initial build.
|