- Remove useless %dir

- Un-require xorg-x11-filesystem
This commit is contained in:
Adam Jackson 2009-07-23 13:08:02 +00:00
parent 9271703ba1
commit 8df50309d0

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXau runtime library
Name: libXau
Version: 1.0.4
Release: 5%{?dist}
Release: 6%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.x.org
@ -20,7 +20,6 @@ X.Org X11 libXau runtime library
%package devel
Summary: X.Org X11 libXau development package
Group: Development/Libraries
Requires(pre): xorg-x11-filesystem >= 0.99.2-3
Requires: %{name} = %{version}-%{release}
Requires: xorg-x11-proto-devel
Requires: pkgconfig
@ -60,7 +59,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(-,root,root,-)
%dir %{_includedir}/X11
%{_includedir}/X11/Xauth.h
%{_libdir}/libXau.so
%{_libdir}/pkgconfig/xau.pc
@ -68,6 +66,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.0.4-6
- Remove useless %%dir
- Un-require xorg-x11-filesystem
* Wed Mar 18 2009 Adam Jackson <ajax@redhat.com> 1.0.4-5
- Disable local auth patch. Apparently it _can_ possibly help.