123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- Summary: X.Org X11 developmental X transport library
- Summary(ja): X.Org X11 Xtrans 開発ライブラリ
- Name: xorg-x11-xtrans-devel
- Version: 1.2.6
- 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.0.3-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 SUZUKI <daisuke@linux.or.jp>
- %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/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
- %{_datadir}/pkgconfig/xtrans.pc
- %{_datadir}/aclocal/xtrans.m4
- %changelog
- * Sat Dec 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-1
- - new upstream release
- * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 1.2.5-2
- - rebuilt with rpm-4.8.1 for pkg-config
- * Tue Nov 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.5-1
- - new upstream release
- - change BuildArch to noarch
- * Fri Mar 20 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.2.3-1
- - new upstream release
- - changed Group to Development/Libraries
- * Fri Jul 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-1
- - new upstream release
- * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-1
- - new versioning policy
- * Mon Mar 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.3-0vl1
- - initial build for Vine Linux
- * 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.
- * 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.
- * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.0.3-3
- - Abstract sockets for PF_UNIX.
- * Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-2
- - Don't install INSTALL
- * Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 1.0.3-1
- - Update to 1.0.3
- * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-1.1
- - rebuild
- * 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
- * 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.
- * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.2
- - bump again for double-long bug on ppc(64)
- * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-3.1
- - rebuilt for new gcc4.1 snapshot and glibc changes
- * Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-3
- - Bump and rebuild.
- * Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
- - Bump and rebuild.
- * Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
- - Update to xtrans-1.0.0 from X11R7 RC4 release.
- * 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).
- * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- - Update to xtrans-0.99.2 from X11R7 RC2 release.
- * 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.
- * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
- - Use Fedora-Extras style BuildRoot tag
- - Add tarball URL
- * Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
- - Initial build.
|