From 63bd1efbb851441bd70d0a4fc1f44981de3278e5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 22 Apr 2007 02:02:21 +0000 Subject: [PATCH] Don't install INSTALL --- libXdmcp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXdmcp.spec b/libXdmcp.spec index 7279153..e7e7135 100644 --- a/libXdmcp.spec +++ b/libXdmcp.spec @@ -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 1.0.2-3 +- Don't install INSTALL + * Mon Nov 20 2006 Adam Jackson 1.0.2-2.fc7 - libXdmcp-1.0.2-namespace-pollution.patch: Hide Xalloc and friends from the dynamic linker.