Compare commits
11 Commits
5c562e31d3
...
f64269f55f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f64269f55f | ||
|
|
616128841e | ||
|
|
7c1e83361a | ||
|
|
fa76fcbf95 | ||
|
|
c4657c7434 | ||
|
|
a7d800b342 | ||
|
|
ec671b9018 | ||
|
|
cdad03a85c | ||
|
|
a6dd00eb77 | ||
|
|
50760e8de7 | ||
|
|
9e2b1a0698 |
BIN
ed-1.14.2.tar.xz
BIN
ed-1.14.2.tar.xz
Binary file not shown.
BIN
ed-1.19.tar.lz
Normal file
BIN
ed-1.19.tar.lz
Normal file
Binary file not shown.
26
ed.spec
26
ed.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: A line-oriented text editor
|
Summary: A line-oriented text editor
|
||||||
Name: ed
|
Name: ed
|
||||||
Version: 1.14.2
|
Version: 1.19
|
||||||
Release: 6
|
Release: 2
|
||||||
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.lz
|
||||||
URL: http://www.gnu.org/software/ed/
|
URL: http://www.gnu.org/software/ed/
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc lzip
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ Man pages and other related documents.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure CC=%{__cc}
|
||||||
%make_build CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}"
|
%make_build CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -54,12 +54,24 @@ fi
|
|||||||
%{_bindir}/red
|
%{_bindir}/red
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
%doc ChangeLog NEWS README TODO AUTHORS
|
%doc ChangeLog NEWS README AUTHORS
|
||||||
%{_mandir}/man1/ed.1*
|
%{_mandir}/man1/ed.1*
|
||||||
%{_mandir}/man1/red.1*
|
%{_mandir}/man1/red.1*
|
||||||
%{_infodir}/ed.info*
|
%{_infodir}/ed.info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 21 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.14.2-6
|
||||||
- resolve "rpm -ivh" err
|
- resolve "rpm -ivh" err
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user