From a0933a6b6814184c83c5788cac2cfa037e362cfe Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:33:11 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.5-1mamba;Fri Jan 18 2013] --- README.md | 2 ++ xcalc.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 xcalc.spec diff --git a/README.md b/README.md index 924b490..41df88c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # xcalc +xcalc is an on-screen calculator program for the X Window System. It can be used in algebraic mode or in reverse polish notation + diff --git a/xcalc.spec b/xcalc.spec new file mode 100644 index 0000000..b011eea --- /dev/null +++ b/xcalc.spec @@ -0,0 +1,64 @@ +Name: xcalc +Version: 1.0.5 +Release: 1mamba +Summary: xcalc is an on-screen calculator program +Group: System/X11 +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://x.org +Source: http://ftp.x.org/pub/individual/app/xcalc-%{version}.tar.bz2 +License: MIT +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## 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 + +%description +xcalc is an on-screen calculator program for the X Window System. It can be used in algebraic mode or in reverse polish notation + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/xcalc +%{_datadir}/X11/app-defaults/XCalc +%{_datadir}/X11/app-defaults/XCalc-color +%{_mandir}/man1/xcalc.1.gz + +%doc COPYING ChangeLog + +%changelog +* Fri Jan 18 2013 Automatic Build System 1.0.5-1mamba +- automatic version update by autodist + +* Wed Dec 01 2010 Automatic Build System 1.0.4.1-1mamba +- automatic update by autodist + +* Thu Nov 25 2010 Automatic Build System 1.0.4-1mamba +- automatic update by autodist + +* Tue Jan 26 2010 Automatic Build System 1.0.3-1mamba +- automatic update by autodist + +* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto 1.0.2-1mamba +- package created by autospec