Compare commits

..

No commits in common. "f64269f55fd6d2af9fcd3f696e5512765bb23507" and "5c562e31d37364398f2cb85c2f812a13d31dced3" have entirely different histories.

4 changed files with 7 additions and 23 deletions

BIN
ed-1.14.2.tar.xz Normal file

Binary file not shown.

Binary file not shown.

26
ed.spec
View File

@ -1,13 +1,13 @@
Summary: A line-oriented text editor
Name: ed
Version: 1.19
Release: 2
License: GPLv3+ and GFDL-1.3
Version: 1.14.2
Release: 6
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.lz
Source: %{name}-%{version}.tar.xz
URL: http://www.gnu.org/software/ed/
BuildRequires: gcc lzip
BuildRequires: gcc
Requires(post): info
Requires(preun): info
@ -33,7 +33,7 @@ Man pages and other related documents.
%setup -q
%build
%configure CC=%{__cc}
%configure
%make_build CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}"
%install
@ -54,24 +54,12 @@ fi
%{_bindir}/red
%files help
%doc ChangeLog NEWS README AUTHORS
%doc ChangeLog NEWS README TODO AUTHORS
%{_mandir}/man1/ed.1*
%{_mandir}/man1/red.1*
%{_infodir}/ed.info*
%changelog
* Thu Apr 13 2023 Xiaoya Huang <huangxiaoya@iscas.ac.cn> - 1.19-2
- Fix CC compiler support
* Tue Jan 17 2023 dillon chen <dillon.chen@gmail.com> - 1.19-1
- update to 1.19
* Mon Jun 20 2022 dillon chen <dillon.chen@gmail.com> - 1.18-1
- update to 1.18
* 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

View File

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