Peter Hutterer 0f74982
%global tarball libXt
142e3ac
#global gitdate 20190424
142e3ac
#global gitversion ba4ec9376
Peter Hutterer 0f74982
mharris d6b7a0d
Summary: X.Org X11 libXt runtime library
mharris e7045e6
Name: libXt
Benjamin Tissoires facc883
Version: 1.2.1
f13acc0
Release: 2%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
c2c3d52
License: MIT
0fb0bec
URL: https://www.x.org
mharris d6b7a0d
Peter Hutterer 0f74982
%if 0%{?gitdate}
Peter Hutterer 0f74982
Source0:    %{tarball}-%{gitdate}.tar.bz2
Peter Hutterer 0f74982
Source1:    make-git-snapshot.sh
Peter Hutterer 0f74982
Source2:    commitid
Peter Hutterer 0f74982
%else
0fb0bec
Source0: https://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
Peter Hutterer 0f74982
%endif
mharris d8224a8
Benjamin Tissoires 6a3e33f
Requires: libX11%{?_isa} >= 1.6
Peter Hutterer 1afd5ab
Peter Hutterer 35a9915
BuildRequires: make
Peter Hutterer ca282da
BuildRequires: xorg-x11-util-macros
Peter Hutterer ca282da
BuildRequires: autoconf automake libtool
ae06105
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(sm)
Benjamin Tissoires 6a3e33f
BUildRequires: libX11-devel >= 1.6
mharris d6b7a0d
mharris d6b7a0d
%description
mharris d6b7a0d
X.Org X11 libXt runtime library
mharris d6b7a0d
mharris d6b7a0d
%package devel
mharris d6b7a0d
Summary: X.Org X11 libXt development package
9a624a2
Requires: %{name}%{?_isa} = %{version}-%{release}
mharris 8055f78
mharris d6b7a0d
%description devel
mharris d6b7a0d
X.Org X11 libXt development package
mharris d6b7a0d
mharris d6b7a0d
%prep
142e3ac
%autosetup -p1 -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
mharris e7045e6
mharris d6b7a0d
%build
Peter Hutterer ca282da
autoreconf -v --install --force
mharris 8f06689
# FIXME: Work around pointer aliasing warnings from compiler for now
mharris 83832d1
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
014fa5a
%configure --disable-static \
c2c3d52
  --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"
