Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 1697689fb01719d9600eeba4b1d1389c > files > 2

gbase-0.5-5mdv2010.0.src.rpm

Summary:	Small numeric base converter
Name:		gbase
Version:	0.5
Release:	%mkrel 5
Source0:	%{name}-%{version}.tar.bz2
License:	Artistic
Group:		Sciences/Mathematics
Url:		http://www.hibernaculum.net/gbase/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires:	gtk+1.2-devel

%description
GBase is a GTK program designed to convert between the four common
bases used in programming (decimal, hexadecimal, octal and binary). It
converts numbers on-the-fly as they are typed in. It can also convert
numbers entered on the command line. It can correctly handle both
signed and unsigned 32-bit integers.

%prep
%setup -q

%build
%make

%install
rm -rf $RPM_BUILD_ROOT
install -D -m755 %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc README TODO
%{_bindir}/%{name}



%changelog
* Fri Sep 04 2009 Thierry Vignaud <tvignaud@mandriva.com> 0.5-5mdv2010.0
+ Revision: 429180
- rebuild

* Thu Jul 24 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.5-4mdv2009.0
+ Revision: 245700
- rebuild

* Fri Dec 21 2007 Olivier Blin <oblin@mandriva.com> 0.5-2mdv2008.1
+ Revision: 136426
- restore BuildRoot

  + Thierry Vignaud <tvignaud@mandriva.com>
    - kill re-definition of %%buildroot on Pixel's request
    - import gbase


* Thu Aug 10 2006 Lenny Cartier <lenny@mandriva.com> 0.5-2mdv2007.0
- rebuild

* Thu Dec 16 2004 Olivier Blin <blino@mandrake.org> 0.5-1mdk
- initial Mandrakelinux release