- Un-require xorg-x11-filesystem
- Remove useless %dir
This commit is contained in:
parent
597504a817
commit
5198f3b5fa
12
libXaw.spec
12
libXaw.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: X.Org X11 libXaw runtime library
|
Summary: X.Org X11 libXaw runtime library
|
||||||
Name: libXaw
|
Name: libXaw
|
||||||
Version: 1.0.6
|
Version: 1.0.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -16,8 +16,6 @@ BuildRequires: pkgconfig(xmu) pkgconfig(xpm) pkgconfig(xext)
|
|||||||
# Required by the configury.
|
# Required by the configury.
|
||||||
BuildRequires: ed
|
BuildRequires: ed
|
||||||
|
|
||||||
Obsoletes: XFree86-libs, xorg-x11-libs
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
X.Org X11 libXaw runtime library
|
X.Org X11 libXaw runtime library
|
||||||
|
|
||||||
@ -33,13 +31,10 @@ X.Org X11 libXaw version 6 compatibility
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: X.Org X11 libXaw development package
|
Summary: X.Org X11 libXaw 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}
|
||||||
|
|
||||||
Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
|
Requires: pkgconfig(xproto) pkgconfig(xmu) pkgconfig(xt) pkgconfig(xpm)
|
||||||
|
|
||||||
Obsoletes: XFree86-devel, xorg-x11-devel
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
X.Org X11 libXaw development package
|
X.Org X11 libXaw development package
|
||||||
|
|
||||||
@ -85,7 +80,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_includedir}/X11
|
|
||||||
%dir %{_includedir}/X11/Xaw
|
%dir %{_includedir}/X11/Xaw
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%{_includedir}/X11/Xaw/*.h
|
%{_includedir}/X11/Xaw/*.h
|
||||||
@ -97,6 +91,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
|
||||||
- libXaw 1.0.6
|
- libXaw 1.0.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user