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
|
2005-11-11 08:26:14 +00:00
|
|
|
Version: 0.99.2
|
2005-10-21 05:17:24 +00:00
|
|
|
Release: 1
|
2005-08-29 06:54:03 +00:00
|
|
|
License: MIT/X11
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
URL: http://www.x.org
|
2005-10-02 13:13:58 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/X11R7.0-RC0/everything/xtrans-%{version}.tar.bz2
|
2005-08-29 06:54:03 +00:00
|
|
|
|
2005-10-02 13:13:58 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-08-29 06:54:03 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org X11 developmental X transport library
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
2005-11-11 08:26:14 +00:00
|
|
|
cd xtrans-%{version}
|
2005-08-29 06:54:03 +00:00
|
|
|
%configure
|
|
|
|
# Running 'make' not needed.
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-11-11 08:26:14 +00:00
|
|
|
cd xtrans-%{version}
|
2005-08-29 06:54:03 +00:00
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc
|
|
|
|
%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
|
|
|
|
%dir %{_libdir}/pkgconfig
|
|
|
|
%{_libdir}/pkgconfig/xtrans.pc
|
|
|
|
%dir %{_datadir}/aclocal
|
|
|
|
%{_datadir}/aclocal/xtrans.m4
|
|
|
|
|
|
|
|
%changelog
|
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.
|
|
|
|
|
2005-10-02 13:13:58 +00:00
|
|
|
* Sun Oct 2 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
|
|
|
|
- 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.
|