diff --git a/wmctrl.spec b/wmctrl.spec index a57c5ed..ff4e844 100644 --- a/wmctrl.spec +++ b/wmctrl.spec @@ -1,6 +1,6 @@ Name: wmctrl Version: 1.07 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Command line tool to interact with an X Window Manager Group: User Interface/X @@ -26,9 +26,7 @@ application that is able to run a command in response to an event. %prep %setup -q %patch0 -p1 -iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8 -touch -c -r ChangeLog ChangeLog.utf8 -mv ChangeLog.utf8 ChangeLog + %build %configure @@ -40,12 +38,15 @@ make install DESTDIR=$RPM_BUILD_ROOT %files -%doc AUTHORS ChangeLog COPYING INSTALL README +%doc AUTHORS COPYING README %{_bindir}/* %{_mandir}/man1/* %changelog +* Thu Dec 1 2011 Jens Petersen - 1.07-10 +- drop INSTALL and ChangeLog from doc files + * Thu Sep 29 2011 Jens Petersen - 1.07-9 - revive orphaned package (#742166)