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
|
2012-04-09 20:31:00 +00:00
|
|
|
Version: 1.2.7
|
|
|
|
Release: 1%{?dist}
|
2008-07-15 17:44:57 +00:00
|
|
|
License: MIT
|
2005-08-29 06:54:03 +00:00
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.x.org
|
2008-12-09 15:25:39 +00:00
|
|
|
BuildArch: noarch
|
2006-06-28 10:22:04 +00:00
|
|
|
|
2008-03-06 02:08:29 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/xtrans-%{version}.tar.bz2
|
2010-09-27 10:51:22 +00:00
|
|
|
|
|
|
|
# Fedora specific 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-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-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
|
|
|
|
2008-12-09 15:25:39 +00:00
|
|
|
# yes, this looks horrible, but it's to get the .pc file in datadir
|
2010-11-09 02:42:12 +00:00
|
|
|
%configure --libdir=%{_datadir} \
|
|
|
|
--docdir=%{_docdir}/%{name}-%{version}-%{release}
|
2005-08-29 06:54:03 +00:00
|
|
|
# Running 'make' not needed.
|
|
|
|
|
|
|
|
%install
|
2010-09-27 10:51:22 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
2005-08-29 06:54:03 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2010-09-27 10:51:22 +00:00
|
|
|
%doc AUTHORS ChangeLog COPYING 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/Xtransint.h
|
|
|
|
%{_includedir}/X11/Xtrans/Xtranslcl.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtranssock.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtranstli.c
|
|
|
|
%{_includedir}/X11/Xtrans/Xtransutil.c
|
|
|
|
%{_includedir}/X11/Xtrans/transport.c
|
|
|
|
%{_datadir}/aclocal/xtrans.m4
|
2008-12-09 15:25:39 +00:00
|
|
|
%{_datadir}/pkgconfig/xtrans.pc
|
2010-11-09 02:42:12 +00:00
|
|
|
%dir %{_docdir}/%{name}-%{version}-%{release}
|
|
|
|
%{_docdir}/%{name}-%{version}-%{release}/xtrans.xml
|
2005-08-29 06:54:03 +00:00
|
|
|
|
|
|
|
%changelog
|
2012-04-09 20:31:00 +00:00
|
|
|
* Mon Apr 09 2012 Adam Jackson <ajax@redhat.com> 1.2.7-1
|
|
|
|
- xtrans 1.2.7 (#806309)
|
|
|
|
|
2012-01-14 09:14:51 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-08 06:43:28 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-11-09 02:42:12 +00:00
|
|
|
* Tue Nov 09 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.2.6-1
|
|
|
|
- xtrans 1.2.6
|
|
|
|
|
2010-09-27 10:51:22 +00:00
|
|
|
* Sat Sep 25 2010 Parag Nemade <paragn AT fedoraproject.org> - 1.2.2-5
|
|
|
|
- Merge-review cleanup (#226656)
|
|
|
|
|
2009-08-03 21:46:59 +00:00
|
|
|
* Mon Aug 03 2009 Adam Jackson <ajax@redhat.com> 1.2.2-4
|
|
|
|
- Un-Requires xorg-x11-filesystem
|
|
|
|
|
2009-07-27 08:39:59 +00:00
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-26 11:44:25 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-12-09 15:25:39 +00:00
|
|
|
* Tue Dec 09 2008 Adam Jackson <ajax@redhat.com> 1.2.2-1
|
|
|
|
- xtrans 1.2.2
|
|
|
|
- Move to BuildArch: noarch.
|
|
|
|
|
2008-07-15 17:44:57 +00:00
|
|
|
* 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
|
|
|
|
|
2008-05-06 18:07:08 +00:00
|
|
|
* 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)
|
|
|
|
|
2008-03-06 02:08:29 +00:00
|
|
|
* Wed Mar 05 2008 Adam Jackson <ajax@redhat.com> 1.1-1
|
|
|
|
- xtrans 1.1
|
|
|
|
|
2008-02-20 08:19:02 +00:00
|
|
|
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.3-6
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
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.
|