From 4926cf2c5607097260d778a0288ba5956d44d941 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 22 Apr 2007 00:39:52 +0000 Subject: [PATCH] Don't install INSTALL --- libXrandr.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libXrandr.spec b/libXrandr.spec index 904dd81..604a520 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 libXrandr runtime library Name: libXrandr Version: 1.2.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT/X11 Group: System Environment/Libraries URL: http://www.x.org @@ -60,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING README INSTALL ChangeLog +%doc AUTHORS COPYING README ChangeLog %{_libdir}/libXrandr.so.2 %{_libdir}/libXrandr.so.2.1.0 @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Sat Apr 21 2007 Matthias Clasen 1.2.0-4 +- Don't install INSTALL + * Thu Apr 12 2007 Adam Jackson 1.2.0-3 - BuildRequire on the randrproto virtual instead of a magic x-x-p-d version. - Fix -devel package to require sufficiently new randrproto.