From 014fa5a3c8d511a73ca6e2beefb8328ed671e9d1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 2 Jul 2009 17:33:37 +0000 Subject: [PATCH] - libXt 1.0.6 --- .cvsignore | 2 +- libXt.spec | 29 +++++++---------------------- sources | 2 +- 3 files changed, 9 insertions(+), 24 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2b0129b..8b6012a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libXt-1.0.5.tar.bz2 +libXt-1.0.6.tar.bz2 diff --git a/libXt.spec b/libXt.spec index bfa989f..3ccf99f 100644 --- a/libXt.spec +++ b/libXt.spec @@ -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 1.0.6-1 +- libXt 1.0.6 + * Wed Feb 25 2009 Fedora Release Engineering - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index f73fd2b..105be0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3bdd67785ace8cd0b23249e9d8c9975 libXt-1.0.5.tar.bz2 +953930ddf9fdaa1405732c7f01e9e599 libXt-1.0.6.tar.bz2