From b56f7cd51b3d6090d79a6787f2dfcd10c59fc7f4 Mon Sep 17 00:00:00 2001 From: Tiziana Ferro Date: Fri, 5 Jan 2024 19:46:37 +0100 Subject: [PATCH] package created by autospec [release 1.0.2-1mamba;Mon Apr 25 2011] --- README.md | 2 ++ xmore.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 xmore.spec diff --git a/README.md b/README.md index 935714d..e76ffb0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xmore +xmore - plain text display program for the X Window System + diff --git a/xmore.spec b/xmore.spec new file mode 100644 index 0000000..cb45d5e --- /dev/null +++ b/xmore.spec @@ -0,0 +1,46 @@ +Name: xmore +Version: 1.0.2 +Release: 1mamba +Summary: xmore - plain text display program for the X Window System +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 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libXaw-devel +BuildRequires: libXt-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +xmore - plain text display program for the X Window System + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/%{name} +%{_datadir}/X11/app-defaults/XMore +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Mon Apr 25 2011 Tiziana Ferro 1.0.2-1mamba +- package created by autospec \ No newline at end of file