update to 1.1.1 [release 1.1.1-1mamba;Tue Apr 19 2022]
This commit is contained in:
parent
4dc6a760ae
commit
1def325bc0
23
xcalc.spec
23
xcalc.spec
@ -1,30 +1,27 @@
|
|||||||
Name: xcalc
|
Name: xcalc
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: xcalc is an on-screen calculator program
|
Summary: xcalc is an on-screen calculator program
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://x.org
|
URL: https://www.x.org/wiki/
|
||||||
Source: http://ftp.x.org/pub/individual/app/xcalc-%{version}.tar.bz2
|
Source: http://ftp.x.org/pub/individual/app/xcalc-%{version}.tar.xz
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libICE-devel
|
|
||||||
BuildRequires: libSM-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXaw-devel
|
BuildRequires: libXaw-devel
|
||||||
BuildRequires: libXmu-devel
|
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%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
|
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
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -43,11 +40,13 @@ xcalc is an on-screen calculator program for the X Window System. It can be used
|
|||||||
%{_bindir}/xcalc
|
%{_bindir}/xcalc
|
||||||
%{_datadir}/X11/app-defaults/XCalc
|
%{_datadir}/X11/app-defaults/XCalc
|
||||||
%{_datadir}/X11/app-defaults/XCalc-color
|
%{_datadir}/X11/app-defaults/XCalc-color
|
||||||
%{_mandir}/man1/xcalc.1.gz
|
%{_mandir}/man1/xcalc.1*
|
||||||
|
%doc COPYING
|
||||||
%doc COPYING ChangeLog
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-1mamba
|
||||||
|
- update to 1.1.1
|
||||||
|
|
||||||
* Tue Jul 30 2019 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
* Tue Jul 30 2019 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user