- Tidy up the specfile per rpmlint comments

- Use utf-8 and fix national characters in contributor's names
epel9
Petr Machata 18 years ago
parent 7443cb8f51
commit 03c1807b16

@ -1,7 +1,8 @@
Summary: A GNU program for formatting C code. # -*- coding: utf-8 -*-
Summary: A GNU program for formatting C code
Name: indent Name: indent
Version: 2.2.9 Version: 2.2.9
Release: 15%{?dist} Release: 16%{?dist}
License: GPL License: GPL
Group: Applications/Text Group: Applications/Text
URL: http://www.gnu.org/software/indent/ URL: http://www.gnu.org/software/indent/
@ -13,9 +14,10 @@ Patch4: indent-2.2.9-cdw.patch
Patch5: indent-2.2.9-lcall.patch Patch5: indent-2.2.9-lcall.patch
Patch6: indent-2.2.9-zh_TW.patch Patch6: indent-2.2.9-zh_TW.patch
Patch7: indent-2.2.9-man.patch Patch7: indent-2.2.9-man.patch
Prereq: /sbin/install-info
BuildRequires: gettext texinfo BuildRequires: gettext texinfo
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
%description %description
Indent is a GNU program for beautifying C code, so that it is easier to Indent is a GNU program for beautifying C code, so that it is easier to
@ -52,7 +54,9 @@ rm -f $RPM_BUILD_ROOT/%{_infodir}/dir $RPM_BUILD_ROOT/usr/bin/texinfo2man \
%find_lang %name %find_lang %name
%check %check
echo ====================TESTING=========================
make -C regression make -C regression
echo ====================TESTING END=====================
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -73,8 +77,12 @@ fi
%changelog %changelog
* Fri Feb 2 2007 Petr Machata <pmachata@redhat.com> - 2.2.9-16
- Tidy up the specfile per rpmlint comments
- Use utf-8 and fix national characters in contributor's names
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 2.2.9-15 * Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 2.2.9-15
- Ville Skytta: patch for non-failing %%post, %%preun - Ville Skyttä: patch for non-failing %%post, %%preun
- Resolves: #223703 - Resolves: #223703
* Mon Jul 17 2006 Karsten Hopp <karsten@redhat.de> 2.2.9-14 * Mon Jul 17 2006 Karsten Hopp <karsten@redhat.de> 2.2.9-14
@ -153,7 +161,7 @@ fi
* Thu Apr 25 2002 Florian La Roche <Florian.LaRoche@redhat.de> * Thu Apr 25 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.2.8 - update to 2.2.8
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.7-3 * Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.7-3
- Rebuild - Rebuild
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
@ -170,18 +178,18 @@ fi
* Sun Nov 19 2000 Florian La Roche <Florian.LaRoche@redhat.de> * Sun Nov 19 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 2.2.6 - update to 2.2.6
* Fri Jul 21 2000 Trond Eivind Glomsrød <teg@redhat.com> * Fri Jul 21 2000 Trond Eivind Glomsrød <teg@redhat.com>
- rebuild - rebuild
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com> * Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild - automatic rebuild
* Thu Jun 08 2000 Trond Eivind Glomsrød <teg@redhat.com> * Thu Jun 08 2000 Trond Eivind Glomsrød <teg@redhat.com>
- use %%configure, %%makeinstall, %%{_infodir}, %%{_mandir} - use %%configure, %%makeinstall, %%{_infodir}, %%{_mandir}
and %%{_tmppath} and %%{_tmppath}
- don't use %%{_prefix} - don't use %%{_prefix}
* Wed May 10 2000 Trond Eivind Glomsrød <teg@redhat.com> * Wed May 10 2000 Trond Eivind Glomsrød <teg@redhat.com>
- added URL - added URL
- remove manual stripping - remove manual stripping

Loading…
Cancel
Save