automatic version update by autodist [release 1.0.5-1mamba;Fri Jan 18 2013]
This commit is contained in:
parent
63de7593ea
commit
a0933a6b68
@ -1,2 +1,4 @@
|
|||||||
# xcalc
|
# 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
|
||||||
|
|
||||||
|
64
xcalc.spec
Normal file
64
xcalc.spec
Normal file
@ -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 <ercole69@gmail.com>
|
||||||
|
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 <autodist@mambasoft.it> 1.0.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Dec 01 2010 Automatic Build System <autodist@mambasoft.it> 1.0.4.1-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 25 2010 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.0.2-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user