- Add the {_datadir}/X11/app-defaults directory to the file manifest, as

libXt is the canonical owner of the directory. Discovered in (#198025).
This commit is contained in:
mharris 2006-07-11 21:14:15 +00:00
parent 6dbb7a63a3
commit af814b6189

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXt runtime library
Name: libXt
Version: 1.0.2
Release: 2
Release: 3%{?dist}
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.x.org
@ -60,6 +60,9 @@ make
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
@ -75,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
%{_libdir}/libXt.so.6
%{_libdir}/libXt.so.6.0.0
%dir %{_datadir}/X11/app-defaults
%files devel
%defattr(-,root,root,-)
@ -127,6 +131,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3x*
%changelog
* Tue Jul 11 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-3.fc6
- Add the {_datadir}/X11/app-defaults directory to the file manifest, as
libXt is the canonical owner of the directory. Discovered in (#198025).
* Wed Jun 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.2-2
- Added libXt-1.0.2-libsm-fix.patch to remove libSM from the Requires: line
in the installed pkgconfig file. Apps should link against libSM if they