From 31964570e6ad381c76078934db761d79c085fc11 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:02:44 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.6-1mamba;Wed Jan 16 2013] --- README.md | 2 ++ editres.spec | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 editres.spec diff --git a/README.md b/README.md index 3e9b474..fe36f99 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # editres +Editres is a tool that allows users and application developers to view the full widget hierarchy of any X Toolkit application that speaks the Editres protocol. In addition, editres will help the user construct resource specifications, allow the user to apply the resource to the application and view the results dynamically. Once the user is happy with a resource specification editres will append the resource string to the user's X Resources file. + diff --git a/editres.spec b/editres.spec new file mode 100644 index 0000000..daee666 --- /dev/null +++ b/editres.spec @@ -0,0 +1,60 @@ +Name: editres +Version: 1.0.6 +Release: 1mamba +Summary: editres - a dynamic resource editor for X Toolkit applications +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/editres-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libICE-devel +BuildRequires: libSM-devel +BuildRequires: libX11-devel +BuildRequires: libXaw-devel +BuildRequires: libXmu-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Editres is a tool that allows users and application developers to view the full widget hierarchy of any X Toolkit application that speaks the Editres protocol. In addition, editres will help the user construct resource specifications, allow the user to apply the resource to the application and view the results dynamically. Once the user is happy with a resource specification editres will append the resource string to the user's X Resources file. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/editres +%{_datadir}/X11/app-defaults/Editres +%{_datadir}/X11/app-defaults/Editres-color +%{_mandir}/man1/editres.1.gz +%doc COPYING ChangeLog README + +%changelog +* Wed Jan 16 2013 Automatic Build System 1.0.6-1mamba +- automatic version update by autodist + +* Mon Nov 01 2010 Automatic Build System 1.0.5-1mamba +- automatic update by autodist + +* Fri Oct 16 2009 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Wed Aug 19 2009 Ercole 'ercolinux' Carpanetto 1.0.3-1mamba +- package created by autospec