Compare commits
No commits in common. "d172e42227caf94f2d80d58398d03c274530748a" and "d9de6d7626843dc3ae342a4528add56f368e2755" have entirely different histories.
d172e42227
...
d9de6d7626
BIN
dialog-1.3-20180621.tgz
Normal file
BIN
dialog-1.3-20180621.tgz
Normal file
Binary file not shown.
Binary file not shown.
23
dialog-incdir.patch
Normal file
23
dialog-incdir.patch
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
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
|
||||||
12
dialog-libs.patch
Normal file
12
dialog-libs.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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 \
|
||||||
21
dialog-multilib.patch
Normal file
21
dialog-multilib.patch
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
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
|
||||||
21
dialog.spec
21
dialog.spec
@ -1,11 +1,14 @@
|
|||||||
%global dialogsubversion 20211107
|
%global dialogsubversion 20180621
|
||||||
Name: dialog
|
Name: dialog
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 20
|
Release: 16
|
||||||
Summary: A utility which displays dialog boxes from shell scripts
|
Summary: A utility which displays dialog boxes from shell scripts
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://invisible-island.net/dialog/dialog.html
|
URL: https://invisible-island.net/dialog/dialog.html
|
||||||
Source0: https://invisible-mirror.net/archives/dialog//dialog-%{version}-%{dialogsubversion}.tgz
|
Source0: https://invisible-island.net/datafiles/release/dialog-%{version}-%{dialogsubversion}.tgz
|
||||||
|
Patch0: dialog-incdir.patch
|
||||||
|
Patch1: dialog-multilib.patch
|
||||||
|
Patch2: dialog-libs.patch
|
||||||
|
|
||||||
BuildRequires: gcc ncurses-devel gettext findutils libtool
|
BuildRequires: gcc ncurses-devel gettext findutils libtool
|
||||||
Provides: dialog-static
|
Provides: dialog-static
|
||||||
@ -84,17 +87,5 @@ chmod 755 %{buildroot}%{_libdir}/libdialog.so.*.*.*
|
|||||||
%{_mandir}/man3/dialog.*
|
%{_mandir}/man3/dialog.*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.3-16
|
||||||
- Package init
|
- Package init
|
||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: NA
|
|
||||||
src_repo: "https://invisible-island.net/dialog/dialog.html#download"
|
|
||||||
tag_prefix: NA
|
|
||||||
seperator: NA
|
|
||||||
Loading…
x
Reference in New Issue
Block a user