File convert.spec of Package convert
#
# spec file for package convert (Version 1.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: convert
License: Any permissive
Group: Productivity/Scientific/Physics
Requires: tk
AutoReqProv: on
Version: 1.3
Release: 938
Summary: Unit Conversion
Source: %{name}-%{version}.tar.bz2
Patch: %{name}.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Convert is software for converting units from one type to another (over
700 conversions).
Authors:
--------
Costas Vlassis <lonewolf@compulink.gr>
%prep
%setup -n %{name}-%{version}
%patch
%build
%install
mkdir -p $RPM_BUILD_ROOT/usr/bin
install -m 755 Convert $RPM_BUILD_ROOT/usr/bin/Convert
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/bin/Convert
%doc README.Convert
%changelog
* Thu Aug 10 2006 lmichnovic@suse.cz
- installing binary to /usr/bin instead of /usr/X11R6/bin
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Nov 02 2005 dmueller@suse.de
- don't build as root
* Sun Jun 15 2003 coolo@suse.de
- use BuildRoot
* Fri Oct 11 2002 tcrhak@suse.cz
- fixed mismatches between the call names and
names of the actual functions [bug #20692]
* Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides
* Mon Jul 30 2001 adostal@suse.cz
- change gz to bz2 and dif to patch
* Sat Dec 09 2000 nashif@suse.de
- sorted
* Fri Nov 05 1999 max@suse.de
- changed wish's path to /usr/bin
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri Mar 20 1998 ray@suse.de
- new package (convert v.1.3)