- libXt 1.0.6
This commit is contained in:
parent
72153ea50d
commit
014fa5a3c8
@ -1 +1 @@
|
|||||||
libXt-1.0.5.tar.bz2
|
libXt-1.0.6.tar.bz2
|
||||||
|
29
libXt.spec
29
libXt.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXt runtime library
|
Summary: X.Org X11 libXt runtime library
|
||||||
Name: libXt
|
Name: libXt
|
||||||
Version: 1.0.5
|
Version: 1.0.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -25,7 +25,7 @@ Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
|||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
# needed by xt.pc
|
# needed by xt.pc
|
||||||
Requires: xorg-x11-proto-devel pkgconfig
|
Requires: xorg-x11-proto-devel
|
||||||
Requires: libX11-devel
|
Requires: libX11-devel
|
||||||
Requires: libSM-devel
|
Requires: libSM-devel
|
||||||
|
|
||||||
@ -37,16 +37,10 @@ X.Org X11 libXt development package
|
|||||||
|
|
||||||
%patch0 -p1 -b .libsm-fix
|
%patch0 -p1 -b .libsm-fix
|
||||||
|
|
||||||
# Disable static library creation by default.
|
|
||||||
%define with_static 0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: Work around pointer aliasing warnings from compiler for now
|
# FIXME: Work around pointer aliasing warnings from compiler for now
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure \
|
%configure --disable-static \
|
||||||
%if ! %{with_static}
|
|
||||||
--disable-static \
|
|
||||||
%endif
|
|
||||||
--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"
|
--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}
|
make %{?_smp_mflags}
|
||||||
@ -55,11 +49,7 @@ make %{?_smp_mflags}
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
make install DESTDIR=$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
|
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
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -79,9 +69,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/makestrs
|
%{_bindir}/makestrs
|
||||||
%dir %{_includedir}/X11
|
%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/CallbackI.h
|
||||||
%{_includedir}/X11/Composite.h
|
%{_includedir}/X11/Composite.h
|
||||||
%{_includedir}/X11/CompositeP.h
|
%{_includedir}/X11/CompositeP.h
|
||||||
@ -115,17 +102,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/X11/Vendor.h
|
%{_includedir}/X11/Vendor.h
|
||||||
%{_includedir}/X11/VendorP.h
|
%{_includedir}/X11/VendorP.h
|
||||||
%{_includedir}/X11/Xtos.h
|
%{_includedir}/X11/Xtos.h
|
||||||
%if %{with_static}
|
|
||||||
%{_libdir}/libXt.a
|
|
||||||
%endif
|
|
||||||
%{_libdir}/libXt.so
|
%{_libdir}/libXt.so
|
||||||
%{_libdir}/pkgconfig/xt.pc
|
%{_libdir}/pkgconfig/xt.pc
|
||||||
#%dir %{_mandir}/man1x
|
|
||||||
%{_mandir}/man1/makestrs.1*
|
%{_mandir}/man1/makestrs.1*
|
||||||
#%dir %{_mandir}/man3x
|
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user