Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
f64269f55f
!12 [sync] PR-10: Fix CC compiler support
From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2024-04-02 07:28:47 +00:00
SaltyFruit
616128841e Fix CC compiler support
Signed-off-by: shafeipaozi <sunbo.oerv@isrc.iscas.ac.cn>
(cherry picked from commit e16d43dc4b64db60e1f47312f77994e5fe649803)
2024-04-02 14:53:18 +08:00
openeuler-ci-bot
7c1e83361a
!8 update to 1.19
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-01-17 06:03:47 +00:00
陈棋德
fa76fcbf95
update ed.spec.
Signed-off-by: 陈棋德 <dillon.chen@gmail.com>
2023-01-17 05:32:34 +00:00
dillon_chen
c4657c7434 update to 1.19 2023-01-17 12:10:14 +08:00
openeuler-ci-bot
a7d800b342
!7 update to 1.18
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-20 02:25:10 +00:00
dillon_chen
ec671b9018 update to 1.18 2022-06-20 09:49:51 +08:00
openeuler-ci-bot
cdad03a85c !6 upgrade version to 1.17
From: @tong_1001
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-02-08 16:10:08 +08:00
sxt1001
a6dd00eb77 upgrade version to 1.17 and upgrade GFDL license 2021-02-08 16:06:59 +08:00
openeuler-ci-bot
50760e8de7 !4 add yaml file in package
Merge pull request !4 from 吴超超/master
2020-07-20 15:03:55 +08:00
19909236985
9e2b1a0698 add yaml file in package 2020-07-02 17:42:48 +08:00
4 changed files with 23 additions and 7 deletions

Binary file not shown.

BIN
ed-1.19.tar.lz Normal file

Binary file not shown.

26
ed.spec
View File

@ -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

4
ed.yaml Normal file
View File

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