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