diff --git a/indent.changes b/indent.changes index 57c6ebb..b5af2d3 100644 --- a/indent.changes +++ b/indent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 23 15:15:13 UTC 2017 - kstreitova@suse.com + +- cleanup with spec-cleaner +- get rid of %{name} and %{version} macros in the patch names + ------------------------------------------------------------------- Thu Feb 19 09:28:11 UTC 2015 - dimstar@opensuse.org diff --git a/indent.spec b/indent.spec index d992c2e..75588ad 100644 --- a/indent.spec +++ b/indent.spec @@ -1,7 +1,7 @@ # # spec file for package indent # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,11 +26,11 @@ Url: http://www.gnu.org/software/indent Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig Source2: %{name}.keyring -Patch0: %{name}-%{version}-nothing_is_void.diff -Patch1: %{name}-%{version}-warnings.diff -Patch2: %{name}-%{version}-lcall.diff -Patch3: %{name}-%{version}-cdw.diff -Patch4: %{name}-%{version}-man.diff +Patch0: indent-2.2.10-nothing_is_void.diff +Patch1: indent-2.2.10-warnings.diff +Patch2: indent-2.2.10-lcall.diff +Patch3: indent-2.2.10-cdw.diff +Patch4: indent-2.2.10-man.diff Patch5: indent-texi2html-5.0.patch BuildRequires: makeinfo BuildRequires: texi2html @@ -58,7 +58,7 @@ incomplete and malformed syntax. make -j 1 %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install # indent.html is installed with doc below rm -f %{buildroot}%{_prefix}/doc/indent/indent.html %{buildroot}%{_bindir}/texinfo2man %{buildroot}/%{_infodir}/dir mv %{buildroot}%{_datadir}/locale/zh_TW.Big5 %{buildroot}%{_datadir}/locale/zh_TW @@ -77,7 +77,7 @@ make %{?_smp_mflags} -C regression %defattr(-, root, root) %{_bindir}/* %doc doc/indent.html -%{_infodir}/%{name}.info.gz -%{_mandir}/man1/indent.1.gz +%{_infodir}/%{name}.info%{ext_info} +%{_mandir}/man1/indent.1%{ext_man} %changelog