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 Summary: A line-oriented text editor
Name: ed Name: ed
Version: 1.17 Version: 1.14.2
Release: 1 Release: 5
License: GPLv3+ and GFDL-1.3 License: GPLv3+ and GFDL
# Note: Upstream provides only lzip compressed tarballs so we repacked from: # Note: Upstream provides only lzip compressed tarballs so we repacked from:
#Source: https://download.savannah.gnu.org/releases/ed/%{name}-%{version}.tar.lz #Source: https://download.savannah.gnu.org/releases/ed/%{name}-%{version}.tar.lz
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
@ -40,10 +40,10 @@ Man pages and other related documents.
%make_install %make_install
rm -vrf %{buildroot}%{_infodir}/dir rm -vrf %{buildroot}%{_infodir}/dir
%post help %post
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
%preun help %preun
if [ $1 = 0 ] ; then if [ $1 = 0 ] ; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
fi fi
@ -60,11 +60,5 @@ fi
%{_infodir}/ed.info* %{_infodir}/ed.info*
%changelog %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 * Tue Sep 17 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.14.2-5
- Package init - 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