- Un-require xorg-x11-filesystem
- Remove useless %dir
This commit is contained in:
parent
014fa5a3c8
commit
a774b76d8d
@ -1,7 +1,7 @@
|
||||
Summary: X.Org X11 libXt runtime library
|
||||
Name: libXt
|
||||
Version: 1.0.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.x.org
|
||||
@ -21,7 +21,6 @@ X.Org X11 libXt runtime library
|
||||
%package devel
|
||||
Summary: X.Org X11 libXt development package
|
||||
Group: Development/Libraries
|
||||
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
# needed by xt.pc
|
||||
@ -68,7 +67,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_bindir}/makestrs
|
||||
%dir %{_includedir}/X11
|
||||
%{_includedir}/X11/CallbackI.h
|
||||
%{_includedir}/X11/Composite.h
|
||||
%{_includedir}/X11/CompositeP.h
|
||||
@ -108,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.6-2
|
||||
- Un-require xorg-x11-filesystem
|
||||
- Remove useless %%dir
|
||||
|
||||
* Thu Jul 02 2009 Adam Jackson <ajax@redhat.com> 1.0.6-1
|
||||
- libXt 1.0.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user