update to 1.2.3 [release 1.2.3-1mamba;Tue Apr 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 19:36:37 +01:00
parent 8f72cb31eb
commit 1614791e83
2 changed files with 10 additions and 15 deletions

View File

@ -1,13 +1,8 @@
# xedit # xedit
Xedit provides a window consisting of the following four areas: Xedit provides a window consisting of the following four areas:
Commands Section: A set of commands that allow you to exit xedit, save the file, or load a new file into the edit window. Commands Section: A set of commands that allow you to exit xedit, save the file, or load a new file into the edit window.
Message Window: Displays xedit messages. In addition, this window can be also used as a scratch pad. Message Window: Displays xedit messages. In addition, this window can be also used as a scratch pad.
Filename Display: Displays the name of the file currently being edited, and whether this file is Read-Write or Read Only. Filename Display: Displays the name of the file currently being edited, and whether this file is Read-Write or Read Only.
Edit Window: Displays the text of the file that you are editing or creating. Edit Window: Displays the text of the file that you are editing or creating.

View File

@ -1,13 +1,13 @@
Name: xedit Name: xedit
Version: 1.2.2 Version: 1.2.3
Release: 1mamba Release: 1mamba
Summary: xedit - simple text editor for X Summary: xedit - simple text editor for X
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://xorg.freedesktop.org/ URL: https://www.x.org/wiki/
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -16,19 +16,15 @@ BuildRequires: libXaw-devel
BuildRequires: libXmu-devel BuildRequires: libXmu-devel
BuildRequires: libXt-devel BuildRequires: libXt-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Xedit provides a window consisting of the following four areas: Xedit provides a window consisting of the following four areas:
Commands Section: A set of commands that allow you to exit xedit, save the file, or load a new file into the edit window. Commands Section: A set of commands that allow you to exit xedit, save the file, or load a new file into the edit window.
Message Window: Displays xedit messages. In addition, this window can be also used as a scratch pad. Message Window: Displays xedit messages. In addition, this window can be also used as a scratch pad.
Filename Display: Displays the name of the file currently being edited, and whether this file is Read-Write or Read Only. Filename Display: Displays the name of the file currently being edited, and whether this file is Read-Write or Read Only.
Edit Window: Displays the text of the file that you are editing or creating. Edit Window: Displays the text of the file that you are editing or creating.
%debug_package
%prep %prep
%setup -q %setup -q
@ -51,9 +47,13 @@ Edit Window: Displays the text of the file that you are editing or creating.
%{_libdir}/X11/xedit/lisp/progmodes/*.lsp %{_libdir}/X11/xedit/lisp/progmodes/*.lsp
%{_datadir}/X11/app-defaults/Xedit* %{_datadir}/X11/app-defaults/Xedit*
%{_mandir}/man?/* %{_mandir}/man?/*
%doc COPYING ChangeLog README %doc COPYING
#ChangeLog README
%changelog %changelog
* Tue Apr 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1mamba
- update to 1.2.3
* Sun Mar 22 2015 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba * Sun Mar 22 2015 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
- automatic update by autodist - automatic update by autodist