diff --git a/.gitattributes b/.gitattributes index a45bad4..9b03811 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,5 +21,3 @@ *.xz filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text -## Specific LFS patterns -ed-1.15.tar filter=lfs diff=lfs merge=lfs -text diff --git a/ed-1.15.tar b/ed-1.15.tar deleted file mode 100644 index 896f97e..0000000 --- a/ed-1.15.tar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0feab43e182c72702ad71380703ce5a2be7d92ab00fb3b01a264f462f9168c64 -size 450560 diff --git a/ed-1.15.tar.lz b/ed-1.15.tar.lz new file mode 100644 index 0000000..59ddd00 --- /dev/null +++ b/ed-1.15.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad4489c0ad7a108c514262da28e6c2a426946fb408a3977ef1ed34308bdfd174 +size 67343 diff --git a/ed-1.15.tar.lz.sig b/ed-1.15.tar.lz.sig new file mode 100644 index 0000000..6a3f57f Binary files /dev/null and b/ed-1.15.tar.lz.sig differ diff --git a/ed.changes b/ed.changes index c4148c6..babe36b 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 7 08:49:12 UTC 2019 - Tomáš Chvátal + +- Use upstream released tarball + ------------------------------------------------------------------- Fri Jan 4 13:30:10 UTC 2019 - Jan Engelhardt diff --git a/ed.spec b/ed.spec index 6b4f7c0..27ded3f 100644 --- a/ed.spec +++ b/ed.spec @@ -22,12 +22,12 @@ Release: 0 Summary: A line-oriented text editor License: GPL-3.0-or-later AND LGPL-2.1-or-later Group: Productivity/Text/Editors -Url: http://www.gnu.org/software/ed/ -Source0: %{name}-%{version}.tar -BuildRequires: xz +URL: http://www.gnu.org/software/ed/ +Source0: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz +Source1: https://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz.sig +BuildRequires: lzip Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GNU ed is a line-oriented text editor. It is used to create, display, @@ -62,13 +62,13 @@ make %{?_smp_mflags} check %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README TODO +%license COPYING +%doc AUTHORS ChangeLog NEWS README TODO /bin/%{name} %{_bindir}/%{name} %{_bindir}/r%{name} -%{_infodir}/%{name}.info%{ext_info} -%{_mandir}/man1/%{name}.1%{ext_man} -%{_mandir}/man1/r%{name}.1%{ext_man} +%{_infodir}/%{name}.info%{?ext_info} +%{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man1/r%{name}.1%{?ext_man} %changelog