From d7a4f0c7de598d633293e90957c5756384abd7ce Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:42:43 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.4-1mamba;Sat Jan 19 2013] --- README.md | 3 +++ xgc.spec | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 xgc.spec diff --git a/README.md b/README.md index 24bdbbe..ab4f5f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # xgc +The xgc program demonstrates various features of the X graphics primitives. +Try the buttons, see what they do; we haven't the time to document them, perhaps you do? + diff --git a/xgc.spec b/xgc.spec new file mode 100644 index 0000000..09f12f5 --- /dev/null +++ b/xgc.spec @@ -0,0 +1,50 @@ +Name: xgc +Version: 1.0.4 +Release: 1mamba +Summary: xgc - X graphics demo +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 +The xgc program demonstrates various features of the X graphics primitives. +Try the buttons, see what they do; we haven't the time to document them, perhaps you do? + +%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/Xgc* +%{_mandir}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Sat Jan 19 2013 Automatic Build System 1.0.4-1mamba +- automatic version update by autodist + +* Tue Apr 26 2011 Tiziana Ferro 1.0.3-1mamba +- package created by autospec \ No newline at end of file