- 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:
parent
6dbb7a63a3
commit
af814b6189
10
libXt.spec
10
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.2
|
Version: 1.0.2
|
||||||
Release: 2
|
Release: 3%{?dist}
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -60,6 +60,9 @@ make
|
|||||||
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
|
||||||
|
|
||||||
# We intentionally don't ship *.la files
|
# We intentionally don't ship *.la files
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
@ -75,6 +78,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
|
%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
|
||||||
%{_libdir}/libXt.so.6
|
%{_libdir}/libXt.so.6
|
||||||
%{_libdir}/libXt.so.6.0.0
|
%{_libdir}/libXt.so.6.0.0
|
||||||
|
%dir %{_datadir}/X11/app-defaults
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -127,6 +131,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3x*
|
%{_mandir}/man3/*.3x*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
in the installed pkgconfig file. Apps should link against libSM if they
|
||||||
|
Loading…
Reference in New Issue
Block a user