Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
d172e42227
!10 【轻量级 PR】:rebuild for next release
From: @markeryang 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-01 09:26:42 +00:00
Markeryang
c9324317af
update for mass rebuild and upgrade verification 2022-10-27 08:23:24 +00:00
openeuler-ci-bot
f2008e7941 !7 Upgrade to version 1.3-20211107
Merge pull request !7 from shangyibin/openEuler-22.03-LTS-Next
2021-12-29 12:55:31 +00:00
shangyibin
81a0143ec8 Upgrade to version 1.3-20211107 2021-12-25 14:43:25 +08:00
openeuler-ci-bot
e440c54f0d !5 update Source0
Merge pull request !5 from 桐小哥/master
2020-09-09 11:14:46 +08:00
桐小哥
f2e3dab5a6 update Source0 2020-09-05 09:33:08 +08:00
openeuler-ci-bot
e497820c4e !2 add yaml file in package
Merge pull request !2 from 吴超超/master
2020-07-20 15:01:16 +08:00
19909236985
dd5b85d7ab add yaml file in package 2020-07-02 17:36:29 +08:00
19909236985
53c7dee26b add yaml file in package 2020-07-02 17:18:03 +08:00
openeuler-ci-bot
5bcbe49dd0 !1 del patch to be consistent with open source
Merge pull request !1 from zxx/develop
2020-01-13 09:31:50 +08:00
zhangguangzhi
e2bdcd11e8 del patch to be consistent with open source 2020-01-11 10:39:16 +08:00
7 changed files with 20 additions and 63 deletions

Binary file not shown.

BIN
dialog-1.3-20211107.tgz Normal file

Binary file not shown.

View File

@ -1,23 +0,0 @@
diff -up dialog-1.1-20110707/dialog-config.in.incdir dialog-1.1-20110707/dialog-config.in
--- dialog-1.1-20110707/dialog-config.in.incdir 2011-01-06 10:38:03.000000000 +0100
+++ dialog-1.1-20110707/dialog-config.in 2011-07-26 13:00:02.692038027 +0200
@@ -35,6 +35,7 @@ bindir="@bindir@"
libdir="@libdir@"
datadir="@datadir@"
mandir="@mandir@"
+includedir="@includedir@"
THIS="@PACKAGE@"
@@ -67,10 +68,7 @@ while test $# -gt 0; do
;;
# compile/link
--cflags)
- INCS=
- if test "${prefix}/include" != /usr/include ; then
- INCS="-I${prefix}/include"
- fi
+ INCS="-I$includedir"
sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
$INCS
ENDECHO

View File

@ -1,12 +0,0 @@
diff -up dialog-1.3-20170131/makefile.in.libs dialog-1.3-20170131/makefile.in
--- dialog-1.3-20170131/makefile.in.libs 2017-02-01 13:24:22.300746602 +0100
+++ dialog-1.3-20170131/makefile.in 2017-02-01 13:25:22.200905261 +0100
@@ -203,7 +203,7 @@ dialog$o \
$(OBJECTS) : $(srcdir)/dialog.h $(srcdir)/dlg_keys.h dlg_config.h VERSION
$(PROG)$x : $(LIB) dialog$o @INTLDIR_MAKE@ @INTLLIBS@
- $(LINK) -o $@ dialog$o -L. -l@PACKAGE@ $(CFLAGS) $(LDFLAGS) $(LIBS)
+ $(LINK) -o $@ dialog$o -L. -l@PACKAGE@ $(CFLAGS) $(LDFLAGS)
clean \
distclean \

View File

@ -1,21 +0,0 @@
diff -up dialog-1.2-20121230/dialog-config.in.multilib dialog-1.2-20121230/dialog-config.in
--- dialog-1.2-20121230/dialog-config.in.multilib 2013-03-18 15:43:10.639021412 +0100
+++ dialog-1.2-20121230/dialog-config.in 2013-03-18 15:44:08.519065774 +0100
@@ -33,7 +33,7 @@ exec_prefix="@exec_prefix@"
datarootdir="@datarootdir@"
bindir="@bindir@"
-libdir="@libdir@"
+libdir=
datadir="@datadir@"
mandir="@mandir@"
includedir="@includedir@"
@@ -76,7 +76,7 @@ ENDECHO
;;
--libs)
sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
- -L${exec_prefix}/lib -l${THIS} @LIBS@
+ -l${THIS}
ENDECHO
;;
# identification

View File

@ -1,14 +1,11 @@
%global dialogsubversion 20180621
%global dialogsubversion 20211107
Name: dialog
Version: 1.3
Release: 16
Release: 20
Summary: A utility which displays dialog boxes from shell scripts
License: LGPLv2
URL: https://invisible-island.net/dialog/dialog.html
Source0: https://invisible-island.net/datafiles/release/dialog-%{version}-%{dialogsubversion}.tgz
Patch0: dialog-incdir.patch
Patch1: dialog-multilib.patch
Patch2: dialog-libs.patch
Source0: https://invisible-mirror.net/archives/dialog//dialog-%{version}-%{dialogsubversion}.tgz
BuildRequires: gcc ncurses-devel gettext findutils libtool
Provides: dialog-static
@ -87,5 +84,17 @@ chmod 755 %{buildroot}%{_libdir}/libdialog.so.*.*.*
%{_mandir}/man3/dialog.*
%changelog
* Tue Oct 25 2022 yanglongkang <yanglongkang@h-partners.com> - 1.3-20
- rebuild for next release
* Sat Dec 25 2021 shangyibin <shangyibin1@huawei.com> - 1.3-19
- update Source0
* Sat Sep 5 2020 shixuantong <shixuantong@huawei.com> - 1.3-18
- update Source0
* Sat Jan 11 2020 zhangguangzhi<zhangguangzhi3@huawei.com> - 1.3-17
- del patch to be consistent with open source
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-16
- Package init

4
dialog.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: NA
src_repo: "https://invisible-island.net/dialog/dialog.html#download"
tag_prefix: NA
seperator: NA