Summary: X.Org X11 developmental X transport library Summary(ja): X.Org X11 Xtrans 開発ライブラリ Name: xorg-x11-xtrans-devel Version: 1.4.0 Release: 1%{?_dist_release} License: MIT/X11 Group: Development/Libraries URL: http://www.x.org Source0: ftp://ftp.x.org/pub/individual/lib/xtrans-%{version}.tar.bz2 Patch1: xtrans-1.2.7-avoid-gethostname.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: pkgconfig BuildRequires: xorg-x11-util-macros Requires(pre): xorg-x11-filesystem Vendor: Project Vine Distribution: Vine Linux Packager: daisuke %description X.Org X11 developmental X transport library %prep %setup -q -n xtrans-%{version} %patch1 -p1 -b .my-name-is-unix %build %configure --libdir=%{_datadir} # Running 'make' not needed. %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT/%{_docdir}/xtrans %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %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/Xtransutil.c %{_includedir}/X11/Xtrans/transport.c %{_datadir}/pkgconfig/xtrans.pc %{_datadir}/aclocal/xtrans.m4 %changelog * Thu Sep 05 2019 Tomohiro "Tomo-p" KATO 1.4.0-1 - new upstream release. * Sat Nov 22 2014 Yoji TOYODA 1.3.5-1 - new upstream release * Wed Apr 23 2014 Yoji TOYODA 1.3.4-1 - new upstream release * Thu Dec 26 2013 Yoji TOYODA 1.3.2-1 - new upstream release * Sat Mar 24 2012 Yoji TOYODA 1.2.7-1 - new upstream release - update Patch1 (xtrans-1.2.7-avoid-gethostname.patch) * Sat Dec 18 2010 Yoji TOYODA 1.2.6-1 - new upstream release * Wed Oct 06 2010 Shu KONNO 1.2.5-2 - rebuilt with rpm-4.8.1 for pkg-config * Tue Nov 17 2009 Daisuke SUZUKI 1.2.5-1 - new upstream release - change BuildArch to noarch * Fri Mar 20 2009 Ryoichi INAGAKI 1.2.3-1 - new upstream release - changed Group to Development/Libraries * Fri Jul 04 2008 Daisuke SUZUKI 1.2.1-1 - new upstream release * Sun May 18 2008 Daisuke SUZUKI 1.0.3-1 - new versioning policy * Mon Mar 03 2008 Daisuke SUZUKI 1.0.3-0vl1 - initial build for Vine Linux * Mon Oct 01 2007 Adam Jackson 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. * Thu Sep 20 2007 Adam Jackson 1.0.3-4 - Fix a bug in automatic port generation for abstract sockets. Fixes fast user switching, among other things. * Fri Aug 24 2007 Adam Jackson 1.0.3-3 - Abstract sockets for PF_UNIX. * Sat Apr 21 2007 Matthias Clasen 1.0.3-2 - Don't install INSTALL * Fri Jan 05 2007 Adam Jackson 1.0.3-1 - Update to 1.0.3 * Wed Jul 12 2006 Jesse Keating - 1.0.1-1.1 - rebuild * Mon Jul 10 2006 Mike A. Harris 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 * Tue Jun 20 2006 Mike A. Harris 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. * Fri Feb 10 2006 Jesse Keating 1.0.0-3.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating 1.0.0-3.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Mon Jan 23 2006 Mike A. Harris 1.0.0-3 - Bump and rebuild. * Fri Dec 23 2005 Mike A. Harris 1.0.0-2 - Bump and rebuild. * Thu Dec 15 2005 Mike A. Harris 1.0.0-1 - Update to xtrans-1.0.0 from X11R7 RC4 release. * Tue Nov 22 2005 Mike A. Harris 0.99.2-2 - Add "Requires(pre): xorg-x11-filesystem >= 0.99.2-3" to avoid bug (#173384). * Fri Nov 11 2005 Mike A. Harris 0.99.2-1 - Update to xtrans-0.99.2 from X11R7 RC2 release. * Thu Oct 20 2005 Mike A. Harris 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. * Sun Oct 02 2005 Mike A. Harris 0.99.0-2 - Use Fedora-Extras style BuildRoot tag - Add tarball URL * Mon Aug 22 2005 Mike A. Harris 0.99.0-1 - Initial build.