Remove commented code from spec file

epel9
Petr Pisar 15 years ago
parent 4705ff5096
commit 6aeee8a430

@ -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 <ppisar@redhat.com> - 2.2.11-2
- Clean spec file from commented code
* Tue Jul 20 2010 Petr Pisar <ppisar@redhat.com> - 2.2.11-1
- 2.2.11 bump (#457064)
- Remove useless patches: indent-2.2.9-cdw.patch, indent-2.2.9-explicits.patch

Loading…
Cancel
Save