Don't install INSTALL

This commit is contained in:
Matthias Clasen 2007-04-22 02:02:21 +00:00
parent fab0f5b416
commit 63bd1efbb8

View File

@ -1,7 +1,7 @@
Summary: X.Org X11 libXdmcp runtime library
Name: libXdmcp
Version: 1.0.2
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT/X11
Group: System Environment/Libraries
URL: http://www.x.org
@ -62,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING README INSTALL ChangeLog
%doc AUTHORS COPYING README ChangeLog
%{_libdir}/libXdmcp.so.6
%{_libdir}/libXdmcp.so.6.0.0
@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/xdmcp.pc
%changelog
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.2-3
- Don't install INSTALL
* Mon Nov 20 2006 Adam Jackson <ajax@redhat.com> 1.0.2-2.fc7
- libXdmcp-1.0.2-namespace-pollution.patch: Hide Xalloc and friends from the
dynamic linker.