- Use upstream released tarball
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=30
This commit is contained in:
parent
ea43db526e
commit
26a990a51b
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0feab43e182c72702ad71380703ce5a2be7d92ab00fb3b01a264f462f9168c64
|
||||
size 450560
|
3
ed-1.15.tar.lz
Normal file
3
ed-1.15.tar.lz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad4489c0ad7a108c514262da28e6c2a426946fb408a3977ef1ed34308bdfd174
|
||||
size 67343
|
BIN
ed-1.15.tar.lz.sig
Normal file
BIN
ed-1.15.tar.lz.sig
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 7 08:49:12 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Use upstream released tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 4 13:30:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
18
ed.spec
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user