From ffabc353a6d260622438ceaf72c8be351a365161 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 24 Oct 2013 11:39:54 +0200 Subject: [PATCH] Attempt at saner SPEC file formatting I'm doing this semi-automatically across all packages I maintain, since some are several years old and since then several have suffered bit-rot and such. I'm fixing up the following: - Old RPM relics (such as %defattr, BuildRoot or %clean sections) - Whitespace errors (such as trailing spaces) - Consistent use of %{buildroot} - Dropping useless %{name} expansions that harm legibility - Consistent spacing between RPM sections - Bad days in %changelogs --- qt5-qtx11extras.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qt5-qtx11extras.spec b/qt5-qtx11extras.spec index cf551c1..a9ab6fe 100644 --- a/qt5-qtx11extras.spec +++ b/qt5-qtx11extras.spec @@ -5,7 +5,7 @@ Summary: Qt5 - X11 support library Name: qt5-%{qt_module} Version: 5.2.0 -Release: 0.1.%{pre}%{?dist} +Release: 0.2.%{pre}%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -49,8 +49,6 @@ make install INSTALL_ROOT=%{buildroot} %post -p /sbin/ldconfig - - %postun -p /sbin/ldconfig @@ -71,6 +69,9 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Thu Oct 24 2013 Lubomir Rintel - 5.2.0-0.2.alpha +- Bulk sad and useless attempt at consistent SPEC file formatting + * Wed Oct 23 2013 Lubomir Rintel - 5.2.0-0.2.alpha - Remove ppc64 exclude