Kristian Høgsberg a6f6480
9a624a2
V=1 make %{?_smp_mflags}
mharris d6b7a0d
mharris d6b7a0d
%install
mharris d6b7a0d
rm -rf $RPM_BUILD_ROOT
mharris 8055f78
mharris 8055f78
make install DESTDIR=$RPM_BUILD_ROOT
mharris af814b6
mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/X11/app-defaults
mharris d6b7a0d
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
mharris d6b7a0d
9a624a2
# adding to installed docs in order to avoid using %%doc magic
9a624a2
cp -p COPYING ${RPM_BUILD_ROOT}%{_datadir}/doc/%{name}/COPYING
9a624a2
e311c8c
%ldconfig_post
e311c8c
%ldconfig_postun
mharris d6b7a0d
mharris d6b7a0d
%files
mharris d6b7a0d
%{_libdir}/libXt.so.6
mharris d6b7a0d
%{_libdir}/libXt.so.6.0.0
mharris af814b6
%dir %{_datadir}/X11/app-defaults
9a624a2
# not using %%doc because of side-effect (#1001246)
9a624a2
%dir %{_docdir}/%{name}
9a624a2
%{_docdir}/%{name}/COPYING
mharris d6b7a0d
mharris d6b7a0d
%files devel
9a624a2
%{_docdir}/%{name}/*.xml
mharris d6b7a0d
%{_includedir}/X11/CallbackI.h
mharris d6b7a0d
%{_includedir}/X11/Composite.h
mharris d6b7a0d
%{_includedir}/X11/CompositeP.h
mharris d6b7a0d
%{_includedir}/X11/ConstrainP.h
mharris d6b7a0d
%{_includedir}/X11/Constraint.h
mharris d6b7a0d
%{_includedir}/X11/ConvertI.h
mharris d6b7a0d
%{_includedir}/X11/Core.h
mharris d6b7a0d
%{_includedir}/X11/CoreP.h
mharris d6b7a0d
%{_includedir}/X11/CreateI.h
mharris d6b7a0d
%{_includedir}/X11/EventI.h
mharris d6b7a0d
%{_includedir}/X11/HookObjI.h
mharris d6b7a0d
%{_includedir}/X11/InitialI.h
mharris d6b7a0d
%{_includedir}/X11/Intrinsic.h
mharris d6b7a0d
%{_includedir}/X11/IntrinsicI.h
mharris d6b7a0d
%{_includedir}/X11/IntrinsicP.h
mharris d6b7a0d
%{_includedir}/X11/Object.h
mharris d6b7a0d
%{_includedir}/X11/ObjectP.h
mharris d6b7a0d
%{_includedir}/X11/PassivGraI.h
mharris d6b7a0d
%{_includedir}/X11/RectObj.h
mharris d6b7a0d
%{_includedir}/X11/RectObjP.h
mharris d6b7a0d
%{_includedir}/X11/ResConfigP.h
mharris d6b7a0d
%{_includedir}/X11/ResourceI.h
mharris d6b7a0d
%{_includedir}/X11/SelectionI.h
mharris d6b7a0d
%{_includedir}/X11/Shell.h
mharris d6b7a0d
%{_includedir}/X11/ShellI.h
mharris d6b7a0d
%{_includedir}/X11/ShellP.h
mharris d6b7a0d
%{_includedir}/X11/StringDefs.h
mharris d6b7a0d
%{_includedir}/X11/ThreadsI.h
mharris d6b7a0d
%{_includedir}/X11/TranslateI.h
mharris d6b7a0d
%{_includedir}/X11/VarargsI.h
mharris d6b7a0d
%{_includedir}/X11/Vendor.h
mharris d6b7a0d
%{_includedir}/X11/VendorP.h
mharris d6b7a0d
%{_includedir}/X11/Xtos.h
mharris d6b7a0d
%{_libdir}/libXt.so
mharris d6b7a0d
%{_libdir}/pkgconfig/xt.pc
b616f48
%{_mandir}/man3/*.3*
mharris d6b7a0d
mharris d6b7a0d
%changelog
f13acc0
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-2
f13acc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
f13acc0
Benjamin Tissoires facc883
* Tue Sep 21 2021 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.2.1-1
Benjamin Tissoires facc883
- libXt 1.2.1
Benjamin Tissoires facc883
d02984f
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
d02984f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
d02984f
e100cda
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
e100cda
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e100cda
Peter Hutterer 35a9915
* Thu Nov  5 12:26:39 AEST 2020 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.0-3
Peter Hutterer 35a9915
- Add BuildRequires for make
Peter Hutterer 35a9915
02339d9
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
02339d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
02339d9
142e3ac
* Thu Feb 06 2020 Adam Jackson <ajax@redhat.com> - 1.2.0-1
142e3ac
- libXt 1.2.0
0fb0bec
- Work around a gcc10 issue
142e3ac
8d76d0c
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-13.20190424gitba4ec9376
8d76d0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8d76d0c
1c62b1b
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-12.20190424gitba4ec9376
1c62b1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1c62b1b
Benjamin Tissoires 6a3e33f
* Wed Apr 24 2019 Benjamin Tissoires <benjamin.tissoires@redhat.com> 1.1.5-11.20190424gitba4ec9376
Benjamin Tissoires 6a3e33f
- Update to git snapshot to fix some covscan issues
Benjamin Tissoires 6a3e33f
db4cac2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-10
db4cac2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
db4cac2
9651b43
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-9
9651b43
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9651b43
e311c8c
* Fri Jun 29 2018 Adam Jackson <ajax@redhat.com> - 1.1.5-8
e311c8c
- Use ldconfig scriptlet macros
e311c8c
03666e4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-7
03666e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
03666e4
47010fa
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-6
47010fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
47010fa
f3288a7
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-5
f3288a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f3288a7
08f8671
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-4
08f8671
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
08f8671
728f8d2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-3
728f8d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
728f8d2
99ed201
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-2
99ed201
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
99ed201
4b0401f
* Fri May 01 2015 Adam Jackson <ajax@redhat.com> 1.1.5-1
4b0401f
- libXt 1.1.5
4b0401f
dfa335c
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-10
dfa335c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
dfa335c
7a3eb14
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-9
7a3eb14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7a3eb14
9a624a2
* Fri Dec 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.1.4-8
9a624a2
- Fix duplicate documentation (#1001246) by not using %%doc
9a624a2
- Turn on verbose build output via V=1 make
9a624a2
- Remove %%defattr
9a624a2
- Use %%?_isa in explicit package deps
9a624a2
0d75adf
* Wed Oct 02 2013 Adam Jackson <ajax@redhat.com> 1.1.4-7
0d75adf
- Exclude docs from main package
0d75adf
f017c21
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-6
f017c21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f017c21
Peter Hutterer 325faec
* Fri May 31 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.4-5
Peter Hutterer 325faec
- libXt 1.1.4
Peter Hutterer 325faec
Peter Hutterer 1afd5ab
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.3-5.20130524git1f4802b74
Peter Hutterer 1afd5ab
- Require libX11 1.6RC2 for _XEatDataWords
Peter Hutterer 1afd5ab
Peter Hutterer 0f74982
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.1.3-4.20130524git1f4802b74
Peter Hutterer 0f74982
- Update to git snapshot to fix CVEs listed below:
Peter Hutterer 0f74982
- CVE-2013-2002
Peter Hutterer 0f74982
- CVE-2013-2005
Peter Hutterer 0f74982
Peter Hutterer ca282da
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> - 1.1.3-3
Peter Hutterer ca282da
- autoreconf for aarch64
Peter Hutterer ca282da
7703e1b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
7703e1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7703e1b
81b59bf
* Thu Jul 26 2012 Adam Jackson <ajax@redhat.com> 1.1.3-1
81b59bf
- libXt 1.1.3
81b59bf
9ba2db4
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
9ba2db4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9ba2db4
a8be3f0
* Thu Mar 15 2012 Adam Jackson <ajax@redhat.com> 1.1.2-2
a8be3f0
- libXt-1.1.2-git.patch: Bugfix from git.
a8be3f0
f0a10a9
* Thu Mar 08 2012 Adam Jackson <ajax@redhat.com> 1.1.2-1
f0a10a9
- libXt 1.1.2
f0a10a9
db0cc96
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
db0cc96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
db0cc96
0b8f0cb
* Thu Mar 10 2011 Adam Jackson <ajax@redhat.com> 1.1.1-1
0b8f0cb
- libXt 1.1.1
0b8f0cb
f445b46
* Mon Mar 07 2011 Adam Jackson <ajax@redhat.com> 1.1.0-1
f445b46
- libXt 1.1.0
f445b46
808daf9
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.9-2
808daf9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
808daf9
21ec359
* Mon Nov 08 2010 Adam Jackson <ajax@redhat.com> 1.0.9-1
21ec359
- libXt 1.0.9
21ec359
ae06105
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 1.0.7-1
ae06105
- libXt 1.0.7
ae06105
d176e9b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-3
d176e9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d176e9b
a774b76
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.6-2
a774b76
- Un-require xorg-x11-filesystem
a774b76
- Remove useless %%dir
a774b76
014fa5a
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.0.6-1
014fa5a
- libXt 1.0.6
014fa5a
72153ea
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
72153ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
72153ea
62cf8fa
* Thu Sep 04 2008 Adam Jackson <ajax@redhat.com> 1.0.5-1
62cf8fa
- libXt 1.0.5
62cf8fa
fccf6e1
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.4-5
fccf6e1
- Autorebuild for GCC 4.3
fccf6e1
c2c3d52
* Tue Jan 15 2008 parag <paragn@fedoraproject.org> - 1.0.4-4
c2c3d52
- Merge-Review #226090
c2c3d52
- Removed XFree86-libs, xorg-x11-libs XFree86-devel, xorg-x11-devel as Obsoletes
c2c3d52
- Removed BR:pkgconfig
c2c3d52
- Removed zero-length README AUTHORS NEWS file
c2c3d52
54e744f
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.0.4-3
54e744f
- Rebuild for build id
54e744f
1cc0398
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.4-2
1cc0398
- Don't install INSTALL
1cc0398
b616f48
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.4-1.fc7
b616f48
- Update to 1.0.4
b616f48
b616f48
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.2-3.1.fc6
e2d4b18
- rebuild
e2d4b18
mharris af814b6
* Tue Jul 11 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3.fc6
mharris af814b6
- Add the {_datadir}/X11/app-defaults directory to the file manifest, as
mharris af814b6
  libXt is the canonical owner of the directory.  Discovered in (#198025).
mharris af814b6
6dbb7a6
* Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-2
6dbb7a6
- Added libXt-1.0.2-libsm-fix.patch to remove libSM from the Requires: line
6dbb7a6
  in the installed pkgconfig file.  Apps should link against libSM if they
6dbb7a6
  need it, but we shouldn't force them to link against it if they don't.
6dbb7a6
mharris e8f5419
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
mharris e8f5419
- Updated libXt to version 1.0.2 from X11R7.1
mharris e8f5419
mharris d8224a8
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
mharris d8224a8
- Added "Requires: xorg-x11-proto-devel" to devel package for xt.pc
mharris d8224a8
mharris 8055f78
* Mon Jun 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
mharris 8055f78
- Added "BuildRequires: pkgconfig" for (#193503)
mharris 8055f78
- Replace "makeinstall" with "make install DESTDIR=..."
mharris 8055f78
- Remove package ownership of mandir/libdir/etc.
mharris 8055f78
471699b
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
471699b
- Update to 1.0.1
471699b
mharris d8224a8
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
a08b864
- bump again for double-long bug on ppc(64)
a08b864
mharris d8224a8
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
112e18f
- rebuilt for new gcc4.1 snapshot and glibc changes
112e18f
mharris babd6e7
* Mon Jan 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.0-2
mharris babd6e7
- Bumped and rebuilt
mharris babd6e7
mharris 3fd53a5
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
mharris 3fd53a5
- Updated libXt to version 1.0.0 from X11R7 RC4
mharris 3fd53a5
- Added makestrs and it's manpage to the devel subpackage.
mharris 3fd53a5
mharris 8fb31c7
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
mharris 8fb31c7
- Updated libXt to version 0.99.3 from X11R7 RC3
mharris 8fb31c7
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
mharris 8fb31c7
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
mharris 8fb31c7
- Removed 'x' suffix from manpage directories to match RC3 upstream.
mharris 8fb31c7
a2458ee
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
a2458ee
- rebuilt
a2458ee
mharris d8224a8
* Fri Dec 02 2005 Kristian Høgsberg <krh@redhat.com> 0.99.2-3
Kristian Høgsberg a6f6480
- Use the default value from configure.ac for --with-xfile-search-path
Kristian Høgsberg a6f6480
  except with %%{_datadir} instead of $(libdir), so Xt can search for
Kristian Høgsberg a6f6480
  app-default files as usual.
Kristian Høgsberg a6f6480
- Move the --with-xfile-search-path outside the with_static condition.
Kristian Høgsberg a6f6480
mharris ea5a92b
* Tue Nov 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
mharris ea5a92b
- Invoke ./configure --with-xfile-search-path=%%{_datadir}/X11/app-defaults
mharris ea5a92b
  to make sure Xt is looking in the right place for app-defaults files.
mharris ea5a92b
mharris 4012991
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
mharris 4012991
- Updated libXt to version 0.99.2 from X11R7 RC2
mharris 4012991
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
mharris 4012991
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
mharris 4012991
mharris d8224a8
* Wed Nov 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
mharris 83832d1
- Actually spell RPM_OPT_FLAGS correctly this time.
mharris 83832d1
mharris 8f06689
* Mon Oct 31 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
mharris 8f06689
- Build with -fno-strict-aliasing to work around possible pointer aliasing
mharris 8f06689
  issue
mharris 8f06689
mharris ed943c3
* Mon Oct 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
mharris ed943c3
- Updated libXt to version 0.99.1 from X11R7 RC1
mharris ed943c3
- Updated file manifest to find manpages in 'man3x'
mharris ed943c3
mharris d8224a8
* Thu Oct 06 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-5
mharris 482eb08
- Added Requires: libX11-devel to libXt-devel subpackage, as Xt headers
mharris 482eb08
  include Xlib headers causing xterm and other things to fail to compile.
mharris 482eb08
mharris 482eb08
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
mharris e7045e6
- Renamed package to remove xorg-x11 from the name due to unanimous decision
mharris e7045e6
  between developers.
mharris e7045e6
- Use Fedora Extras style BuildRoot tag.
mharris e7045e6
- Disable static library creation by default.
mharris e7045e6
- Add missing defattr to devel subpackage
mharris e7045e6
- Add missing documentation files to doc macro
mharris e7045e6
- Fix BuildRequires to use new style X library package names
mharris e7045e6
mharris d6b7a0d
* Wed Aug 24 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
mharris d6b7a0d
- Changed all virtual BuildRequires to the "xorg-x11-" prefixed non-virtual
mharris d6b7a0d
  package names, as we want xorg-x11 libs to explicitly build against
mharris d6b7a0d
  X.Org supplied libs, rather than "any implementation", which is what the
mharris d6b7a0d
  virtual provides is intended for.
mharris d6b7a0d
mharris d6b7a0d
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
mharris d6b7a0d
- Renamed package to prepend "xorg-x11" to the name for consistency with
mharris d6b7a0d
  the rest of the X11R7 packages.
mharris d6b7a0d
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
mharris d6b7a0d
  subpackage to ensure the devel package matches the installed shared libs.
mharris d6b7a0d
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
mharris d6b7a0d
  allow applications to use implementation agnostic dependencies.
mharris d6b7a0d
- Added post/postun scripts which call ldconfig.
mharris d6b7a0d
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
mharris d6b7a0d
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
mharris d6b7a0d
mharris d6b7a0d
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
mharris d6b7a0d
- Initial build.