diff --git a/libXt.spec b/libXt.spec index 51056b9..19bf1ab 100644 --- a/libXt.spec +++ b/libXt.spec @@ -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 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 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