From 6aeee8a430d1b49185c14838dbef19c1b7374f8c Mon Sep 17 00:00:00 2001 From: Petr Pisar Date: Tue, 20 Jul 2010 07:28:16 +0000 Subject: [PATCH] Remove commented code from spec file --- indent.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/indent.spec b/indent.spec index 9607dee..b122ac6 100644 --- a/indent.spec +++ b/indent.spec @@ -2,14 +2,13 @@ Summary: A GNU program for formatting C code Name: indent Version: 2.2.11 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/Text URL: http://indent.isidore-it.eu/beautify.html Source: http://indent.isidore-it.eu/%{name}-%{version}.tar.gz Patch5: indent-2.2.9-lcall.patch Patch7: indent-2.2.9-man.patch -#BuildRequires: gettext texinfo texi2html BuildRequires: texinfo texi2html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info @@ -31,7 +30,6 @@ you want a program to format your code. %build %configure -## Parallel make doesn't work make %{?_smp_mflags} %install @@ -67,6 +65,9 @@ fi %changelog +* Tue Jul 20 2010 Petr Pisar - 2.2.11-2 +- Clean spec file from commented code + * Tue Jul 20 2010 Petr Pisar - 2.2.11-1 - 2.2.11 bump (#457064) - Remove useless patches: indent-2.2.9-cdw.patch, indent-2.2.9-explicits.patch