- libXt 1.0.6

This commit is contained in:
Adam Jackson 2009-07-02 17:33:37 +00:00
parent 72153ea50d
commit 014fa5a3c8
3 changed files with 9 additions and 24 deletions

View File

@ -1 +1 @@
libXt-1.0.5.tar.bz2
libXt-1.0.6.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXt runtime library
Name: libXt
Version: 1.0.5
Release: 2%{?dist}
Version: 1.0.6
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -25,7 +25,7 @@ Requires(pre): xorg-x11-filesystem >= 0.99.2-3
Requires: %{name} = %{version}-%{release}
# needed by xt.pc
Requires: xorg-x11-proto-devel pkgconfig
Requires: xorg-x11-proto-devel
Requires: libX11-devel
Requires: libSM-devel
@ -37,16 +37,10 @@ X.Org X11 libXt development package
%patch0 -p1 -b .libsm-fix
# Disable static library creation by default.
%define with_static 0
%build
# FIXME: Work around pointer aliasing warnings from compiler for now
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
%if ! %{with_static}
--disable-static \
%endif
%configure --disable-static \
--with-xfile-search-path="%{_sysconfdir}/X11/%%L/%%T/%%N%%C%%S:%{_sysconfdir}/X11/%%l/%%T/\%%N%%C%%S:%{_sysconfdir}/X11/%%T/%%N%%C%%S:%{_sysconfdir}/X11/%%L/%%T/%%N%%S:%{_sysconfdir}/X\11/%%l/%%T/%%N%%S:%{_sysconfdir}/X11/%%T/%%N%%S:%{_datadir}/X11/%%L/%%T/%%N%%C%%S:%{_datadir}/X1\1/%%l/%%T/%%N%%C%%S:%{_datadir}/X11/%%T/%%N%%C%%S:%{_datadir}/X11/%%L/%%T/%%N%%S:%{_datadir}/X11/%%\l/%%T/%%N%%S:%{_datadir}/X11/%%T/%%N%%S"
make %{?_smp_mflags}
@ -55,11 +49,7 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
# NOTE: Create app-defaults directory so this package can be the canonical
# owner of the directory.
mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
# We intentionally don't ship *.la files
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%clean
@ -79,9 +69,6 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_bindir}/makestrs
%dir %{_includedir}/X11
# Listed explicitly instead of with glob, in order for rpm to autodetect
# when any additions or removals happen. ie: New Xprint support that we
# do not want.
%{_includedir}/X11/CallbackI.h
%{_includedir}/X11/Composite.h
%{_includedir}/X11/CompositeP.h
@ -115,17 +102,15 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/X11/Vendor.h
%{_includedir}/X11/VendorP.h
%{_includedir}/X11/Xtos.h
%if %{with_static}
%{_libdir}/libXt.a
%endif
%{_libdir}/libXt.so
%{_libdir}/pkgconfig/xt.pc
#%dir %{_mandir}/man1x
%{_mandir}/man1/makestrs.1*
#%dir %{_mandir}/man3x
%{_mandir}/man3/*.3*
%changelog
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.0.6-1
- libXt 1.0.6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
f3bdd67785ace8cd0b23249e9d8c9975 libXt-1.0.5.tar.bz2
953930ddf9fdaa1405732c7f01e9e599 libXt-1.0.6.tar.bz2