diff --git a/README.md b/README.md index c2078ec..7781ed3 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Install diffutils if you need to compare text files. + diff --git a/diffutils.spec b/diffutils.spec index 433d592..0cc36ce 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -1,5 +1,5 @@ Name: diffutils -Version: 3.10 +Version: 3.11 Release: 1mamba Summary: A GNU collection of diff utilities Group: Applications/Development @@ -30,12 +30,9 @@ Diffutils includes four utilities: diff, cmp, diff3 and sdiff. Install diffutils if you need to compare text files. -%debug_package %prep %setup -q -#%patch0 -p1 -b .i18n -#%patch2 -p1 -b .hardened_tmp %build %configure @@ -47,6 +44,8 @@ sed -i 's/\(.*#define DEFAULT_EDITOR_PROGRAM \\"\)ed\\"/\1vi\\"/' configure [ "%{buildroot}" != / ] && rm -rf %{buildroot} %makeinstall mkdir_p="mkdir -p" +rm -f %{buildroot}%{_infodir}/dir + %find_lang %{name} %clean @@ -54,11 +53,11 @@ sed -i 's/\(.*#define DEFAULT_EDITOR_PROGRAM \\"\)ed\\"/\1vi\\"/' configure %post %install_info %{name}.info -exit 0 +: %preun %uninstall_info %{name}.info -exit 0 +: %files -f %{name}.lang %defattr(-,root,root) @@ -75,6 +74,9 @@ exit 0 #NEWS README THANKS %changelog +* Thu Feb 06 2025 Automatic Build System 3.11-1mamba +- automatic version update by autodist + * Sun May 21 2023 Automatic Build System 3.10-1mamba - automatic version update by autodist