Compare commits
10 Commits
eda85ac3b8
...
cdad03a85c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdad03a85c | ||
|
|
a6dd00eb77 | ||
|
|
50760e8de7 | ||
|
|
9e2b1a0698 | ||
|
|
5c562e31d3 | ||
|
|
6fb058fad7 | ||
|
|
85b9cf7669 | ||
|
|
3e17d4355f | ||
|
|
ed1caa060c | ||
|
|
c7c19cd9ab |
BIN
ed-1.14.2.tar.xz
BIN
ed-1.14.2.tar.xz
Binary file not shown.
BIN
ed-1.17.tar.xz
Normal file
BIN
ed-1.17.tar.xz
Normal file
Binary file not shown.
16
ed.spec
16
ed.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: A line-oriented text editor
|
Summary: A line-oriented text editor
|
||||||
Name: ed
|
Name: ed
|
||||||
Version: 1.14.2
|
Version: 1.17
|
||||||
Release: 5
|
Release: 1
|
||||||
License: GPLv3+ and GFDL
|
License: GPLv3+ and GFDL-1.3
|
||||||
# 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
|
%post help
|
||||||
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
|
||||||
|
|
||||||
%preun
|
%preun help
|
||||||
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,5 +60,11 @@ 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user