diff --git a/README.md b/README.md index aca9578..ff46e35 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,8 @@ # xedit 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. - 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. - Edit Window: Displays the text of the file that you are editing or creating. - diff --git a/xedit.spec b/xedit.spec index 451b41e..7e1f124 100644 --- a/xedit.spec +++ b/xedit.spec @@ -1,13 +1,13 @@ Name: xedit -Version: 1.2.2 +Version: 1.2.3 Release: 1mamba Summary: xedit - simple text editor for X Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba -Packager: Tiziana Ferro -URL: http://xorg.freedesktop.org/ -Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.x.org/wiki/ +Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -16,19 +16,15 @@ BuildRequires: libXaw-devel BuildRequires: libXmu-devel BuildRequires: libXt-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description 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. - 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. - Edit Window: Displays the text of the file that you are editing or creating. +%debug_package %prep %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 %{_datadir}/X11/app-defaults/Xedit* %{_mandir}/man?/* -%doc COPYING ChangeLog README +%doc COPYING +#ChangeLog README %changelog +* Tue Apr 19 2022 Silvan Calarco 1.2.3-1mamba +- update to 1.2.3 + * Sun Mar 22 2015 Automatic Build System 1.2.2-1mamba - automatic update by autodist