Compare commits

..

No commits in common. "cdad03a85c095923aba9b728d668c2574b23e3ff" and "eda85ac3b87e6a1e97cef5aebbea98ea630334a5" have entirely different histories.

4 changed files with 5 additions and 15 deletions

BIN
ed-1.14.2.tar.xz Normal file

Binary file not shown.

Binary file not shown.

16
ed.spec
View File

@ -1,8 +1,8 @@
Summary: A line-oriented text editor
Name: ed
Version: 1.17
Release: 1
License: GPLv3+ and GFDL-1.3
Version: 1.14.2
Release: 5
License: GPLv3+ and GFDL
# Note: Upstream provides only lzip compressed tarballs so we repacked from:
#Source: https://download.savannah.gnu.org/releases/ed/%{name}-%{version}.tar.lz
Source: %{name}-%{version}.tar.xz
@ -40,10 +40,10 @@ Man pages and other related documents.
%make_install
rm -vrf %{buildroot}%{_infodir}/dir
%post help
%post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
%preun help
%preun
if [ $1 = 0 ] ; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi
@ -60,11 +60,5 @@ fi
%{_infodir}/ed.info*
%changelog
* Mon Feb 08 2021 shixuantng <shixuantong@huawei.com> - 1.17-1
- upgrade version to 1.17 and upgrade GFDL license
* Tue Jan 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.14.2-6
- resolve "rpm -ivh" err
* Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.14.2-5
- Package init

View File

@ -1,4 +0,0 @@
version_control: NA
src_repo: "https://download.savannah.gnu.org/releases/ed/"
tag_prefix: NA
seperator: NA